Ticket #13221: booPortfile.diff
File booPortfile.diff, 1.5 KB (added by brennan@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name boo 6 version 0. 7.0.19216 version 0.8.0.2730 7 7 categories lang mono 8 8 platforms darwin 9 9 maintainers nomaintainer 10 10 description object oriented statically typed programming language for CLI 11 11 long_description Boo is a new object oriented statically typed programming \ 12 language for the Common Language Infrastructure with a pythoninspired \12 language for the Common Language Infrastructure with a Python-inspired \ 13 13 syntax and a special focus on language and compiler extensibility. 14 14 15 15 homepage http://boo.sourceforge.net/ 16 16 master_sites http://dist.codehaus.org/boo/distributions/ 17 17 distname ${distname}-src 18 checksums md5 60ebf10aabe59e9b3da9530f0dbc7a5c 19 use_bzip2 yes 20 patchfiles patch-default.build 18 checksums md5 de53eea5ffab5f9c1209c1f7588ad5eb 19 use_zip yes 21 20 22 21 depends_lib port:mono 23 22 depends_build port:nant 24 25 worksrcdir ${name}-${version}26 27 23 use_configure no 24 patchfiles patch-default.build 25 worksrcdir 28 26 29 27 build.cmd ${prefix}/bin/nant 30 28 build.target 31 29 32 test.run no30 test.run yes 33 31 test.cmd ${build.cmd} compile-tests && nunit-console tests/build/*Tests.dll 34 test.target35 32 36 33 destroot.cmd ${build.cmd} 37 34 destroot.destdir -D:install.prefix=${prefix} -D:install.destdir=${destroot} … … 39 36 file delete -force ${destroot}/tmp 40 37 cd ${destroot}${prefix}/bin 41 38 reinplace "s|/usr/local|${prefix}|g" booc booi booish 42 } 39 } 40 No newline at end of file