View | Details | Raw Unified | Return to bug 148992 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/java/eclipse-gef/Makefile (-24 / +5 lines)
Lines 6-42 Link Here
6
#
6
#
7
7
8
PORTNAME=	gef
8
PORTNAME=	gef
9
PORTVERSION=	3.3.2
9
PORTVERSION=	3.5.2
10
PORTREVISION=	2
11
CATEGORIES=	java devel
10
CATEGORIES=	java devel
12
MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
11
MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
13
MASTER_SITE_SUBDIR=	${PORTVERSION}/R200802211602/
12
MASTER_SITE_SUBDIR=	${PORTVERSION}/R201002241200/
14
PKGNAMEPREFIX=	eclipse-
13
PKGNAMEPREFIX=	eclipse-
15
DISTNAME=	GEF-ALL-${PORTVERSION}
14
DISTNAME=	GEF-SDK-${PORTVERSION}
16
DIST_SUBDIR=	eclipse
15
DIST_SUBDIR=	eclipse
17
16
18
MAINTAINER=	freebsd-eclipse@FreeBSD.org
17
MAINTAINER=	zhoushuqun@gmail.com
19
COMMENT=	Graphical Editing Framework for the Eclipse IDE
18
COMMENT=	Graphical Editing Framework for the Eclipse IDE
20
19
21
RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
20
RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
22
21
23
DEPRECATED=	This plugin can be installed from within eclipse via the updater
22
.include "${.CURDIR}/../eclipse-emf/Makefile.install"
24
EXPIRATION_DATE=2010-01-19
25
26
NO_BUILD=	yes
27
NO_WRKSUBDIR=	yes
28
USE_ZIP=	yes
29
USE_JAVA=	yes
30
JAVA_VERSION=	1.5+
31
JAVA_OS=	native
32
33
do-install:
34
		@${MKDIR} ${PREFIX}/lib/eclipse
35
		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
36
		@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
37
		@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
38
		@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
39
			| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
40
			| ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
41
42
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)/usr/ports/java/eclipse-gef/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (eclipse/GEF-ALL-3.3.2.zip) = 7b5a475d577d0e45068f73903f77c87c
1
MD5 (eclipse/GEF-SDK-3.5.2.zip) = e3aeb007140d5b37c91e8d3d82a37b7a
2
SHA256 (eclipse/GEF-ALL-3.3.2.zip) = a5dc105e0a3b7931bbc16f744c382344388b28bcf8ed251ca0a88b1793dd6c6e
2
SHA256 (eclipse/GEF-SDK-3.5.2.zip) = 802e61e810f79c5269f69f07542885bde47fbfd9bc44961eb35205f4c1a5dada
3
SIZE (eclipse/GEF-ALL-3.3.2.zip) = 7185118
3
SIZE (eclipse/GEF-SDK-3.5.2.zip) = 4800355

Return to bug 148992