diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 14:46:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 14:46:34 +0000 |
commit | f70c30791c76c63238eb883cb9cc9d62013fa580 (patch) | |
tree | 5a96b054e4daa4c3351134f83a1f182d1333e54d /devel/eclipse-eclemma | |
parent | 579f875c19870f9fdcd5cff9053195fedbc3e2ec (diff) |
Notes
Diffstat (limited to 'devel/eclipse-eclemma')
-rw-r--r-- | devel/eclipse-eclemma/Makefile | 49 | ||||
-rw-r--r-- | devel/eclipse-eclemma/distinfo | 2 | ||||
-rw-r--r-- | devel/eclipse-eclemma/pkg-descr | 5 | ||||
-rw-r--r-- | devel/eclipse-eclemma/pkg-plist | 14 |
4 files changed, 0 insertions, 70 deletions
diff --git a/devel/eclipse-eclemma/Makefile b/devel/eclipse-eclemma/Makefile deleted file mode 100644 index 25fd93468206..000000000000 --- a/devel/eclipse-eclemma/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: kamikaze@bsdforen.de -# $FreeBSD$ - -PORTNAME= eclemma -PORTVERSION= 1.5.3 -CATEGORIES= devel java editors -MASTER_SITES= SF/${PORTNAME}/01_EclEmma_Releases/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java code coverage tool for Eclipse - -RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse - -PLUGIN_PATHS= features plugins - -USES= zip -NO_BUILD= yes - -WRKSRC= ${WRKDIR} -ECLIPSE= lib/eclipse - -PLIST_SUB= VER=${PORTVERSION} \ - ECLIPSE=${ECLIPSE} - -NO_STAGE= yes -do-install: -.for _path in ${PLUGIN_PATHS} - @${MKDIR} ${PREFIX}/${ECLIPSE}/${_path} - @${CP} -r ${WRKSRC}/${_path}/* ${PREFIX}/${ECLIPSE}/${_path}/ -.endfor - -plist: build - @${ECHO} "===> Rebuilding PLIST." - @${TOUCH} ${PLIST} - @${RM} ${PLIST} -.for _path in ${PLUGIN_PATHS} - @${FIND} -ds ${WRKSRC}/${_path}/ -not -type d \ - | ${SED} "s|${WRKSRC}|%%ECLIPSE%%|1" \ - | ${SED} "s|${PORTVERSION}|%%VER%%|g" \ - >> ${PLIST} - @${FIND} -ds ${WRKSRC}/${_path}/ -mindepth 1 -type d \ - | ${SED} "s|${WRKSRC}|@dirrm %%ECLIPSE%%|1" \ - | ${SED} "s|${PORTVERSION}|%%VER%%|g" \ - >> ${PLIST} - @${ECHO} "@dirrmtry %%ECLIPSE%%/${_path}" >> ${PLIST} -.endfor - @${ECHO} "@dirrmtry %%ECLIPSE%%" >> ${PLIST} - -.include <bsd.port.mk> diff --git a/devel/eclipse-eclemma/distinfo b/devel/eclipse-eclemma/distinfo deleted file mode 100644 index 1009a5e3aad1..000000000000 --- a/devel/eclipse-eclemma/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (eclemma-1.5.3.zip) = c8f3a650159847aa64315c9f5d96f0aee9b8397c8351ed10f63d0a83b0b4c734 -SIZE (eclemma-1.5.3.zip) = 778970 diff --git a/devel/eclipse-eclemma/pkg-descr b/devel/eclipse-eclemma/pkg-descr deleted file mode 100644 index 636137d6733a..000000000000 --- a/devel/eclipse-eclemma/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -EclEmma is a free Java code coverage tool for Eclipse, available under the -Eclipse Public License. Internally it is based on the great EMMA Java code -coverage tool, trying to adopt EMMA's philosophy for the Eclipse workbench. - -WWW: http://www.eclemma.org/ diff --git a/devel/eclipse-eclemma/pkg-plist b/devel/eclipse-eclemma/pkg-plist deleted file mode 100644 index 09c42408e28f..000000000000 --- a/devel/eclipse-eclemma/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MANIFEST.MF -%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MTNMINDS.RSA -%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF/MTNMINDS.SF -%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/about.html -%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.properties -%%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/feature.xml -@dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%%/META-INF -@dirrm %%ECLIPSE%%/features/com.mountainminds.eclemma.feature_%%VER%% -@dirrmtry %%ECLIPSE%%/features -%%ECLIPSE%%/plugins/com.mountainminds.eclemma.core_%%VER%%.jar -%%ECLIPSE%%/plugins/com.mountainminds.eclemma.doc_%%VER%%.jar -%%ECLIPSE%%/plugins/com.mountainminds.eclemma.ui_%%VER%%.jar -@dirrmtry %%ECLIPSE%%/plugins -@dirrmtry %%ECLIPSE%% |