[33996] trunk/dports/java

blair at macports.org blair at macports.org
Sat Feb 9 16:25:00 PST 2008


Revision: 33996
          http://trac.macosforge.org/projects/macports/changeset/33996
Author:   blair at macports.org
Date:     2008-02-09 16:24:59 -0800 (Sat, 09 Feb 2008)

Log Message:
-----------
New port for the JGoodies forms 1.1.0 library.

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

Added: trunk/dports/java/jgoodies-forms/Portfile
===================================================================
--- trunk/dports/java/jgoodies-forms/Portfile	                        (rev 0)
+++ trunk/dports/java/jgoodies-forms/Portfile	2008-02-10 00:24:59 UTC (rev 33996)
@@ -0,0 +1,43 @@
+# $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}/
+	}
+}


Property changes on: trunk/dports/java/jgoodies-forms/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list