diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-21 11:16:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-21 11:16:49 +0000 |
commit | a4dbef3e90f881a6145b535176dbf9435cfbe8ee (patch) | |
tree | c77965059d084d38c7c8ea80096e38caf2a8733f /java | |
parent | 10ce372492fcf31bb065f7b5a8f4328dcbaac9cb (diff) | |
download | ports-a4dbef3e90f881a6145b535176dbf9435cfbe8ee.tar.gz ports-a4dbef3e90f881a6145b535176dbf9435cfbe8ee.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/commonclipse/Makefile | 34 | ||||
-rw-r--r-- | java/commonclipse/distinfo | 3 | ||||
-rw-r--r-- | java/commonclipse/pkg-descr | 6 | ||||
-rw-r--r-- | java/commonclipse/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index b4b5b5cb3f31..2063eae379e3 100644 --- a/java/Makefile +++ b/java/Makefile @@ -11,6 +11,7 @@ SUBDIR += cacao SUBDIR += castor SUBDIR += classpath + SUBDIR += commonclipse SUBDIR += cos SUBDIR += cryptix-jce SUBDIR += dbvis diff --git a/java/commonclipse/Makefile b/java/commonclipse/Makefile new file mode 100644 index 000000000000..1ef199dccb2a --- /dev/null +++ b/java/commonclipse/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: commonclipse +# Date created: 20 December 2007 +# Whom: Sutra Zhou <zhoushuqun@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= commonclipse +PORTVERSION= 1.3.0 +CATEGORIES= java devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= commonclipse +DISTNAME= net.sf.commonclipse_${PORTVERSION} +DIST_SUBDIR= eclipse + +MAINTAINER= zhoushuqun@gmail.com +COMMENT= Commonclipse is an eclipse plugin for jakarta commons-lang users + +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse + +NO_BUILD= yes +NO_WRKSUBDIR= yes +USE_ZIP= yes +USE_JAVA= yes +JAVA_VERSION= 1.4+ +JAVA_OS= native +PLIST_SUB= DISTNAME=${DISTNAME} + +do-install: + @${MKDIR} ${PREFIX}/eclipse + @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse + @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse + +.include <bsd.port.mk> diff --git a/java/commonclipse/distinfo b/java/commonclipse/distinfo new file mode 100644 index 000000000000..e249054ceed6 --- /dev/null +++ b/java/commonclipse/distinfo @@ -0,0 +1,3 @@ +MD5 (eclipse/net.sf.commonclipse_1.3.0.zip) = dd6f4511af16ca0f9f018f1718ff79c9 +SHA256 (eclipse/net.sf.commonclipse_1.3.0.zip) = bbab26c969e8acee47c3f9ad67f6b4378937c7bdee40a808240992516149f89a +SIZE (eclipse/net.sf.commonclipse_1.3.0.zip) = 50194 diff --git a/java/commonclipse/pkg-descr b/java/commonclipse/pkg-descr new file mode 100644 index 000000000000..37f3fe47ba52 --- /dev/null +++ b/java/commonclipse/pkg-descr @@ -0,0 +1,6 @@ +Commonclipse is an eclipse plugin for jakarta commons-lang users. +It features automatic generation of the following methods using +commons-lang builders: toString(), hashCode(), equals(Object), +compareTo(Object). + +WWW: http://sourceforge.net/projects/commonclipse/ diff --git a/java/commonclipse/pkg-plist b/java/commonclipse/pkg-plist new file mode 100644 index 000000000000..e4018c18b8f6 --- /dev/null +++ b/java/commonclipse/pkg-plist @@ -0,0 +1,5 @@ +eclipse/features/%%DISTNAME%%.jar +eclipse/plugins/%%DISTNAME%%.jar +@dirrmtry eclipse/plugins +@dirrmtry eclipse/features +@dirrmtry eclipse |