Add example feature for the Graphical Editing Framework.
This commit is contained in:
parent
9070a6b3b8
commit
ff778bcbab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84465
5 changed files with 48 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += eclipse
|
||||
SUBDIR += eclipse-examples
|
||||
SUBDIR += eclipse-gef
|
||||
SUBDIR += eclipse-gef-examples
|
||||
SUBDIR += forte
|
||||
SUBDIR += gnu-regexp
|
||||
SUBDIR += guavac
|
||||
|
|
27
java/eclipse-gef-examples/Makefile
Normal file
27
java/eclipse-gef-examples/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: eclipse-gef-examples
|
||||
# Date created: July 8, 2003
|
||||
# Whom: olgeni@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= eclipse-gef-examples
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-2.1.1-200306180934/
|
||||
DISTNAME= GEF-examples-I20030618
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= java@FreeBSD.ORG
|
||||
COMMENT= Graphical Editing Framework for the Eclipse IDE (examples)
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
||||
|
||||
.include <bsd.port.mk>
|
1
java/eclipse-gef-examples/distinfo
Normal file
1
java/eclipse-gef-examples/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (eclipse/GEF-examples-I20030618.zip) = 90e11b39d8106dd7dae9d54d54436984
|
3
java/eclipse-gef-examples/pkg-descr
Normal file
3
java/eclipse-gef-examples/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Examples for the Eclipse Graphical Editing Framework (GEF).
|
||||
|
||||
WWW: http://www.eclipse.org/gef/
|
16
java/eclipse-gef-examples/pkg-plist
Normal file
16
java/eclipse-gef-examples/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1/logic.jar
|
||||
eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1/plugin.properties
|
||||
eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1/logic.gif
|
||||
eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1/about.html
|
||||
eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1/plugin.xml
|
||||
eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1/logicsrc.zip
|
||||
eclipse/features/org.eclipse.gef.examples_2.1.1/feature.xml
|
||||
eclipse/features/org.eclipse.gef.examples_2.1.1/feature.properties
|
||||
eclipse/features/org.eclipse.gef.examples_2.1.1/license.html
|
||||
eclipse/features/org.eclipse.gef.examples_2.1.1/cpl-v10.html
|
||||
eclipse/features/org.eclipse.gef.examples_2.1.1/eclipse_update_120.jpg
|
||||
@dirrm eclipse/plugins/org.eclipse.gef.examples.logic_2.1.1
|
||||
@dirrm eclipse/features/org.eclipse.gef.examples_2.1.1
|
||||
@unexec rmdir %D/eclipse/plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/eclipse/features 2>/dev/null || true
|
||||
@unexec rmdir %D/eclipse 2>/dev/null || true
|
Loading…
Reference in a new issue