diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /graphics | |
parent | 46ce9b21a3308230eb3c7821516af7ccc044bb41 (diff) |
Notes
Diffstat (limited to 'graphics')
53 files changed, 0 insertions, 1304 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d06604ee4ed2..d48a5d6f0dbf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -65,7 +65,6 @@ SUBDIR += demeter SUBDIR += devil SUBDIR += dia - SUBDIR += diacanvas SUBDIR += diacanvas2 SUBDIR += digikam SUBDIR += digikam-doc @@ -118,7 +117,6 @@ SUBDIR += fly SUBDIR += fnlib SUBDIR += fracplanet - SUBDIR += fractorama SUBDIR += fraqtive SUBDIR += freeimage SUBDIR += frontline @@ -337,7 +335,6 @@ SUBDIR += linux_dri SUBDIR += linux_glide SUBDIR += linux_glx - SUBDIR += linux_mesa3 SUBDIR += lodju SUBDIR += long-exposure-tools SUBDIR += lphoto @@ -375,7 +372,6 @@ SUBDIR += optipng SUBDIR += orca SUBDIR += osg - SUBDIR += osgedit SUBDIR += p5-Cairo SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph @@ -474,7 +470,6 @@ SUBDIR += py-gdchart2 SUBDIR += py-graphviz SUBDIR += py-imaging - SUBDIR += py-imaging-handbook SUBDIR += py-ming SUBDIR += py-opengl SUBDIR += py-paint @@ -587,7 +582,6 @@ SUBDIR += wmgrabimage SUBDIR += wmicons SUBDIR += xaos - SUBDIR += xbarcode SUBDIR += xbmbrowser SUBDIR += xd3d SUBDIR += xdgagrab @@ -624,7 +618,6 @@ SUBDIR += xmms-scivi SUBDIR += xmms-vumeter SUBDIR += xmms-waterfall - SUBDIR += xmms-xvs SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xmrm diff --git a/graphics/diacanvas/Makefile b/graphics/diacanvas/Makefile deleted file mode 100644 index 11712fe3b34b..000000000000 --- a/graphics/diacanvas/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: diacanvas -# Date created: 04 February 2000 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= diacanvas -PORTVERSION= 0.40.1 -PORTREVISION= 1 -CATEGORIES= graphics gnome -# mastersite disappeared in December 2000 -MASTER_SITES= # http://www.linuxstart.com/~arjan/diacanvas/download/ - -DEPRECATED= "master site disappeared, obsoleted by diacanvas2" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A general drawing canvas from dia dialog editor - -USE_X_PREFIX= yes -USE_GNOME= gtk12 imlib gnomehack -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/diacanvas/distinfo b/graphics/diacanvas/distinfo deleted file mode 100644 index 81da322e2434..000000000000 --- a/graphics/diacanvas/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (diacanvas-0.40.1.tar.gz) = 998559a846f500ddfcd55d321e8a507c -SIZE (diacanvas-0.40.1.tar.gz) = 328191 diff --git a/graphics/diacanvas/files/patch-aa b/graphics/diacanvas/files/patch-aa deleted file mode 100644 index 942926c09045..000000000000 --- a/graphics/diacanvas/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- diacanvas/Makefile.in.orig Fri Feb 4 21:20:29 2000 -+++ diacanvas/Makefile.in Fri Feb 4 21:20:53 2000 -@@ -415,7 +415,7 @@ - - - diacanvas.h: $(headers) -- make-header.sh -+ /bin/sh make-header.sh - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/graphics/diacanvas/files/patch-ab b/graphics/diacanvas/files/patch-ab deleted file mode 100644 index f223ac50a71f..000000000000 --- a/graphics/diacanvas/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- diacanvas/testcanvas.c.orig Fri Feb 4 21:18:46 2000 -+++ diacanvas/testcanvas.c Fri Feb 4 21:19:13 2000 -@@ -140,7 +140,7 @@ - static void - cb_active_display_change (DiaDisplay *display, gpointer data) - { -- g_message ("active_display_change: %x", (uint)display); -+ g_message ("active_display_change: %x", (unsigned int)display); - } - - /* void main (int argc, char **argv) diff --git a/graphics/diacanvas/files/patch-ad b/graphics/diacanvas/files/patch-ad deleted file mode 100644 index 4033b308d8ab..000000000000 --- a/graphics/diacanvas/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- ./diacanvas/diadynelement.c.orig Sun Oct 20 14:48:30 2002 -+++ ./diacanvas/diadynelement.c Sun Oct 20 14:48:36 2002 -@@ -276,7 +276,7 @@ - } - - --#ifdef 0 -+#if 0 - /* Find a point on the border of the object and create a connectionpoint - * there. - */ diff --git a/graphics/diacanvas/files/patch-diamagnifytool.c b/graphics/diacanvas/files/patch-diamagnifytool.c deleted file mode 100644 index 74c50d3557e1..000000000000 --- a/graphics/diacanvas/files/patch-diamagnifytool.c +++ /dev/null @@ -1,10 +0,0 @@ ---- diacanvas/diamagnifytool.c.orig Tue Aug 17 15:52:45 2004 -+++ diacanvas/diamagnifytool.c Tue Aug 17 15:53:00 2004 -@@ -118,6 +118,7 @@ - } - break; - default: -+ break; - } /* switch */ - return FALSE; - } diff --git a/graphics/diacanvas/pkg-descr b/graphics/diacanvas/pkg-descr deleted file mode 100644 index 4de2adccbb9c..000000000000 --- a/graphics/diacanvas/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -a general drawing canvas from dia dialog editor diff --git a/graphics/diacanvas/pkg-plist b/graphics/diacanvas/pkg-plist deleted file mode 100644 index 5dc17d7de293..000000000000 --- a/graphics/diacanvas/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/diacanvas-config -include/diacanvas/diabaseelement.h -include/diacanvas/diabaseline.h -include/diacanvas/diabasemodifytool.h -include/diacanvas/diabasetext.h -include/diacanvas/diabox.h -include/diacanvas/diaboxelement.h -include/diacanvas/diacanvas.h -include/diacanvas/diacolor.h -include/diacanvas/diacreatetool.h -include/diacanvas/diadefs.h -include/diacanvas/diadiagram.h -include/diacanvas/diadisplay.h -include/diacanvas/diadynelement.h -include/diacanvas/diadynline.h -include/diacanvas/diaelement.h -include/diacanvas/diaevent.h -include/diacanvas/diafont.h -include/diacanvas/diagraph.h -include/diacanvas/diagrid.h -include/diacanvas/diaimage.h -include/diacanvas/dialayer.h -include/diacanvas/diamagnifytool.h -include/diacanvas/diamain.h -include/diacanvas/diamodifytool.h -include/diacanvas/diamultiline.h -include/diacanvas/diaobject.h -include/diacanvas/diarenderer.h -include/diacanvas/diarenderereps.h -include/diacanvas/diarenderergdk.h -include/diacanvas/diatool.h -include/diacanvas/geometry.h -lib/libdiacanvas.a -lib/libdiacanvas.so -lib/libdiacanvas.so.1 -share/aclocal/diacanvas.m4 -@dirrm include/diacanvas diff --git a/graphics/fractorama/Makefile b/graphics/fractorama/Makefile deleted file mode 100644 index b15be339681c..000000000000 --- a/graphics/fractorama/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: fractorama -# Date created: Apr 15, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fractorama -PORTVERSION= 1.6.7 -CATEGORIES= graphics -MASTER_SITES= http://fractorama.com/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fractal generation program - -FORBIDDEN= http://vuxml.FreeBSD.org/pkg-fractorama.html -EXPIRATION_DATE=2005-08-30 - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_QT_VER= 3 -USE_BISON= yes -USE_REINPLACE= yes -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" -ALL_TARGET= release - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|gcc|$${CC}|g ; \ - s|g++|$${CXX}|g ; \ - s|-L$${QTROOT}/lib -lqt|-lqt-mt $${QTCFGLIBS}|g ; \ - s|-I$${QTROOT}/include|$${QTCPPFLAGS}|g ; \ - s|-O2|$${CFLAGS}|g' - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/../fractorama.exe ${PREFIX}/bin/fractorama -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/../doc && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/../examples && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/fractorama/distinfo b/graphics/fractorama/distinfo deleted file mode 100644 index 4e8a090f6b63..000000000000 --- a/graphics/fractorama/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (fractorama.tar.gz) = 556b08aa3767ff7979bc46b6940daacb -SIZE (fractorama.tar.gz) = 812188 diff --git a/graphics/fractorama/files/patch-src::directories.inc b/graphics/fractorama/files/patch-src::directories.inc deleted file mode 100644 index 24547d074102..000000000000 --- a/graphics/fractorama/files/patch-src::directories.inc +++ /dev/null @@ -1,8 +0,0 @@ ---- directories.inc.orig Mon Apr 9 03:09:39 2001 -+++ directories.inc Sun Apr 15 16:46:55 2001 -@@ -4,4 +4,4 @@ - - WINDOWS_QTROOT := e:/qt - WINDOWS_VC_INCLUDE := e:/devstudio/vc/include --UNIX_QTROOT := /tools/qt-2.3.0 -+UNIX_QTROOT := ${X11BASE} diff --git a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h b/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h deleted file mode 100644 index f17d80d7294e..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/BooleanNode.h.orig Fri Oct 24 22:30:40 2003 -+++ lib/fractal/BooleanNode.h Tue Mar 2 23:03:24 2004 -@@ -1,7 +1,8 @@ - #ifndef _BOOLEAN_NODE_H_ - # define _BOOLEAN_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - class BooleanNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h b/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h deleted file mode 100644 index 365ff3fec8ae..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ColorTable.h.bak Sat Dec 1 01:27:59 2001 -+++ lib/fractal/ColorTable.h Sun Dec 22 06:07:37 2002 -@@ -1,7 +1,8 @@ - #ifndef _COLOR_TABLE_H_ - # define _COLOR_TABLE_H_ - --#include <iostream.h> -+#include <iostream> -+using namespace std; - - class ColorTable - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h deleted file mode 100644 index 3b32c719057d..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ComplexNode.h.orig Fri Oct 24 22:31:06 2003 -+++ lib/fractal/ComplexNode.h Tue Mar 2 23:05:13 2004 -@@ -3,7 +3,8 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; - - class ComplexNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h deleted file mode 100644 index e6aa10d72d22..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003 -+++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004 -@@ -3,7 +3,9 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; -+ - class ComplexEntry; - - class ComplexVariables diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h deleted file mode 100644 index 1b452064f7cc..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/DoubleNode.h.orig Fri Oct 24 22:31:52 2003 -+++ lib/fractal/DoubleNode.h Tue Mar 2 23:08:44 2004 -@@ -1,7 +1,8 @@ - #ifndef _DOUBLE_NODE_H_ - # define _DOUBLE_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - #define RND(x) ((x) >= 0.0 ? (int)((x) + 0.5) : (int)((x) - 0.5)) - diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h deleted file mode 100644 index 110d7b83c5a9..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/DoubleVariables.h.orig Sat Dec 1 01:27:59 2001 -+++ lib/fractal/DoubleVariables.h Sun Dec 22 06:47:52 2002 -@@ -1,7 +1,9 @@ - #ifndef _DOUBLE_VARIABLES_H_ - # define _DOUBLE_VARIABLES_H_ - --class ostream; -+#include <iostream> -+using namespace std; -+ - struct DoubleEntry; - - class DoubleVariables diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h b/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h deleted file mode 100644 index f092fdcacafd..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/Fractal.h.bak Fri Jan 25 01:22:39 2002 -+++ lib/fractal/Fractal.h Sun Dec 22 06:06:53 2002 -@@ -3,7 +3,9 @@ - - // Forward Declarations - --class ostream; -+#include <iostream> -+using namespace std; -+ - class BooleanNode; - class Statement; - class InfiniteLoopCallback; diff --git a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h deleted file mode 100644 index 14d12601abdc..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/PrintArg.h.orig Fri Oct 24 22:33:26 2003 -+++ lib/fractal/PrintArg.h Tue Mar 2 23:09:27 2004 -@@ -1,7 +1,8 @@ - #ifndef _PRINT_ARG_H_ - # define _PRINT_ARG_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - class PrintArg - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h deleted file mode 100644 index 67dff6c1449d..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/fractal/RegionNode.h.orig Fri Oct 24 22:33:47 2003 -+++ lib/fractal/RegionNode.h Tue Mar 2 23:10:41 2004 -@@ -1,8 +1,10 @@ - #ifndef _REGION_NODE_H_ - # define _REGION_NODE_H_ - -+#include <iostream> -+using namespace std; -+ - class ComplexNode; --class ostream; - - class RegionNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h deleted file mode 100644 index 8b44ef3d04f8..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/fractal/Statement.h.orig Fri Oct 24 22:34:04 2003 -+++ lib/fractal/Statement.h Tue Mar 2 23:12:00 2004 -@@ -1,10 +1,12 @@ - #ifndef _STATEMENT_H_ - # define _STATEMENT_H_ - --class InfiniteLoopCallback; --class ostream; -- - #include "tf.h" -+ -+#include <iostream> -+using namespace std; -+ -+class InfiniteLoopCallback; - - struct LoopControl - { diff --git a/graphics/fractorama/files/patch-src::main.cpp b/graphics/fractorama/files/patch-src::main.cpp deleted file mode 100644 index 0fac3ad5d6dd..000000000000 --- a/graphics/fractorama/files/patch-src::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- main.cpp.orig Sat Oct 25 04:35:20 2003 -+++ main.cpp Tue Mar 2 23:36:04 2004 -@@ -278,7 +278,7 @@ - // Determine the name/location of our "home" document - - char *s = Persist::getApplicationDirectory( -- argv[0], "index.html", "doc", FALSE -+ argv[0], "index.html", "../share/doc/fractorama", FALSE - ); - - QFileInfo info(s); diff --git a/graphics/fractorama/pkg-descr b/graphics/fractorama/pkg-descr deleted file mode 100644 index 3948aaa5eebf..000000000000 --- a/graphics/fractorama/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fractal generation program - -WWW: http://fractorama.com/ diff --git a/graphics/fractorama/pkg-plist b/graphics/fractorama/pkg-plist deleted file mode 100644 index c744113cd5c4..000000000000 --- a/graphics/fractorama/pkg-plist +++ /dev/null @@ -1,329 +0,0 @@ -bin/fractorama -%%PORTDOCS%%%%DOCSDIR%%/and.png -%%PORTDOCS%%%%DOCSDIR%%/circle1.png -%%PORTDOCS%%%%DOCSDIR%%/circle2.png -%%PORTDOCS%%%%DOCSDIR%%/coloring_techniques.html -%%PORTDOCS%%%%DOCSDIR%%/colors.html -%%PORTDOCS%%%%DOCSDIR%%/complex_attributes.html -%%PORTDOCS%%%%DOCSDIR%%/complex_functions.html -%%PORTDOCS%%%%DOCSDIR%%/cross1.png -%%PORTDOCS%%%%DOCSDIR%%/cross2.png -%%PORTDOCS%%%%DOCSDIR%%/double_functions.html -%%PORTDOCS%%%%DOCSDIR%%/drawbutton.png -%%PORTDOCS%%%%DOCSDIR%%/ellipse1.png -%%PORTDOCS%%%%DOCSDIR%%/ellipse2.png -%%PORTDOCS%%%%DOCSDIR%%/formula.html -%%PORTDOCS%%%%DOCSDIR%%/fractal.html -%%PORTDOCS%%%%DOCSDIR%%/getting_started.html -%%PORTDOCS%%%%DOCSDIR%%/graph1.png -%%PORTDOCS%%%%DOCSDIR%%/graph2.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/mapping.html -%%PORTDOCS%%%%DOCSDIR%%/not.png -%%PORTDOCS%%%%DOCSDIR%%/not_or.png -%%PORTDOCS%%%%DOCSDIR%%/not_xor.png -%%PORTDOCS%%%%DOCSDIR%%/or.png -%%PORTDOCS%%%%DOCSDIR%%/piechart.png -%%PORTDOCS%%%%DOCSDIR%%/poly1.png -%%PORTDOCS%%%%DOCSDIR%%/poly2.png -%%PORTDOCS%%%%DOCSDIR%%/predefined_variables.html -%%PORTDOCS%%%%DOCSDIR%%/rect1.png -%%PORTDOCS%%%%DOCSDIR%%/rect2.png -%%PORTDOCS%%%%DOCSDIR%%/region.html -%%PORTDOCS%%%%DOCSDIR%%/region1.png -%%PORTDOCS%%%%DOCSDIR%%/region2.png -%%PORTDOCS%%%%DOCSDIR%%/rfractal.png -%%PORTDOCS%%%%DOCSDIR%%/spoly1.png -%%PORTDOCS%%%%DOCSDIR%%/spoly2.png -%%PORTDOCS%%%%DOCSDIR%%/start1.png -%%PORTDOCS%%%%DOCSDIR%%/start2.png -%%PORTDOCS%%%%DOCSDIR%%/statements.html -%%PORTDOCS%%%%DOCSDIR%%/taylor.html -%%PORTDOCS%%%%DOCSDIR%%/taylor.png -%%PORTDOCS%%%%DOCSDIR%%/test01.png -%%PORTDOCS%%%%DOCSDIR%%/test02.png -%%PORTDOCS%%%%DOCSDIR%%/test03.png -%%PORTDOCS%%%%DOCSDIR%%/test04.png -%%PORTDOCS%%%%DOCSDIR%%/test05.png -%%PORTDOCS%%%%DOCSDIR%%/test06.png -%%PORTDOCS%%%%DOCSDIR%%/test07.png -%%PORTDOCS%%%%DOCSDIR%%/test08.png -%%PORTDOCS%%%%DOCSDIR%%/xor.png -%%PORTDOCS%%%%DOCSDIR%%/zoomin.png -%%PORTDOCS%%%%DOCSDIR%%/zoominbutton.png -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/comet.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/cool.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/crabitis.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/formation.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/jungle.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/mosaic.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/oblivion.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/phoenix_ice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/plasma_sunburst.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/salvation.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/silver_1.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/silver_2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/swirl_repeat.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/tiger_beetle.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/vortex.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/waves.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/wheel_of_confusion.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/window.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_1_z2_1_z_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_2_1_z_3_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_aztec.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_blobs.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_blue.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_blue_swirl.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_bolt_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_bouquet.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_bughead.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cathedral.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cos.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cos_series_variant.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cosh_log.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cross.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_dark_chalice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_dark_forces.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_darkring.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_dec31.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_ear.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example11.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example12.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example13.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example14.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example15.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example16.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example17.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example18.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example20.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_exp_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_exp_series_v2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_exp_series_v3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_faberge.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10b.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10c.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10d.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10e.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb11a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb11b.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb11c.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3_log.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3_log_zz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3_sec.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_fire_and_ice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_fire_tree.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_firefish.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_flowerpower.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_formation_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_geranium.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_hallowgreen.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan15a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan21.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan9a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan9b.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_kaleidoscope.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lace002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_ladybug.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lattice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lavalamp.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lilypond.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_log_1_z_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_loop.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_mandelbrot_sunrise.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_mantis2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_mistletoe.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_newfract.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_newton_z_sdev_log_z_secz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_newton_z_sdev_z2_sinz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_nice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_ooo.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_persian_rug.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_pinwheels.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_plant.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_plume.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_primordial_soup.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_rings.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_scepter2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sceptre.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_current_expz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_current_z.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_current_z_tanz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_sec_z_current.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_z_secz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sea_angel.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sin.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sin_z2_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sinh_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sinhz_z2_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_spank.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_spider.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_squid_plume.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_starburst.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_starforest.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange4.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange5.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange6.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange7.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange8.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange_worm.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_technicolor.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_treerings.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_true.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_well_of_souls.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_z1_z3_series_v1.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/acg-001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/another01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/another02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-std-005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_012.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_018.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_022.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_024.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/derbyshire3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/derbyshire4.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-020.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-021.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-030.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-032.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-040.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-050.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-011.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-013.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_010.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_010.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_011.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_016.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_020.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-04.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-08.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-09.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-11.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-12.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-13.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-14.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-15.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01-sine-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01-sine-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-5th.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-001-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_012.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_016.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_018.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_020.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_021.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_1006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_1009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_1014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_2014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-003-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-010.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton-otrap-001-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton-otrap-002-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton0-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton1000-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton2000-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-04.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numerumo-08.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numerumo-09.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numerumo-10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/st-formula-42-heart-shape-2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/st-formula-42-heart-shape.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/st-formula-42.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-newton-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-newton-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-04.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-08.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-08_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-10_011.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-11.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-12.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-wood-apples-01.jfd -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/jfd -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/stevef -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile deleted file mode 100644 index ad39912556d9..000000000000 --- a/graphics/linux_mesa3/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: Mesa3 for Linux compat -# Date created: May 18 2000 -# Whom: Masahiro TAKEMURA -# -# $FreeBSD$ -# - -PORTNAME= mesa -PORTVERSION= 3.4.2 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/linux/redhat/redhat/updates/7.2/en/os/i386/ \ - ftp://ftp.uni-kl.de/pub/linux/redhat/redhat/updates/7.2/en/os/i386/ \ - ftp://ftp.icm.edu.pl/mirrors/ftp.redhat.com/pub/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://ftp.rediris.es/pub/linux/distributions/redhat/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://sunsite.cnlab-switch.ch/mirror/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://ftp.dulug.duke.edu/pub/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://mirror.sit.wisc.edu/mirrors/linux/distributions/redhat/updates/7.2/en/os/i386/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= A graphics library similar to SGI's OpenGL, used from Linux programs - -DEPRECATED= Superceded by graphics/linux_dri -EXPIRATION_DATE=2005-10-01 - -USE_XLIB= yes -BASEVERSION=7.2 -ONLY_FOR_ARCHS= i386 -PLIST= ${PKGDIR}/pkg-plist -MD5_FILE= ${PKGDIR}/distinfo -RPM_SET= Mesa-3.4.2-10.i386.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux_mesa3/distinfo b/graphics/linux_mesa3/distinfo deleted file mode 100644 index 63efda6f1ccb..000000000000 --- a/graphics/linux_mesa3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/Mesa-3.4.2-10.i386.rpm) = 4cdcb07cbaedd2ab1205b64931f3dd5b -SIZE (rpm/Mesa-3.4.2-10.i386.rpm) = 876154 diff --git a/graphics/linux_mesa3/pkg-descr b/graphics/linux_mesa3/pkg-descr deleted file mode 100644 index cad8524a2b23..000000000000 --- a/graphics/linux_mesa3/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This port installs a Linux shared library of Mesa, used from Linux programs. - -Mesa is a 3-D graphics library with an API which is very similar to that -of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax -or state machine, it is being used with authorization from Silicon Graphics, -Inc. However, the author makes no claim that Mesa is in any way a -compatible replacement for OpenGL or associated with Silicon Graphics, Inc. -Those who want a licensed implementation of OpenGL should contact a licensed -vendor. This software is distributed under the terms of the GNU Library -General Public License, see the LICENSE file for details. diff --git a/graphics/linux_mesa3/pkg-plist b/graphics/linux_mesa3/pkg-plist deleted file mode 100644 index 5d40c7a04e5c..000000000000 --- a/graphics/linux_mesa3/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -etc/mesa.conf -usr/lib/libGL.so.1 -usr/lib/libGL.so.1.2.030402 -usr/lib/libGLU.so.1 -usr/lib/libGLU.so.1.1.030402 -usr/lib/libglut.so.3 -usr/lib/libglut.so.3.7.0 -usr/share/doc/Mesa-3.4.2/CONFIG -usr/share/doc/Mesa-3.4.2/CONFORM -usr/share/doc/Mesa-3.4.2/COPYRIGHT -usr/share/doc/Mesa-3.4.2/README -usr/share/doc/Mesa-3.4.2/README.MITS -usr/share/doc/Mesa-3.4.2/README.X11 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.1 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.2 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.2.1 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.3 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.4 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.4.1 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.4.2 -usr/share/doc/Mesa-3.4.2/VERSIONS -@dirrm usr/share/doc/Mesa-3.4.2 diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile deleted file mode 100644 index fb7fe4c92d4c..000000000000 --- a/graphics/osgedit/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: osgedit -# Date created: Jan 23, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= osgedit -PORTVERSION= 0.5.0 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An open editor for an open scenegraph - -BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext -RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-gtkglext - -CFLAGS+= -O0 - -post-patch: -.for file in src/gui/interface.cc - @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_conv \ - && ${TR} -d '\015' < ${file}.pre_conv > ${file} || ${TRUE} -.endfor - -.include <bsd.port.mk> diff --git a/graphics/osgedit/distinfo b/graphics/osgedit/distinfo deleted file mode 100644 index 38b0ad041f59..000000000000 --- a/graphics/osgedit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (osgedit-0.5.0.tar.gz) = 3d1cd2c850a2ca1d1dd56aa40d639165 -SIZE (osgedit-0.5.0.tar.gz) = 394484 diff --git a/graphics/osgedit/files/patch-src::editable::entities::edgeode.cc b/graphics/osgedit/files/patch-src::editable::entities::edgeode.cc deleted file mode 100644 index 0d5c0c90dcc9..000000000000 --- a/graphics/osgedit/files/patch-src::editable::entities::edgeode.cc +++ /dev/null @@ -1,8 +0,0 @@ ---- src/editable/entities/edgeode.cc.orig Fri Oct 31 08:32:03 2003 -+++ src/editable/entities/edgeode.cc Sat Jan 31 12:44:22 2004 -@@ -1,3 +1,5 @@ -+#include <stdio.h> -+ - #include <editable/entityfactory.h> - #include "edgeometry.h" - #include "edgeode.h" diff --git a/graphics/osgedit/files/patch-src::editable::entities::edstateset.cc b/graphics/osgedit/files/patch-src::editable::entities::edstateset.cc deleted file mode 100644 index 93cf2a046864..000000000000 --- a/graphics/osgedit/files/patch-src::editable::entities::edstateset.cc +++ /dev/null @@ -1,8 +0,0 @@ ---- src/editable/entities/edstateset.cc.orig Sat Sep 6 14:05:01 2003 -+++ src/editable/entities/edstateset.cc Sat Sep 6 14:05:19 2003 -@@ -1,3 +1,5 @@ -+#include <stdio.h> -+ - #include <osg/Texture2D> - #include <osg/TextureCubeMap> - #include <editable/entityfactory.h> diff --git a/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc b/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc deleted file mode 100644 index fa2afb15516d..000000000000 --- a/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc +++ /dev/null @@ -1,7 +0,0 @@ ---- src/editable/view/gtkedmatrix.cc.orig Sat Sep 6 14:09:46 2003 -+++ src/editable/view/gtkedmatrix.cc Sat Sep 6 14:10:06 2003 -@@ -1,3 +1,4 @@ -+#include <stdio.h> - #include <iostream> - #include <gtk/gtkframe.h> - #include <gtk/gtktable.h> diff --git a/graphics/osgedit/pkg-descr b/graphics/osgedit/pkg-descr deleted file mode 100644 index 69b712e10cd7..000000000000 --- a/graphics/osgedit/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OSGEdit is an editor of scenes for the library OpenSceneGraph. It's only a -composer, not a modeller. You can use many programs to model your objects and -then import them into OSGEdit to compose a complex OSG scene to use in your -application. - -WWW: http://osgedit.sourceforge.net/ diff --git a/graphics/osgedit/pkg-plist b/graphics/osgedit/pkg-plist deleted file mode 100644 index 6687af7d34b9..000000000000 --- a/graphics/osgedit/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/osgedit -share/locale/es/LC_MESSAGES/osgedit.mo -share/locale/gl/LC_MESSAGES/osgedit.mo -share/gnome/applications/osgedit.desktop -share/gnome/pixmaps/osgedit.png -share/gnome/pixmaps/osgedit/billboard.png -share/gnome/pixmaps/osgedit/box.png -share/gnome/pixmaps/osgedit/center.png -share/gnome/pixmaps/osgedit/cone.png -share/gnome/pixmaps/osgedit/cylinder.png -share/gnome/pixmaps/osgedit/geode.png -share/gnome/pixmaps/osgedit/group.png -share/gnome/pixmaps/osgedit/icon.png -share/gnome/pixmaps/osgedit/lightsource.png -share/gnome/pixmaps/osgedit/lod.png -share/gnome/pixmaps/osgedit/logo.png -share/gnome/pixmaps/osgedit/move.png -share/gnome/pixmaps/osgedit/node.png -share/gnome/pixmaps/osgedit/orbit.png -share/gnome/pixmaps/osgedit/projection.png -share/gnome/pixmaps/osgedit/rotate.png -share/gnome/pixmaps/osgedit/scale.png -share/gnome/pixmaps/osgedit/select.png -share/gnome/pixmaps/osgedit/sequence.png -share/gnome/pixmaps/osgedit/sphere.png -share/gnome/pixmaps/osgedit/switch.png -share/gnome/pixmaps/osgedit/transform.png -@dirrm share/gnome/pixmaps/osgedit diff --git a/graphics/py-imaging-handbook/Makefile b/graphics/py-imaging-handbook/Makefile deleted file mode 100644 index f10ce33545ab..000000000000 --- a/graphics/py-imaging-handbook/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: PIL handbook -# Date created: 18th October 1999 -# Whom: Jose Marques -# -# $FreeBSD$ -# - -PORTNAME= imaging-handbook -PORTVERSION= 1.1.4 -CATEGORIES= graphics -MASTER_SITES= http://www.pythonware.com/library/pil/handbook/ \ - http://www.pythonware.com/images/ \ - http://www.pythonware.com/ -PKGNAMEPREFIX= py- -DISTFILES= blank.gif blurb-works-1.2.gif concepts.htm \ - concept1.gif decoder.htm formats.htm \ - icon-works.gif image.htm imagechops.htm \ - imagecolor.htm imagecrackcode.htm imagedraw.htm \ - imageenhance.htm imagefile.htm imagefileio.htm imagefilter.htm \ - imagefont.htm imagegrab.htm imagemath.htm imageops.htm \ - imagepath.htm imagepalette.htm \ - imagesequence.htm imagestat.htm imagetk.htm \ - imagewin.htm index.htm introduction.htm license.htm \ - mailto-light.gif overview.htm \ - pilconvert.htm pildriver.htm pilfile.htm \ - pilfont.htm pilprint.htm preface.htm psdraw.htm pythonware.css \ - remote-light.gif support.htm tutorial.htm - -DEPRECATED= "unmaintained port mirroring a website, maintenance problems" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Python Imaging Library Handbook - -DIST_SUBDIR= pil -EXTRACT_ONLY= - -do-build: -.for file in ${DISTFILES} - ${SED} 's|\.\./\.\./\.\./pythonware\.css|pythonware.css|g ; \ - s|\.\./\.\./\.\./images/||g' \ - ${DISTDIR}/${DIST_SUBDIR}/${file} > ${WRKDIR}/${file} -.endfor - -do-install: - @${MKDIR} ${PREFIX}/share/doc/PIL/handbook - @cd ${WRKDIR} && ${INSTALL_DATA} ${DISTFILES} \ - ${PREFIX}/share/doc/PIL/handbook - -.include <bsd.port.mk> diff --git a/graphics/py-imaging-handbook/distinfo b/graphics/py-imaging-handbook/distinfo deleted file mode 100644 index 1cdfbf085846..000000000000 --- a/graphics/py-imaging-handbook/distinfo +++ /dev/null @@ -1,84 +0,0 @@ -MD5 (pil/blank.gif) = 325472601571f31e1bf00674c368d335 -SIZE (pil/blank.gif) = 43 -MD5 (pil/blurb-works-1.2.gif) = d9f7ca2e5056dfb851fbe6140c54952c -SIZE (pil/blurb-works-1.2.gif) = 2407 -MD5 (pil/concepts.htm) = d659fc23b44f1ca6e59b86c1742d730c -SIZE (pil/concepts.htm) = 5474 -MD5 (pil/concept1.gif) = f7302ee7d394e671f440cb6baf7b89ad -SIZE (pil/concept1.gif) = 1241 -MD5 (pil/decoder.htm) = 1089c293833155d68846993e6e52eb57 -SIZE (pil/decoder.htm) = 11843 -MD5 (pil/formats.htm) = 85be1d3c5ca314cfd340a97fb1ccf553 -SIZE (pil/formats.htm) = 11720 -MD5 (pil/icon-works.gif) = 5f4b6b91699ffd0d05ce6cdecc2719e7 -SIZE (pil/icon-works.gif) = 543 -MD5 (pil/image.htm) = 99717abd5ff71cee24014de1e39b558e -SIZE (pil/image.htm) = 25372 -MD5 (pil/imagechops.htm) = b0a6ce165a855cdd19447f9e46e8547d -SIZE (pil/imagechops.htm) = 4838 -MD5 (pil/imagecolor.htm) = 13406ca7d78002161c0409df7bdcc03b -SIZE (pil/imagecolor.htm) = 3161 -MD5 (pil/imagecrackcode.htm) = 3de5043513056672b5acad2f885c0a36 -SIZE (pil/imagecrackcode.htm) = 3276 -MD5 (pil/imagedraw.htm) = 1f74ab8cb713ef2017bb20b10413106d -SIZE (pil/imagedraw.htm) = 10237 -MD5 (pil/imageenhance.htm) = 42b4f5c9fd859129def5175c35551c87 -SIZE (pil/imageenhance.htm) = 4003 -MD5 (pil/imagefile.htm) = f8d6beca8c0bf043613744beece86891 -SIZE (pil/imagefile.htm) = 2802 -MD5 (pil/imagefileio.htm) = 749d0e179e3ef679b93fe04fc5c9c51a -SIZE (pil/imagefileio.htm) = 1699 -MD5 (pil/imagefilter.htm) = 037710c12a05fd86ea7d95f13b4bd931 -SIZE (pil/imagefilter.htm) = 3529 -MD5 (pil/imagefont.htm) = 35d317976afb17e2924716621d14e431 -SIZE (pil/imagefont.htm) = 3832 -MD5 (pil/imagegrab.htm) = 82acf83fde654f118901e13b1d708f57 -SIZE (pil/imagegrab.htm) = 2389 -MD5 (pil/imagemath.htm) = 692b3fbd5e7e3fd0ec1ef53d0f90e211 -SIZE (pil/imagemath.htm) = 2140 -MD5 (pil/imageops.htm) = 81cfc0999861012970d4affc83601f41 -SIZE (pil/imageops.htm) = 5123 -MD5 (pil/imagepath.htm) = 7e12e4f198f13af580422408294ab91e -SIZE (pil/imagepath.htm) = 1649 -MD5 (pil/imagepalette.htm) = 71b909547406bff1b63679d133c8b2c6 -SIZE (pil/imagepalette.htm) = 1748 -MD5 (pil/imagesequence.htm) = 51a8796b6f34992b484423442ee61cba -SIZE (pil/imagesequence.htm) = 1822 -MD5 (pil/imagestat.htm) = a99c34a0e672acdd2a337664c60fe454 -SIZE (pil/imagestat.htm) = 2830 -MD5 (pil/imagetk.htm) = 59995c9f5534ce4671b2bfb9c6037436 -SIZE (pil/imagetk.htm) = 2924 -MD5 (pil/imagewin.htm) = ab0d2710d0d149985db5f0ada3575c7f -SIZE (pil/imagewin.htm) = 3802 -MD5 (pil/index.htm) = 4ade56aee21cf65d4c99d8e5587fad86 -SIZE (pil/index.htm) = 2840 -MD5 (pil/introduction.htm) = a36a686aea8eb99ae247028bbfc6d245 -SIZE (pil/introduction.htm) = 17154 -MD5 (pil/license.htm) = 1f11bdef4c481eed944f76279509814b -SIZE (pil/license.htm) = 2378 -MD5 (pil/mailto-light.gif) = 76e4fac625981883a4707b704b618c75 -SIZE (pil/mailto-light.gif) = 869 -MD5 (pil/overview.htm) = 638a7056de2c2f08fceca806bce9cad9 -SIZE (pil/overview.htm) = 3079 -MD5 (pil/pilconvert.htm) = 55cd9d2c2c026600ff3e6248d15bbe30 -SIZE (pil/pilconvert.htm) = 1323 -MD5 (pil/pildriver.htm) = 5057f1e381765c097a41c20ef76b969c -SIZE (pil/pildriver.htm) = 7743 -MD5 (pil/pilfile.htm) = d3ca7b747a0611f5514eb745912b35c5 -SIZE (pil/pilfile.htm) = 1401 -MD5 (pil/pilfont.htm) = c646df0a25bed00893e4f1164bad0200 -SIZE (pil/pilfont.htm) = 1201 -MD5 (pil/pilprint.htm) = 85c9b908d6dcd3fa6cd344b5f176e5c8 -SIZE (pil/pilprint.htm) = 1509 -MD5 (pil/preface.htm) = 2db0e910ff6f1aa92c2e4dbc25284c27 -SIZE (pil/preface.htm) = 2631 -MD5 (pil/psdraw.htm) = 759f7cd176e5e37f4af827457d0d50c9 -SIZE (pil/psdraw.htm) = 2742 -MD5 (pil/pythonware.css) = b33b6ad98862f209b92e44b8434fd7d2 -SIZE (pil/pythonware.css) = 1717 -MD5 (pil/remote-light.gif) = ffa77998b5df6cf822066b028c3c6dd5 -SIZE (pil/remote-light.gif) = 317 -MD5 (pil/support.htm) = 4425b572209df0fe7f6908426f874a49 -SIZE (pil/support.htm) = 3049 -MD5 (pil/tutorial.htm) = f1245aa21e0b6ba7d831ae0a6582c7cf -SIZE (pil/tutorial.htm) = 17946 diff --git a/graphics/py-imaging-handbook/pkg-descr b/graphics/py-imaging-handbook/pkg-descr deleted file mode 100644 index 2e3049667ec7..000000000000 --- a/graphics/py-imaging-handbook/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The handbook for the Python Imaging Library. - -WWW: http://www.pythonware.com/library/pil/handbook/index.htm diff --git a/graphics/py-imaging-handbook/pkg-plist b/graphics/py-imaging-handbook/pkg-plist deleted file mode 100644 index 3ec9a78a72f2..000000000000 --- a/graphics/py-imaging-handbook/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -share/doc/PIL/handbook/blank.gif -share/doc/PIL/handbook/blurb-works-1.2.gif -share/doc/PIL/handbook/concept1.gif -share/doc/PIL/handbook/concepts.htm -share/doc/PIL/handbook/decoder.htm -share/doc/PIL/handbook/formats.htm -share/doc/PIL/handbook/icon-works.gif -share/doc/PIL/handbook/image.htm -share/doc/PIL/handbook/imagechops.htm -share/doc/PIL/handbook/imagecolor.htm -share/doc/PIL/handbook/imagecrackcode.htm -share/doc/PIL/handbook/imagedraw.htm -share/doc/PIL/handbook/imageenhance.htm -share/doc/PIL/handbook/imagefile.htm -share/doc/PIL/handbook/imagefileio.htm -share/doc/PIL/handbook/imagefilter.htm -share/doc/PIL/handbook/imagefont.htm -share/doc/PIL/handbook/imagegrab.htm -share/doc/PIL/handbook/imagemath.htm -share/doc/PIL/handbook/imageops.htm -share/doc/PIL/handbook/imagepalette.htm -share/doc/PIL/handbook/imagepath.htm -share/doc/PIL/handbook/imagesequence.htm -share/doc/PIL/handbook/imagestat.htm -share/doc/PIL/handbook/imagetk.htm -share/doc/PIL/handbook/imagewin.htm -share/doc/PIL/handbook/index.htm -share/doc/PIL/handbook/introduction.htm -share/doc/PIL/handbook/license.htm -share/doc/PIL/handbook/mailto-light.gif -share/doc/PIL/handbook/overview.htm -share/doc/PIL/handbook/pilconvert.htm -share/doc/PIL/handbook/pildriver.htm -share/doc/PIL/handbook/pilfile.htm -share/doc/PIL/handbook/pilfont.htm -share/doc/PIL/handbook/pilprint.htm -share/doc/PIL/handbook/preface.htm -share/doc/PIL/handbook/psdraw.htm -share/doc/PIL/handbook/pythonware.css -share/doc/PIL/handbook/remote-light.gif -share/doc/PIL/handbook/support.htm -share/doc/PIL/handbook/tutorial.htm -@dirrm share/doc/PIL/handbook -@unexec rmdir %B 2>/dev/null || true diff --git a/graphics/xbarcode/Makefile b/graphics/xbarcode/Makefile deleted file mode 100644 index f12740ab466f..000000000000 --- a/graphics/xbarcode/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: xbarcode -# Date created: 1 October 2000 -# Whom: brett@nodetree.net -# -# $FreeBSD$ -# - -PORTNAME= xbarcode -PORTVERSION= 2.11 -CATEGORIES= graphics -MASTER_SITES= http://www.nodetree.net/distfiles/ - -DEPRECATED= "master site is now a domain holder, try graphics/barcode" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generates bar codes in a variety of formats - -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -RUN_DEPENDS= pnmfile:${PORTSDIR}/graphics/netpbm - -NO_CDROM= Must not be sold -MAN1= XBarcode.1 -MLINKS= XBarcode.1 bar.1 -ALL_TARGET= XBarcode -USE_XLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XBarcode ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bar ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/XBarcode.1 ${MAN1PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/graphics/xbarcode/distinfo b/graphics/xbarcode/distinfo deleted file mode 100644 index 0716f8d6f2ef..000000000000 --- a/graphics/xbarcode/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xbarcode-2.11.tar.gz) = 43c628d62718633620f963916548ecbd -SIZE (xbarcode-2.11.tar.gz) = 18910 diff --git a/graphics/xbarcode/files/patch-aa b/graphics/xbarcode/files/patch-aa deleted file mode 100644 index 0922526362e1..000000000000 --- a/graphics/xbarcode/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile Tue Sep 13 19:15:08 1994 -+++ Makefile Sun Oct 1 02:21:12 2000 -@@ -4,13 +4,12 @@ - # - - OBJ = mainbarcode.o barcode.o fileio.o help.o --OPTIONS = --LIBPATH = /usr/openwin/lib # Pfad fuer XVIEW Library angeben !!! -+OPTIONS = -I${X11BASE}/include -+LIBPATH = ${X11BASE}/lib # Pfad fuer XVIEW Library angeben !!! - - XBarcode: $(OBJ) - gcc $(OPTIONS) bar.o fileio.o help.o barcode.o -o bar - gcc -o XBarcode $(OBJ) -lxview -lolgx -lX11 -L$(LIBPATH) -- cp XBarcode.1 /usr/man/cat1/XBarcode.1 - - mainbarcode.o: mainbarcode.c barcode.h german.h - gcc $(OPTIONS) -c mainbarcode.c diff --git a/graphics/xbarcode/files/patch-ab b/graphics/xbarcode/files/patch-ab deleted file mode 100644 index 1702d1013dea..000000000000 --- a/graphics/xbarcode/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- bar.c~ Tue Sep 13 18:25:32 1994 -+++ bar.c Sun Oct 1 02:35:31 2000 -@@ -40,6 +40,7 @@ - ywert=100; - xwert=100; - strcpy(Wert,""); -+ if(argc<2) { fprintf(stderr,"%s",ErrText4); exit(-1); } - if (strcmp(argv[1],"-HELP")==0) - { - help(); diff --git a/graphics/xbarcode/pkg-descr b/graphics/xbarcode/pkg-descr deleted file mode 100644 index 8893682627b9..000000000000 --- a/graphics/xbarcode/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a port of XBarcode, which will let you generate barcodes in a -variety of image formats. - -WWW: http://www.nodetree.net/software/xbarcode/ - -Brett McCormick -brett@nodetree.net diff --git a/graphics/xbarcode/pkg-plist b/graphics/xbarcode/pkg-plist deleted file mode 100644 index af1b5c565269..000000000000 --- a/graphics/xbarcode/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/XBarcode -bin/bar diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile deleted file mode 100644 index e868bcfc3e01..000000000000 --- a/graphics/xmms-xvs/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: xmms-xvs -# Date created: 25 June 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= xmms-xvs -PORTVERSION= 0.1.0b1 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://jgregor.ps.pl/software/xvs/download/ -DISTNAME= xvs-${PORTVERSION} - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= X Visualization System, a plugin for XMMS - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -XMMS_CONFIG?= ${X11BASE}/bin/xmms-config - -USE_X_PREFIX= yes -USE_BISON= yes -USE_GNOME= gtk12 libxml2 -USE_REINPLACE= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}" - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g ; \ - s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/xmms-xvs/distinfo b/graphics/xmms-xvs/distinfo deleted file mode 100644 index 99cdd7d1fc1f..000000000000 --- a/graphics/xmms-xvs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xvs-0.1.0b1.tar.gz) = fd39ebf61294dbc2cf23522a89b7af1a -SIZE (xvs-0.1.0b1.tar.gz) = 191615 diff --git a/graphics/xmms-xvs/files/patch-src-calc-parser.h b/graphics/xmms-xvs/files/patch-src-calc-parser.h deleted file mode 100644 index 6761261f9fef..000000000000 --- a/graphics/xmms-xvs/files/patch-src-calc-parser.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/calc/parser.h Thu May 31 18:54:07 2001 -+++ src/calc/parser.h Tue Jun 26 22:27:15 2001 -@@ -29,7 +29,7 @@ - - /* Structure passed do yyparse. */ - typedef struct { -- FILE *input; -+ const char *input; - expression_t *expr; - symbol_dict_t *dict; - } parser_control; diff --git a/graphics/xmms-xvs/files/patch-src-calc-parser.y b/graphics/xmms-xvs/files/patch-src-calc-parser.y deleted file mode 100644 index 984c4728ce8c..000000000000 --- a/graphics/xmms-xvs/files/patch-src-calc-parser.y +++ /dev/null @@ -1,94 +0,0 @@ ---- src/calc/parser.y.orig Thu Jun 21 18:34:14 2001 -+++ src/calc/parser.y Wed Nov 20 21:38:13 2002 -@@ -81,6 +81,7 @@ - | expression_list ';' - | error ';' - { yyerrok; } -+; - - /* argument list is a comma separated list od expressions */ - argument_list: -@@ -90,6 +91,7 @@ - | argument_list ',' expression - { - } -+; - - /* expression is a C-like expression. */ - expression: NUMBER -@@ -148,12 +150,20 @@ - return 0; - } - -+int strgetc (const char **str) { -+ char c; -+ if ((c = **str)) { (*str)++; return c; } -+ return EOF; -+} -+ -+void strungetc (int c, const char **str) { if (c != EOF) (*str)--; } -+ - int yylex (YYSTYPE *yylval, void *yyparam) { - int c; - parser_control *pc = (parser_control *) yyparam; - - /* Ignore whitespace, get first nonwhite character. */ -- while ((c = fgetc (pc->input)) == ' ' || c == '\t' || c == '\n'); -+ while ((c = strgetc (&pc->input)) == ' ' || c == '\t' || c == '\n'); - - /* End of input ? */ - if (c == EOF) -@@ -161,14 +171,16 @@ - - /* Char starts a number => parse the number. */ - if (isdigit (c)) { -- ungetc (c, pc->input);/* Put the char back. */ -+ strungetc (c, &pc->input); /* Put the char back. */ - { - char *old_locale, *saved_locale; -+ int n; - - old_locale = setlocale (LC_ALL, NULL); - saved_locale = g_strdup (old_locale); - setlocale (LC_ALL, "C"); -- fscanf (pc->input, "%lf", &yylval->d_value); -+ sscanf (pc->input, "%lf%n", &yylval->d_value, &n); -+ pc->input += n; - setlocale (LC_ALL, saved_locale); - g_free (saved_locale); - } -@@ -185,10 +197,10 @@ - sym_name = g_string_append_c (sym_name, c); - - /* Get another character. */ -- c = fgetc (pc->input); -+ c = strgetc (&pc->input); - } while (c != EOF && isalnum (c)); - -- ungetc (c, pc->input); -+ strungetc (c, &pc->input); - - yylval->s_value = sym_name->str; - -@@ -264,11 +276,8 @@ - - expression_t *expr_compile_string (const char* str, symbol_dict_t *dict) { - parser_control pc; -- FILE *stream; -- -- stream = fmemopen (str, strlen (str), "r"); - -- pc.input = stream; -+ pc.input = str; - pc.expr = expr_new (); - pc.dict = dict; - -@@ -277,8 +286,6 @@ - expr_free (pc.expr); - pc.expr = NULL; - } -- -- fclose (stream); - - return pc.expr; - } diff --git a/graphics/xmms-xvs/files/patch-src::fxlist.c b/graphics/xmms-xvs/files/patch-src::fxlist.c deleted file mode 100644 index ced681c0b926..000000000000 --- a/graphics/xmms-xvs/files/patch-src::fxlist.c +++ /dev/null @@ -1,32 +0,0 @@ ---- src/fxlist.c.orig Thu Jun 21 10:49:06 2001 -+++ src/fxlist.c Tue Oct 28 23:51:39 2003 -@@ -60,28 +60,4 @@ - - return NULL; - } -- --#else /* FXLIST_RECURSIVE */ -- --/* List all available modules. */ --/* Filters */ --FXMODULE( FXBlur ) --FXMODULE( FXBump ) --/* Transitions */ --FXMODULE( FXZoomer ) --FXMODULE( FXRotoZoomer ) --FXMODULE( FXUniBlitter ) --/* Renderers */ --FXMODULE( FXClear ) --FXMODULE( FXFlash ) --FXMODULE( FXParticle ) --FXMODULE( FXScope ) --FXMODULE( FXRing ) --FXMODULE( FXUniScope ) --/* Containers */ --FXMODULE( FXSimple ) --FXMODULE( FXOnce ) --/* Other */ --FXMODULE( FXComment ) -- --#endif /* FXLIST_RECURSIVE */ -+#endif diff --git a/graphics/xmms-xvs/pkg-descr b/graphics/xmms-xvs/pkg-descr deleted file mode 100644 index 24eb88af960a..000000000000 --- a/graphics/xmms-xvs/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -X Visualization System is a visualization plug-in for XMMS inspired by -WinAmp's AVS. In xvs complex effects are built of many trivial ones put -together. Such an approach provides an extreme flexibility. Once designed -presets can be saved and later restored. - -Features: - -extreme customizability -fast, 32bit display (currently only in windowed mode) -semi-programmable blits & scopes -easy to use, powerful user interface -resizable window -save & restore - -WWW: http://jgregor.ps.pl/software/xvs/ - -- Anders Nordby <anders@FreeBSD.org> diff --git a/graphics/xmms-xvs/pkg-plist b/graphics/xmms-xvs/pkg-plist deleted file mode 100644 index e5a639627924..000000000000 --- a/graphics/xmms-xvs/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/xmms/Visualization/libxvs.so -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/xmms/xvs_presets/Beam -share/xmms/xvs_presets/BlurScope -share/xmms/xvs_presets/DotCrazy -share/xmms/xvs_presets/Radar -share/xmms/xvs_presets/Spot -share/xmms/xvs_presets/Whirl -@dirrm share/xmms/xvs_presets -%%PORTDOCS%%@dirrm %%DOCSDIR%% |