diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-12-23 23:28:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-12-23 23:28:38 +0800 |
commit | 52f2e1a0f9dca958ef0e852daf9a1a20d627d49a (patch) | |
tree | 22a3f00c4b948f780353be51dde6a1820ec65195 /graphics | |
parent | e1843e5a75ac6a6b8545a284148d4226229e0aaa (diff) | |
download | freebsd-ports-gnome-52f2e1a0f9dca958ef0e852daf9a1a20d627d49a.tar.gz freebsd-ports-gnome-52f2e1a0f9dca958ef0e852daf9a1a20d627d49a.tar.zst freebsd-ports-gnome-52f2e1a0f9dca958ef0e852daf9a1a20d627d49a.zip |
- retire port, due to license.
The academic license was not a public academic license
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ycomp/Makefile | 37 | ||||
-rw-r--r-- | graphics/ycomp/distinfo | 3 | ||||
-rw-r--r-- | graphics/ycomp/files/ycomp.sh.in | 9 | ||||
-rw-r--r-- | graphics/ycomp/pkg-descr | 17 | ||||
-rw-r--r-- | graphics/ycomp/pkg-plist | 8 |
5 files changed, 0 insertions, 74 deletions
diff --git a/graphics/ycomp/Makefile b/graphics/ycomp/Makefile deleted file mode 100644 index 9bb11d4ce964..000000000000 --- a/graphics/ycomp/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: ycomp -# Date created: 23 Dec 2008 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= ycomp -PORTVERSION= 1.3.10 -CATEGORIES= graphics java -MASTER_SITES= http://www.info.uni-karlsruhe.de/software/ - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Visualization system for Program Dependency Graphs in VCG format - -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - -RESTRICTED= acedemic use only - -USE_JAVA= yes -JAVA_VERSION= 1.5+ -USE_BZIP2= yes -NO_BUILD= yes - -DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION} -DATAFILES= antlr.jar batik.jar graphmlObf.jar yComp.jar yObf.jar \ - ysvgObf.jar - -WRKSRC= ${WRKDIR}/${PORTNAME} -SUB_FILES= ycomp.sh - -do-install: - ${MKDIR} ${DATADIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DATAFILES} ${DATADIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/ycomp.sh ${PREFIX}/bin/ycomp - -.include <bsd.port.mk> diff --git a/graphics/ycomp/distinfo b/graphics/ycomp/distinfo deleted file mode 100644 index c14388174053..000000000000 --- a/graphics/ycomp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ycomp-1.3.10.tar.bz2) = 975bf3ce68db1e901ffb180aa165470e -SHA256 (ycomp-1.3.10.tar.bz2) = 2ceccee781ade3a45bd8cec73d7168c4f9538da31ad4a870fefe32aff420f926 -SIZE (ycomp-1.3.10.tar.bz2) = 5456013 diff --git a/graphics/ycomp/files/ycomp.sh.in b/graphics/ycomp/files/ycomp.sh.in deleted file mode 100644 index 09787a208800..000000000000 --- a/graphics/ycomp/files/ycomp.sh.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -YCOMP_HOME="%%DATADIR%%" -export YCOMP_HOME -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "$YCOMP_HOME/yComp.jar" "${@}" - -# eof diff --git a/graphics/ycomp/pkg-descr b/graphics/ycomp/pkg-descr deleted file mode 100644 index d4b48de76ca0..000000000000 --- a/graphics/ycomp/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Program Highlights - * Read, layout and print of graphs in the .VCG, .GML and .YGF format - * Layout support for program dependency graphs yielding - high performance graph layout - * Easy to use GUI - * NEW! PGF / TikZ format export to use in LaTeX documents - * For version 1.3.1 we have implemented numerous improvements to the layout, - useability and performance - * System requirements: Java 1.5 aka J2SE 5.0 - -Licence: -This software is based on the yFiles library. -yWorks GmbH granted an academic license for #yFiles" to IPD Goos: An academic -license restricts the use of the software (yComp) to non-commercial purposes -(research, teaching, projects, courses and application development). - -WWW: http://www.info.uni-karlsruhe.de/software.php/id=6&lang=en diff --git a/graphics/ycomp/pkg-plist b/graphics/ycomp/pkg-plist deleted file mode 100644 index 85e16d4b8f3d..000000000000 --- a/graphics/ycomp/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/ycomp -%%DATADIR%%/antlr.jar -%%DATADIR%%/batik.jar -%%DATADIR%%/graphmlObf.jar -%%DATADIR%%/yComp.jar -%%DATADIR%%/yObf.jar -%%DATADIR%%/ysvgObf.jar -@dirrm %%DATADIR%% |