Add eclipse-EPIC 0.3.0, EPIC adds Perl support to

the Eclipse IDE Framework.

PR:		ports/74480
Submitted by:	tux@pinguru.net
This commit is contained in:
Norikatsu Shigemura 2004-12-23 11:52:13 +00:00
parent 411133bacc
commit 932fc1c7aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124974
4 changed files with 49 additions and 0 deletions

View file

@ -16,6 +16,7 @@
SUBDIR += diablo-jdk13
SUBDIR += diablo-jre13
SUBDIR += eclipse
SUBDIR += eclipse-EPIC
SUBDIR += eclipse-cdt
SUBDIR += eclipse-checkstyle
SUBDIR += eclipse-clay-core

View file

@ -0,0 +1,38 @@
# New ports collection makefile for: EPIC
# Date created: 28 Nov 2004
# Whom: tux@pinguru.net
#
# $FreeBSD$
#
PORTNAME= EPIC
PORTVERSION= 0.3.0
CATEGORIES= java editors devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= e-p-i-c
PKGNAMEPREFIX= eclipse-
DISTNAME= ${EPIC}_${PORTVERSION}_20040711
MAINTAINER= tux@pinguru.net
COMMENT= EPIC adds Perl support to the Eclipse IDE Framework
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
USE_ZIP= yes
WRKSRC= ${WRKDIR}/${EPIC}
EPIC= org.epic.updatesite
ECLIPSE= ${PREFIX}/eclipse
do-install:
@${CP} -r ${WRKSRC}/features/*.jar ${ECLIPSE}/features
@${CP} -r ${WRKSRC}/plugins/*.jar ${ECLIPSE}/plugins
post-install:
@${FIND} -s ${WRKSRC}/features -name "*.jar" \
| ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
@${FIND} -s ${WRKSRC}/plugins -name "*.jar" \
| ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (org.epic.updatesite_0.3.0_20040711.zip) = 5ab8b866c599bd41f8dcb57564d5bc2d
SIZE (org.epic.updatesite_0.3.0_20040711.zip) = 2649757

View file

@ -0,0 +1,8 @@
EPIC is an opensource Perl IDE for the Eclipse platform.
Features supported are syntax highlighting, on the fly syntax check,
content assist, perldoc support, source formatter, templating support
and a Perl debugger.
A regular expression plugin and support for the eSpell spellchecker
are also available.
WWW: http://e-p-i-c.sourceforge.net/