diff options
author | Alexander Langer <alex@FreeBSD.org> | 2004-01-13 15:33:02 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2004-01-13 15:33:02 +0000 |
commit | c8c449de04bf86e3e3ef437df11fd292f91b7207 (patch) | |
tree | 2737d7830fe292e35ba24dbb1ddef00f5fe737ec | |
parent | 233792da59dd49689c6ff7ebadf7d21f96332b33 (diff) | |
download | ports-c8c449de04bf86e3e3ef437df11fd292f91b7207.tar.gz ports-c8c449de04bf86e3e3ef437df11fd292f91b7207.zip |
Notes
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/phpeclipse_phphelp/Makefile | 28 | ||||
-rw-r--r-- | java/phpeclipse_phphelp/distinfo | 1 | ||||
-rw-r--r-- | java/phpeclipse_phphelp/pkg-descr | 3 | ||||
-rw-r--r-- | java/phpeclipse_phphelp/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index b29dbe04dfe2..4a2554e8e4a6 100644 --- a/java/Makefile +++ b/java/Makefile @@ -97,6 +97,7 @@ SUBDIR += netrexx SUBDIR += openjit SUBDIR += phpeclipse + SUBDIR += phpeclipse_phphelp SUBDIR += phpeclipse_sql SUBDIR += phpeclipse_tidy SUBDIR += proguard diff --git a/java/phpeclipse_phphelp/Makefile b/java/phpeclipse_phphelp/Makefile new file mode 100644 index 000000000000..42e49ead4ec7 --- /dev/null +++ b/java/phpeclipse_phphelp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: phpeclipse-phphelp +# Date created: 22 Oct 2003 +# Whom: rtdean@cytherianage.net +# +# $FreeBSD$ +# + +PORTNAME= phpeclipse_phphelp +PORTVERSION= 1.0.4 +CATEGORIES= java editors devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +DISTNAME= net.sourceforge.phpeclipse.phphelp_${PORTVERSION} + +MAINTAINER= rtdean@cytherianage.net +COMMENT= PHP Eclipse Help for the Eclipse IDE Framework + +RUN_DEPENDS= ${LOCALBASE}/eclipse/plugins/net.sourceforge.phpeclipse/plugin.xml:${PORTSDIR}/java/phpeclipse + +NO_BUILD= yes +USE_ZIP= yes + +do-install: + @${MKDIR} ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse.phphelp +.for f in doc.zip phphelp.jar phphelp.xml plugin.properties plugin.xml + @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse.phphelp +.endfor + +.include <bsd.port.mk> diff --git a/java/phpeclipse_phphelp/distinfo b/java/phpeclipse_phphelp/distinfo new file mode 100644 index 000000000000..d741aff7aeda --- /dev/null +++ b/java/phpeclipse_phphelp/distinfo @@ -0,0 +1 @@ +MD5 (net.sourceforge.phpeclipse.phphelp_1.0.4.zip) = 987c0fd8379f4d2e02a3c264d7654599 diff --git a/java/phpeclipse_phphelp/pkg-descr b/java/phpeclipse_phphelp/pkg-descr new file mode 100644 index 000000000000..a23d364eb0e3 --- /dev/null +++ b/java/phpeclipse_phphelp/pkg-descr @@ -0,0 +1,3 @@ +Documentation for PHP and the PHPEclipse plugin + +WWW: http://phpeclipse.sourceforge.net/ diff --git a/java/phpeclipse_phphelp/pkg-plist b/java/phpeclipse_phphelp/pkg-plist new file mode 100644 index 000000000000..6cccb139630e --- /dev/null +++ b/java/phpeclipse_phphelp/pkg-plist @@ -0,0 +1,6 @@ +eclipse/plugins/net.sourceforge.phpeclipse.phphelp/phphelp.jar +eclipse/plugins/net.sourceforge.phpeclipse.phphelp/doc.zip +eclipse/plugins/net.sourceforge.phpeclipse.phphelp/plugin.properties +eclipse/plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml +eclipse/plugins/net.sourceforge.phpeclipse.phphelp/plugin.xml +@dirrm eclipse/plugins/net.sourceforge.phpeclipse.phphelp |