RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/gauche-c-wrapper/Portfile,v
retrieving revision 1.1
diff -u -b -w -r1.1 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name gauche-c-wrapper |
5 | | version 0.2.0 |
| 5 | version 0.3.4 |
6 | 6 | categories lang scheme |
7 | 7 | maintainers yuhei@pop21.odn.ne.jp |
8 | 8 | description c-wrapper is a FFI (Foreign Function Interface) for Gauche. |
… |
… |
|
11 | 11 | master_sites http://homepage.mac.com/naoki.koguro/prog/c-wrapper/ |
12 | 12 | distname c-wrapper-$version |
13 | 13 | extract.suffix .tgz |
14 | | checksums md5 547aee7ecfad16193c8c310790fe8b4d |
| 14 | checksums md5 a4a95c47961613090cb6e60455ed30f2 |
15 | 15 | depends_build bin:gosh:gauche |
16 | 16 | |
17 | | patchfiles patch-src-Makefile.in patch-lib-Makefile.in |
18 | | |
19 | 17 | post-destroot { |
20 | 18 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper |
21 | 19 | xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ API.ja_JP.UTF-8 API.txt \ |