[79701] trunk/dports/java

blair at macports.org blair at macports.org
Thu Jun 23 13:37:59 PDT 2011


Revision: 79701
          http://trac.macports.org/changeset/79701
Author:   blair at macports.org
Date:     2011-06-23 13:37:58 -0700 (Thu, 23 Jun 2011)
Log Message:
-----------
jgoodies-common: new port for JGoodies Common library.  Will be used
by updates to jgoodies-forms and jgoodies-looks.

Modified Paths:
--------------
    trunk/dports/java/jgoodies-common/Portfile

Added Paths:
-----------
    trunk/dports/java/jgoodies-common/

Modified: trunk/dports/java/jgoodies-common/Portfile
===================================================================
--- trunk/dports/java/jgoodies-forms/Portfile	2011-06-23 20:30:09 UTC (rev 79700)
+++ trunk/dports/java/jgoodies-common/Portfile	2011-06-23 20:37:58 UTC (rev 79701)
@@ -1,32 +1,29 @@
 # $Id$
 
 PortSystem 1.0
-name			jgoodies-forms
-version			1.2.1
+name			jgoodies-common
+version			1.2.0
 categories		java
 platforms		darwin
 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		Helper classes for other jgoodies-* packages
+long_description	The JGoodies Common library provides convenience \
+			code for other JGoodies libraries and applications.
+homepage		http://www.jgoodies.com/downloads/libraries.html
 
-master_sites		http://www.jgoodies.com/download/libraries/forms/
-distname		forms-1_2_1
-checksums		md5 e2bddfe17d87265c15747f4463d8d595 \
-			sha1 01db242c4dcfac4c2f0353ad9de243cdab269421 \
-			rmd160 bb991da9c737aa53c59892bf24a4ce1b2dec45cc
+master_sites		http://www.jgoodies.com/download/libraries/common/
+distname		${name}-1_2_0
+checksums		md5 777e651327516baa1aa5c7ff8322dbcb \
+			sha1 0463b2d680e4d736b1b50e870b9c090ee41e1995 \
+			rmd160 ee9298d5c5b0831d23421bc05562fb134023c3a9
 use_zip			yes
 
 depends_lib		bin:java:kaffe
 
 use_configure		no
 
-worksrcdir		forms-${version}
+worksrcdir		${name}-${version}
 
 build.cmd		true
 
@@ -37,7 +34,7 @@
 	xinstall -d -m 755 ${javadir}
 	xinstall -d -m 755 ${docdir}
 
-	file copy ${worksrcpath}/forms-${version}.jar ${javadir}/forms.jar
+	file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar
 	foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
 		file copy ${worksrcpath}/${f} ${docdir}/
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110623/507881ea/attachment.html>


More information about the macports-changes mailing list