most recent changes, diff for jgoodies-looks
Index: java/jgoodies-looks/Portfile
--- java/jgoodies-looks/Portfile (.../jgoodies-forms/Portfile) (revision 34000)
+++ java/jgoodies-looks/Portfile (.../jgoodies-looks/Portfile) (revision 34001)
@@ -1,31 +1,29 @@
# $Id$
PortSystem 1.0
-name jgoodies-forms
-version 1.1.0
+name jgoodies-looks
+version 2.1.4
categories java
maintainers blair
-description Framework to lay out and implement Swing panels.
-long_description The JGoodies Forms framework helps you lay out and \
- implement elegant Swing panels quickly and \
- consistently. It makes simple things easy and the \
- hard stuff possible, the good design easy and the \
- bad difficult.
-homepage http://www.jgoodies.com/freeware/forms/
+description High-fidelity Windows and multi-platform appearance.
+long_description The JGoodies look and feels make your Swing \
+ applications and applets look better. They have been \
+ optimized for readability, precise micro-design and \
+homepage http://www.jgoodies.com/freeware/looks/
-master_sites http://www.jgoodies.com/download/libraries/forms/
-distname forms-1_1_0
-checksums md5 9e82efab6daab53e845da949c86c3c3d \
- sha1 a2f60fb762f8d26c9964bda343f86935c31dc10f \
- rmd160 531b005c914048b060b3dc468cf3c86358979200
+master_sites http://www.jgoodies.com/download/libraries/looks/
+distname looks-2_1_4
+checksums md5 2e59ea5ec9f5640d5902485a252b3056 \
+ sha1 020990f3e1a1944b8af3932f9a7112ce17704e9c \
+ rmd160 ec690290bf7200bb8ee0335a5bf7ee01048864d4
use_zip yes
depends_lib bin:java:kaffe
use_configure no
-worksrcdir forms-${version}
+worksrcdir looks-${version}
build.cmd true
@@ -36,8 +34,8 @@
xinstall -d -m 755 ${javadir}
xinstall -d -m 755 ${docdir}
- file copy ${worksrcpath}/forms-${version}.jar ${javadir}/forms.jar
- foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
+ file copy ${worksrcpath}/looks-${version}.jar ${javadir}/looks.jar
+ foreach f {LICENSE.txt README.html RELEASE-NOTES.txt demo docs} {
file copy ${worksrcpath}/${f} ${docdir}/
}
}