From a4dbef3e90f881a6145b535176dbf9435cfbe8ee Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 21 Dec 2007 11:16:49 +0000 Subject: 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/ PR: ports/118890 Submitted by: Sutra Zhou --- java/commonclipse/Makefile | 34 ++++++++++++++++++++++++++++++++++ java/commonclipse/distinfo | 3 +++ java/commonclipse/pkg-descr | 6 ++++++ java/commonclipse/pkg-plist | 5 +++++ 4 files changed, 48 insertions(+) create mode 100644 java/commonclipse/Makefile create mode 100644 java/commonclipse/distinfo create mode 100644 java/commonclipse/pkg-descr create mode 100644 java/commonclipse/pkg-plist (limited to 'java/commonclipse') 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 +# +# $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 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 -- cgit v1.2.3