diff options
Diffstat (limited to 'devel/fujaba')
-rw-r--r-- | devel/fujaba/Makefile | 49 | ||||
-rw-r--r-- | devel/fujaba/distinfo | 2 | ||||
-rw-r--r-- | devel/fujaba/files/fujaba.sh.in | 5 | ||||
-rw-r--r-- | devel/fujaba/pkg-descr | 13 |
4 files changed, 0 insertions, 69 deletions
diff --git a/devel/fujaba/Makefile b/devel/fujaba/Makefile deleted file mode 100644 index 7f9bc9cad9a9..000000000000 --- a/devel/fujaba/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Gerrit Beine <tux@pinguru.net> -# $FreeBSD$ - -PORTNAME= fujaba -PORTVERSION= 4.3.2 -PORTREVISION= 2 -CATEGORIES= devel java -MASTER_SITES= http://wwwcs.uni-paderborn.de/cs/fujaba/downloads/packages/Fujaba_4/ -DISTNAME= FujabaToolSuite_Developer${PORTVERSION:S/./_/g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Another UML CASE tool - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= zip -USE_JAVA= yes -JAVA_VERSION= 1.6+ -NO_BUILD= yes -NO_ARCH= yes -WRKSRC= ${WRKDIR}/Fujaba\ Tool\ Suite\ ${PORTVERSION} - -DATADIRS= DTDs Templates libs plugins stylesheets -DATAFILES= GNULesserGeneralPublicLicense.txt api.zip fujaba.jar src.jar - -PLIST_FILES= bin/fujaba -PORTDATA= * -PORTDOCS= * - -SUB_FILES= fujaba.sh -SUB_LIST= LOCALBASE="${LOCALBASE}" DATADIR="${DATADIR}" - -OPTIONS_DEFINE= DOCS - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/fujaba.sh ${STAGEDIR}${DATADIR}/bin - ${LN} -s ${DATADIR}/bin/fujaba.sh ${STAGEDIR}${PREFIX}/bin/fujaba - (cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATADIRS}" ${STAGEDIR}${DATADIR}) - (cd ${WRKSRC} && ${INSTALL_DATA} ${DATAFILES} ${STAGEDIR}${DATADIR}) - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - ${LN} -s ${DOCSDIR} ${STAGEDIR}${DATADIR}/doc - -.include <bsd.port.mk> diff --git a/devel/fujaba/distinfo b/devel/fujaba/distinfo deleted file mode 100644 index f0c2e6d69027..000000000000 --- a/devel/fujaba/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (FujabaToolSuite_Developer4_3_2.zip) = 69a1b1667104d01fa9d03e21012f837fd1b291486b006e2e1cfec393b5364de9 -SIZE (FujabaToolSuite_Developer4_3_2.zip) = 18244253 diff --git a/devel/fujaba/files/fujaba.sh.in b/devel/fujaba/files/fujaba.sh.in deleted file mode 100644 index 5025f1ea99e1..000000000000 --- a/devel/fujaba/files/fujaba.sh.in +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/fujaba.jar" "$@" diff --git a/devel/fujaba/pkg-descr b/devel/fujaba/pkg-descr deleted file mode 100644 index a62761c62fdd..000000000000 --- a/devel/fujaba/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Fujaba Tool Suite 4 - -The primary topic of the Fujaba Tool Suite project is to provide an easy to -extend UML and Java development platform with the ability to add plug-ins. - -* Fujaba Tool Suite combines UML class diagrams and UML behaviour diagrams to - a powerful, easy to use, yet formal system design and specification language. -* Furthermore the Fujaba Tool Suite supports the generation of Java sourcecode - out of the whole design which results in an executable prototype, ideally. -* Moreover the way back is provided, too (to some extend so far), so that Java - sourcecode can be parsed and represented within UML. - -WWW: http://wwwcs.uni-paderborn.de/cs/fujaba/index.html |