mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 3.5.2 release
- Pass maintainership to submitter - Use the new eclipse plugins Makefile PR: ports/148992 Submitted by: Sutra Zhou <zhoushuqun@gmail.com>
This commit is contained in:
parent
c9a1ff640f
commit
f0675a9786
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260687
@ -6,37 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= gef
|
||||
PORTVERSION= 3.3.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.5.2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}/R200802211602/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}/R201002241200
|
||||
PKGNAMEPREFIX= eclipse-
|
||||
DISTNAME= GEF-ALL-${PORTVERSION}
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
||||
MAINTAINER= zhoushuqun@gmail.com
|
||||
COMMENT= Graphical Editing Framework for the Eclipse IDE
|
||||
|
||||
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>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (eclipse/GEF-ALL-3.3.2.zip) = 7b5a475d577d0e45068f73903f77c87c
|
||||
SHA256 (eclipse/GEF-ALL-3.3.2.zip) = a5dc105e0a3b7931bbc16f744c382344388b28bcf8ed251ca0a88b1793dd6c6e
|
||||
SIZE (eclipse/GEF-ALL-3.3.2.zip) = 7185118
|
||||
MD5 (eclipse/GEF-ALL-3.5.2.zip) = 9c6171b113f5833d40dbc016f37830b7
|
||||
SHA256 (eclipse/GEF-ALL-3.5.2.zip) = 4e978b5279fcaaa772018f4efcf3bb8b14145f24809160b8c24eb24a9d6dc588
|
||||
SIZE (eclipse/GEF-ALL-3.5.2.zip) = 6167835
|
||||
|
Loading…
Reference in New Issue
Block a user