diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2009-08-05 08:29:58 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2009-08-05 08:29:58 +0000 |
commit | 618f4f3e3c435b660cc8012b781ebd098133b561 (patch) | |
tree | 8586c93259a1f6a038ca7b28af23bdaa5728664d /devel/mercurialeclipse | |
parent | 010a486ccaaf7ff29bd502c9edc8480edb5c8151 (diff) | |
download | ports-618f4f3e3c435b660cc8012b781ebd098133b561.tar.gz ports-618f4f3e3c435b660cc8012b781ebd098133b561.zip |
Notes
Diffstat (limited to 'devel/mercurialeclipse')
-rw-r--r-- | devel/mercurialeclipse/Makefile | 34 | ||||
-rw-r--r-- | devel/mercurialeclipse/distinfo | 3 | ||||
-rw-r--r-- | devel/mercurialeclipse/pkg-descr | 3 | ||||
-rw-r--r-- | devel/mercurialeclipse/pkg-plist | 2 |
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/mercurialeclipse/Makefile b/devel/mercurialeclipse/Makefile new file mode 100644 index 000000000000..b0b711222c86 --- /dev/null +++ b/devel/mercurialeclipse/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: mercurialeclipse +# Date created: 2009-06-27 +# Whom: Edmondas Girkantas <eg@fbsd.lt> +# +# $FreeBSD$ +# + +PORTNAME= mercurialeclipse +PORTVERSION= 1.3.1019 +CATEGORIES= devel java +MASTER_SITES= http://www.vectrace.com/eclipse-update/plugins/ +DISTNAME= com.vectrace.MercurialEclipse_${PORTVERSION} +EXTRACT_SUFX= .jar +DIST_SUBDIR= eclipse +EXTRACT_ONLY= + +MAINTAINER= eg@fbsd.lt +COMMENT= A mercurial plugin for the Eclipse IDE Framework + +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse + +PLIST_SUB= VER=${PORTVERSION} + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +ECLIPSE= ${PREFIX}/eclipse +PLUGINS= plugins + +do-install: + @${MKDIR} ${ECLIPSE}/${PLUGINS} + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/ + +.include <bsd.port.mk> diff --git a/devel/mercurialeclipse/distinfo b/devel/mercurialeclipse/distinfo new file mode 100644 index 000000000000..bf1ea67e69f5 --- /dev/null +++ b/devel/mercurialeclipse/distinfo @@ -0,0 +1,3 @@ +MD5 (eclipse/com.vectrace.MercurialEclipse_1.3.1019.jar) = 151c0f4e6e36603eaf20a65553f5acfa +SHA256 (eclipse/com.vectrace.MercurialEclipse_1.3.1019.jar) = 829ff330151db2e426c9b0bce6a9c2d39cde57dd2ced65e8413b3b9cf13b8ea5 +SIZE (eclipse/com.vectrace.MercurialEclipse_1.3.1019.jar) = 884930 diff --git a/devel/mercurialeclipse/pkg-descr b/devel/mercurialeclipse/pkg-descr new file mode 100644 index 000000000000..9119d977b1f1 --- /dev/null +++ b/devel/mercurialeclipse/pkg-descr @@ -0,0 +1,3 @@ +MercurialEclipse is an Eclipse plugin for the Mercurial version control system. + +WWW: http://www.vectrace.com/mercurialeclipse/ diff --git a/devel/mercurialeclipse/pkg-plist b/devel/mercurialeclipse/pkg-plist new file mode 100644 index 000000000000..20913c38b3a7 --- /dev/null +++ b/devel/mercurialeclipse/pkg-plist @@ -0,0 +1,2 @@ +eclipse/plugins/com.vectrace.MercurialEclipse_%%VER%%.jar +@dirrmtry eclipse/plugins |