Index: head/graphics/ycomp/pkg-descr =================================================================== --- head/graphics/ycomp/pkg-descr (revision 224641) +++ head/graphics/ycomp/pkg-descr (nonexistent) @@ -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 Property changes on: head/graphics/ycomp/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/ycomp/distinfo =================================================================== --- head/graphics/ycomp/distinfo (revision 224641) +++ head/graphics/ycomp/distinfo (nonexistent) @@ -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 Property changes on: head/graphics/ycomp/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/ycomp/pkg-plist =================================================================== --- head/graphics/ycomp/pkg-plist (revision 224641) +++ head/graphics/ycomp/pkg-plist (nonexistent) @@ -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%% Property changes on: head/graphics/ycomp/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/ycomp/Makefile =================================================================== --- head/graphics/ycomp/Makefile (revision 224641) +++ head/graphics/ycomp/Makefile (nonexistent) @@ -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 Property changes on: head/graphics/ycomp/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/graphics/ycomp/files/ycomp.sh.in =================================================================== --- head/graphics/ycomp/files/ycomp.sh.in (revision 224641) +++ head/graphics/ycomp/files/ycomp.sh.in (nonexistent) @@ -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 Property changes on: head/graphics/ycomp/files/ycomp.sh.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property