diff options
author | rene <rene@FreeBSD.org> | 2015-04-18 18:00:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-04-18 18:00:00 +0800 |
commit | 102e964c569a70c36f159a40dd9d8c021ce50abc (patch) | |
tree | b1f8d2fc0025d4b015975c6dfa5d69609a3b23e8 /java/eclipse-uml/Makefile | |
parent | dea1c00d8931e324cb9945d5906299ce63ad21ed (diff) | |
download | freebsd-ports-gnome-102e964c569a70c36f159a40dd9d8c021ce50abc.tar.gz freebsd-ports-gnome-102e964c569a70c36f159a40dd9d8c021ce50abc.tar.zst freebsd-ports-gnome-102e964c569a70c36f159a40dd9d8c021ce50abc.zip |
Remove expired ports:
2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf
2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef
2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update
2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update
2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update
2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
Diffstat (limited to 'java/eclipse-uml/Makefile')
-rw-r--r-- | java/eclipse-uml/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/java/eclipse-uml/Makefile b/java/eclipse-uml/Makefile deleted file mode 100644 index b56cfe504cab..000000000000 --- a/java/eclipse-uml/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: gldisater@gldis.ca -# $FreeBSD$ - -PORTNAME= uml -PORTVERSION= 1.1.1 -PORTREVISION= 5 -CATEGORIES= java devel -MASTER_SITES= http://download.eclipse.org/tools/uml2/downloads/drops/${PORTVERSION}/R200509282050/ -PKGNAMEPREFIX= eclipse- -DISTNAME= uml2-SDK-${PORTVERSION} -DIST_SUBDIR= eclipse - -MAINTAINER= ports@FreeBSD.org -COMMENT= Framework creating UML diagrams in Eclipse - -BROKEN= plugin is obsolete or malfunctioning with latest eclipse -DEPRECATED= evaluation recommendation is to remove rather than update -EXPIRATION_DATE= 2015-04-18 - -RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ - eclipse-emf>0:${PORTSDIR}/java/eclipse-emf - -USES= zip -NO_BUILD= yes -NO_WRKSUBDIR= yes -USE_JAVA= yes -JAVA_VERSION= 1.6+ -JAVA_OS= native - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse - @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \ - | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ - | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST} - -.include <bsd.port.mk> |