1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 2.5.0 release

- Pass maintainership to submitter
- Use the new eclipse plugins Makefile

PR:		ports/145266 [1], ports/148992 [2]
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> [1],
		Sutra Zhou <zhoushuqun@gmail.com> [2]
This commit is contained in:
Alex Dupre 2010-09-07 09:04:06 +00:00
parent 84db49dcaa
commit c9a1ff640f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260686
3 changed files with 10 additions and 25 deletions

View File

@ -6,37 +6,22 @@
#
PORTNAME= emf
PORTVERSION= 2.3.2
PORTREVISION= 2
PORTVERSION= 2.5.0
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,}
MASTER_SITE_SUBDIR=${PORTVERSION}/R200802051830
MASTER_SITE_SUBDIR=${PORTVERSION}/R200906151043
PKGNAMEPREFIX= eclipse-
DISTNAME= emf-sdo-xsd-SDK-${PORTVERSION}
DISTNAME= emf-xsd-SDK-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Eclipse Modeling Framework
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
DEPRECATED= This plugin can be installed from within eclipse via the updater
EXPIRATION_DATE=2010-01-19
NO_BUILD= yes
NO_WRKSUBDIR= yes
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
JAVA_OS= native
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${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) \
| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
| ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = da937bf8e31788d5121176581b286a43
SHA256 (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = 2c582ea1d85410940657e74a1d0c1a17d83ab8c2f3678018e4f1857e887540cc
SIZE (eclipse/emf-sdo-xsd-SDK-2.3.2.zip) = 26676814
MD5 (eclipse/emf-xsd-SDK-2.5.0.zip) = 321e9f9ccb2eb3c5a602490e14adb8bc
SHA256 (eclipse/emf-xsd-SDK-2.5.0.zip) = 1d52d706dfe7e36b3f3e1214e120479294bf2dc41103ae7424d7a79d7e0520ce
SIZE (eclipse/emf-xsd-SDK-2.5.0.zip) = 28391154

View File

@ -8,4 +8,4 @@ documents, or modeling tools like Rational Rose, then imported into EMF.
Most important of all, EMF provides the foundation for interoperability
with other EMF-based tools and applications.
WWW: http://www.eclipse.org/emf/
WWW: http://www.eclipse.org/modeling/emf/