diff -ur rb-cocoa.org/Portfile rb-cocoa/Portfile
old
|
new
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | PortGroup ruby 1.0 |
4 | 4 | |
5 | | ruby.setup {cocoa rubycocoa} 0.5.0.1 install.rb {ChangeLog ReadMe.ascii.html ReadMe.sjis.html} |
| 5 | ruby.setup {cocoa rubycocoa} 0.11.1 install.rb {ChangeLog ReadMe.html ReadMe.ja.html} |
6 | 6 | maintainers yuhei@pop21.odn.ne.jp |
7 | 7 | description Ruby bindings for writing cocoa programs |
8 | 8 | long_description RubyCocoa is a Ruby library for using Cocoa Objects \ |
… |
… |
|
14 | 14 | categories-append devel |
15 | 15 | homepage http://${ruby.project}.sourceforge.net/ |
16 | 16 | master_sites sourceforge:${ruby.project} |
| 17 | distname RubyCocoa-${version} |
17 | 18 | extract.suffix .tgz |
18 | | checksums md5 77e85a529a5090f4cc7e9303db4c6c97 |
| 19 | checksums md5 a8d1518c337efec7e6e0ca2d801fb0df \ |
| 20 | rmd160 6a00ea19ad42e3eb0bf65cb0e423e26d0f5dc9f1 \ |
| 21 | sha1 0739a185d50d0cbb5ceca13219f81d591ce61ab5 |
19 | 22 | platforms darwin |
20 | 23 | |
21 | 24 | configure.args --install-prefix=${destroot}${prefix} \ |
22 | 25 | --install-root=${destroot} |
23 | 26 | |
| 27 | test.run yes |
| 28 | test.cmd ${ruby.bin} |
| 29 | test.target install.rb test |
| 30 | |