RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/gauche-c-wrapper/Portfile,v
retrieving revision 1.2
diff -u -b -w -r1.2 Portfile
|
|
|
|
| 2 | 2 | |
| 3 | 3 | PortSystem 1.0 |
| 4 | 4 | name gauche-c-wrapper |
| 5 | | version 0.3.4 |
| | 5 | version 0.4.1 |
| 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 a4a95c47961613090cb6e60455ed30f2 |
| | 14 | checksums md5 fa829741eab77fa51cb257f9f9ae27af |
| 15 | 15 | depends_build bin:gosh:gauche |
| 16 | 16 | |
| | 17 | patchfiles patch-Makefile.in |
| | 18 | |
| 17 | 19 | post-destroot { |
| 18 | 20 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper |
| 19 | | xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ API.ja_JP.UTF-8 API.txt \ |
| | 21 | xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ \ |
| | 22 | c-wrapper-refe_toc.html c-wrapper-refe.html \ |
| | 23 | c-wrapper-refj_toc.html c-wrapper-refj_toc.html \ |
| 20 | 24 | ${destroot}${prefix}/share/doc/gauche-c-wrapper |
| 21 | 25 | file copy ${workpath}/${worksrcdir}/examples \ |
| 22 | 26 | ${destroot}${prefix}/share/doc/gauche-c-wrapper |