[34001] trunk/dports/java

blair at macports.org blair at macports.org
Sat Feb 9 19:07:26 PST 2008


Revision: 34001
          http://trac.macosforge.org/projects/macports/changeset/34001
Author:   blair at macports.org
Date:     2008-02-09 19:07:25 -0800 (Sat, 09 Feb 2008)

Log Message:
-----------
New port for the JGoodies looks 2.1.4 library.  Port based off the
jgoodies-forms library.

Added Paths:
-----------
    trunk/dports/java/jgoodies-looks/
    trunk/dports/java/jgoodies-looks/Portfile

Removed Paths:
-------------
    trunk/dports/java/jgoodies-looks/Portfile

Copied: trunk/dports/java/jgoodies-looks (from rev 33996, trunk/dports/java/jgoodies-forms)

Deleted: trunk/dports/java/jgoodies-looks/Portfile
===================================================================
--- trunk/dports/java/jgoodies-forms/Portfile	2008-02-10 00:24:59 UTC (rev 33996)
+++ trunk/dports/java/jgoodies-looks/Portfile	2008-02-10 03:07:25 UTC (rev 34001)
@@ -1,43 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-name			jgoodies-forms
-version			1.1.0
-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/
-
-master_sites		http://www.jgoodies.com/download/libraries/forms/
-distname		forms-1_1_0
-checksums		md5 9e82efab6daab53e845da949c86c3c3d \
-			sha1 a2f60fb762f8d26c9964bda343f86935c31dc10f \
-			rmd160 531b005c914048b060b3dc468cf3c86358979200
-use_zip			yes
-
-depends_lib		bin:java:kaffe
-
-use_configure		no
-
-worksrcdir		forms-${version}
-
-build.cmd		true
-
-destroot {
-	set javadir ${destroot}${prefix}/share/java
-	set docdir ${destroot}${prefix}/share/doc/${name}
-
-	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}/${f} ${docdir}/
-	}
-}

Copied: trunk/dports/java/jgoodies-looks/Portfile (from rev 34000, trunk/dports/java/jgoodies-forms/Portfile)
===================================================================
--- trunk/dports/java/jgoodies-looks/Portfile	                        (rev 0)
+++ trunk/dports/java/jgoodies-looks/Portfile	2008-02-10 03:07:25 UTC (rev 34001)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+name			jgoodies-looks
+version			2.1.4
+categories		java
+maintainers		blair
+
+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/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		looks-${version}
+
+build.cmd		true
+
+destroot {
+	set javadir ${destroot}${prefix}/share/java
+	set docdir ${destroot}${prefix}/share/doc/${name}
+
+	xinstall -d -m 755 ${javadir}
+	xinstall -d -m 755 ${docdir}
+
+	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}/
+	}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080209/c7e7de91/attachment.html


More information about the macports-changes mailing list