import epic 0.4.0
EPIC is an open source Perl IDE based on 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. from MAINTAINER Carlos Valiente <yo at virutass.net>
This commit is contained in:
parent
ea4a76e244
commit
14310b1636
37
devel/eclipse/plugins/epic/Makefile
Normal file
37
devel/eclipse/plugins/epic/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/29 14:40:33 kurt Exp $
|
||||
|
||||
COMMENT= "Perl plugin for Eclipse IDE"
|
||||
|
||||
V= 0.4.0
|
||||
DISTNAME= org.epic.updatesite_0.4.0_20060804
|
||||
PKGNAME= eclipse-plugin-epic-${V}
|
||||
CATEGORIES= devel/eclipse/plugins perl
|
||||
|
||||
HOMEPAGE= http://e-p-i-c.sourceforge.net/
|
||||
|
||||
MAINTAINER= Carlos Valiente <yo@virutass.net>
|
||||
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
# Common Public License Version 1.0 (http://www.eclipse.org/legal/cpl-v10.html)
|
||||
PERMIT_PACKAGE_CDROM= "commercial distribution defend and indemnify clauses"
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= "commercial distribution defend and indemnify clauses"
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e-p-i-c/}
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.1:devel/eclipse/sdk
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/eclipse
|
||||
cd ${WRKDIST}/org.epic.updatesite && tar cfL - features plugins | \
|
||||
(cd ${PREFIX}/eclipse && tar -xf -)
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/eclipse/plugins/epic/distinfo
Normal file
4
devel/eclipse/plugins/epic/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (org.epic.updatesite_0.4.0_20060804.zip) = 4ea958644dc6a2c8ba6f34b158e9c34d
|
||||
RMD160 (org.epic.updatesite_0.4.0_20060804.zip) = f0715620749a72d8dad41f5c9924d2c75f392074
|
||||
SHA1 (org.epic.updatesite_0.4.0_20060804.zip) = b1ed2d5bef4893abc5ace095e5ac6199c48e2d09
|
||||
SIZE (org.epic.updatesite_0.4.0_20060804.zip) = 3115836
|
5
devel/eclipse/plugins/epic/pkg/DESCR
Normal file
5
devel/eclipse/plugins/epic/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
EPIC is an open source Perl IDE based on 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.
|
6
devel/eclipse/plugins/epic/pkg/PLIST
Normal file
6
devel/eclipse/plugins/epic/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/29 14:40:33 kurt Exp $
|
||||
eclipse/features/org.epic.feature.main_0.4.0.jar
|
||||
eclipse/plugins/org.epic.debug_0.4.0.jar
|
||||
eclipse/plugins/org.epic.doc_0.4.0.jar
|
||||
eclipse/plugins/org.epic.perleditor_0.4.0.jar
|
||||
eclipse/plugins/org.epic.regexp_0.4.0.jar
|
Loading…
Reference in New Issue
Block a user