Changeset 79701
- Timestamp:
- 06/23/11 13:37:58 (4 years ago)
- Location:
- trunk/dports/java/jgoodies-common
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from trunk/dports/java/jgoodies-forms)
-
Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/java/jgoodies-common/Portfile
r67685 r79701 2 2 3 3 PortSystem 1.0 4 name jgoodies- forms5 version 1.2. 14 name jgoodies-common 5 version 1.2.0 6 6 categories java 7 7 platforms darwin 8 8 maintainers blair 9 9 10 description Framework to lay out and implement Swing panels. 11 long_description The JGoodies Forms framework helps you lay out and \ 12 implement elegant Swing panels quickly and \ 13 consistently. It makes simple things easy and the \ 14 hard stuff possible, the good design easy and the \ 15 bad difficult. 16 homepage http://www.jgoodies.com/freeware/forms/ 10 description Helper classes for other jgoodies-* packages 11 long_description The JGoodies Common library provides convenience \ 12 code for other JGoodies libraries and applications. 13 homepage http://www.jgoodies.com/downloads/libraries.html 17 14 18 master_sites http://www.jgoodies.com/download/libraries/ forms/19 distname forms-1_2_120 checksums md5 e2bddfe17d87265c15747f4463d8d595\21 sha1 0 1db242c4dcfac4c2f0353ad9de243cdab269421\22 rmd160 bb991da9c737aa53c59892bf24a4ce1b2dec45cc15 master_sites http://www.jgoodies.com/download/libraries/common/ 16 distname ${name}-1_2_0 17 checksums md5 777e651327516baa1aa5c7ff8322dbcb \ 18 sha1 0463b2d680e4d736b1b50e870b9c090ee41e1995 \ 19 rmd160 ee9298d5c5b0831d23421bc05562fb134023c3a9 23 20 use_zip yes 24 21 … … 27 24 use_configure no 28 25 29 worksrcdir forms-${version}26 worksrcdir ${name}-${version} 30 27 31 28 build.cmd true … … 38 35 xinstall -d -m 755 ${docdir} 39 36 40 file copy ${worksrcpath}/ forms-${version}.jar ${javadir}/forms.jar37 file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 41 38 foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 42 39 file copy ${worksrcpath}/${f} ${docdir}/
Note: See TracChangeset
for help on using the changeset viewer.

