ports/63750: Update port: graphics/fractorama to 1.6.7

KATO Tsuguru tkato at prontomail.com
Thu Mar 4 12:10:11 UTC 2004


>Number:         63750
>Category:       ports
>Synopsis:       Update port: graphics/fractorama to 1.6.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 04 04:10:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.6.7

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/fractorama/Makefile graphics/fractorama/Makefile
--- /usr/ports/graphics/fractorama/Makefile	Thu Mar  4 13:40:50 2004
+++ graphics/fractorama/Makefile	Thu Mar  4 14:29:49 2004
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	fractorama
-PORTVERSION=	1.6.5
-PORTREVISION=	1
+PORTVERSION=	1.6.7
 CATEGORIES=	graphics
 MASTER_SITES=	http://fractorama.com/
 DISTNAME=	${PORTNAME}
@@ -16,8 +15,6 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fractal generation program
 
-BROKEN=		"Checksum mismatch"
-
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 USE_QT_VER=	3
@@ -31,11 +28,11 @@
 
 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'
+		'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
diff -urN /usr/ports/graphics/fractorama/distinfo graphics/fractorama/distinfo
--- /usr/ports/graphics/fractorama/distinfo	Mon May 19 09:40:10 2003
+++ graphics/fractorama/distinfo	Tue Mar  2 22:59:09 2004
@@ -1 +1,2 @@
-MD5 (fractorama.tar.gz) = 2f255156f096cd166f7649ca3582a189
+MD5 (fractorama.tar.gz) = 556b08aa3767ff7979bc46b6940daacb
+SIZE (fractorama.tar.gz) = 812188
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h	Sun Dec 22 22:32:26 2002
+++ graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h	Tue Mar  2 23:04:10 2004
@@ -1,13 +1,12 @@
---- lib/fractal/BooleanNode.h.orig	Sat Dec  1 01:27:59 2001
-+++ lib/fractal/BooleanNode.h	Sun Dec 22 06:30:21 2002
-@@ -1,7 +1,9 @@
+--- 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 ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
+ 
+ class BooleanNode
+ {
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h	Sun Dec 22 22:32:26 2002
+++ graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h	Tue Mar  2 23:05:25 2004
@@ -1,13 +1,12 @@
---- lib/fractal/ComplexNode.h.bak	Sat Dec  1 01:27:59 2001
-+++ lib/fractal/ComplexNode.h	Sun Dec 22 06:06:53 2002
-@@ -3,7 +3,9 @@
+--- 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 ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
+ 
+ class ComplexNode
+ {
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h	Sun Dec 22 22:32:26 2002
+++ graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h	Tue Mar  2 23:07:31 2004
@@ -1,5 +1,5 @@
---- lib/fractal/ComplexVariables.h.bak	Sat Dec  1 01:27:59 2001
-+++ lib/fractal/ComplexVariables.h	Sun Dec 22 06:06:53 2002
+--- 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"
@@ -8,6 +8,6 @@
 +#include <iostream>
 +using namespace std;
 +
- struct ComplexEntry;
+ class ComplexEntry;
  
  class ComplexVariables
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h	Sun Dec 22 22:32:26 2002
+++ graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h	Tue Mar  2 23:08:54 2004
@@ -1,13 +1,12 @@
---- lib/fractal/DoubleNode.h.bak	Sat Dec  1 01:27:59 2001
-+++ lib/fractal/DoubleNode.h	Sun Dec 22 06:06:53 2002
-@@ -1,7 +1,9 @@
+--- 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;
-+
- class ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
+ 
+ #define RND(x) ((x) >= 0.0 ? (int)((x) + 0.5) : (int)((x) - 0.5))
+ 
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h	Mon May 19 09:40:11 2003
+++ graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h	Tue Mar  2 23:09:44 2004
@@ -1,16 +1,12 @@
---- lib/fractal/PrintArg.h.orig	Sun Feb  2 08:45:00 2003
-+++ lib/fractal/PrintArg.h	Mon Apr 28 04:26:13 2003
-@@ -1,10 +1,12 @@
+--- 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 ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
--class ostream;
  
  class PrintArg
  {
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h	Sun Dec 22 22:32:26 2002
+++ graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h	Tue Mar  2 23:10:52 2004
@@ -1,6 +1,6 @@
---- lib/fractal/RegionNode.h.orig	Sat Dec  1 01:27:59 2001
-+++ lib/fractal/RegionNode.h	Sun Dec 22 07:02:08 2002
-@@ -1,11 +1,13 @@
+--- 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_
  
@@ -8,9 +8,6 @@
 +using namespace std;
 +
  class ComplexNode;
- class ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
 -class ostream;
  
  class RegionNode
diff -urN /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::Statement.h graphics/fractorama/files/patch-src::lib::fractal::Statement.h
--- /usr/ports/graphics/fractorama/files/patch-src::lib::fractal::Statement.h	Sun Dec 22 22:32:26 2002
+++ graphics/fractorama/files/patch-src::lib::fractal::Statement.h	Tue Mar  2 23:12:10 2004
@@ -1,21 +1,18 @@
---- lib/fractal/Statement.h.orig	Sat Dec  1 01:27:59 2001
-+++ lib/fractal/Statement.h	Sun Dec 22 07:03:48 2002
-@@ -1,13 +1,16 @@
+--- 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_
  
-+#include "tf.h"
+-class InfiniteLoopCallback;
+-class ostream;
+-
+ #include "tf.h"
 +
 +#include <iostream>
 +using namespace std;
 +
- class ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
- class InfiniteLoopCallback;
--class ostream;
- 
--#include "tf.h"
++class InfiniteLoopCallback;
  
  struct LoopControl
  {
diff -urN /usr/ports/graphics/fractorama/files/patch-src::main.cpp graphics/fractorama/files/patch-src::main.cpp
--- /usr/ports/graphics/fractorama/files/patch-src::main.cpp	Thu Jan  1 09:00:00 1970
+++ graphics/fractorama/files/patch-src::main.cpp	Tue Mar  2 23:36:19 2004
@@ -0,0 +1,11 @@
+--- 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 -urN /usr/ports/graphics/fractorama/pkg-plist graphics/fractorama/pkg-plist
--- /usr/ports/graphics/fractorama/pkg-plist	Mon May 19 09:40:11 2003
+++ graphics/fractorama/pkg-plist	Tue Mar  2 23:15:44 2004
@@ -1,329 +1,329 @@
 bin/fractorama
-%%PORTDOCS%%share/doc/fractorama/and.png
-%%PORTDOCS%%share/doc/fractorama/circle1.png
-%%PORTDOCS%%share/doc/fractorama/circle2.png
-%%PORTDOCS%%share/doc/fractorama/coloring_techniques.html
-%%PORTDOCS%%share/doc/fractorama/colors.html
-%%PORTDOCS%%share/doc/fractorama/complex_attributes.html
-%%PORTDOCS%%share/doc/fractorama/complex_functions.html
-%%PORTDOCS%%share/doc/fractorama/cross1.png
-%%PORTDOCS%%share/doc/fractorama/cross2.png
-%%PORTDOCS%%share/doc/fractorama/double_functions.html
-%%PORTDOCS%%share/doc/fractorama/drawbutton.png
-%%PORTDOCS%%share/doc/fractorama/ellipse1.png
-%%PORTDOCS%%share/doc/fractorama/ellipse2.png
-%%PORTDOCS%%share/doc/fractorama/formula.html
-%%PORTDOCS%%share/doc/fractorama/fractal.html
-%%PORTDOCS%%share/doc/fractorama/getting_started.html
-%%PORTDOCS%%share/doc/fractorama/graph1.png
-%%PORTDOCS%%share/doc/fractorama/graph2.png
-%%PORTDOCS%%share/doc/fractorama/index.html
-%%PORTDOCS%%share/doc/fractorama/mapping.html
-%%PORTDOCS%%share/doc/fractorama/not.png
-%%PORTDOCS%%share/doc/fractorama/not_or.png
-%%PORTDOCS%%share/doc/fractorama/not_xor.png
-%%PORTDOCS%%share/doc/fractorama/or.png
-%%PORTDOCS%%share/doc/fractorama/piechart.png
-%%PORTDOCS%%share/doc/fractorama/poly1.png
-%%PORTDOCS%%share/doc/fractorama/poly2.png
-%%PORTDOCS%%share/doc/fractorama/predefined_variables.html
-%%PORTDOCS%%share/doc/fractorama/rect1.png
-%%PORTDOCS%%share/doc/fractorama/rect2.png
-%%PORTDOCS%%share/doc/fractorama/region.html
-%%PORTDOCS%%share/doc/fractorama/region1.png
-%%PORTDOCS%%share/doc/fractorama/region2.png
-%%PORTDOCS%%share/doc/fractorama/rfractal.png
-%%PORTDOCS%%share/doc/fractorama/spoly1.png
-%%PORTDOCS%%share/doc/fractorama/spoly2.png
-%%PORTDOCS%%share/doc/fractorama/start1.png
-%%PORTDOCS%%share/doc/fractorama/start2.png
-%%PORTDOCS%%share/doc/fractorama/statements.html
-%%PORTDOCS%%share/doc/fractorama/taylor.html
-%%PORTDOCS%%share/doc/fractorama/taylor.png
-%%PORTDOCS%%share/doc/fractorama/test01.png
-%%PORTDOCS%%share/doc/fractorama/test02.png
-%%PORTDOCS%%share/doc/fractorama/test03.png
-%%PORTDOCS%%share/doc/fractorama/test04.png
-%%PORTDOCS%%share/doc/fractorama/test05.png
-%%PORTDOCS%%share/doc/fractorama/test06.png
-%%PORTDOCS%%share/doc/fractorama/test07.png
-%%PORTDOCS%%share/doc/fractorama/test08.png
-%%PORTDOCS%%share/doc/fractorama/xor.png
-%%PORTDOCS%%share/doc/fractorama/zoomin.png
-%%PORTDOCS%%share/doc/fractorama/zoominbutton.png
-%%PORTDOCS%%share/examples/fractorama/jfd/comet.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/cool.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/crabitis.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/formation.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/jungle.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/mosaic.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/oblivion.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/phoenix_ice.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/plasma_sunburst.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/salvation.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/silver_1.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/silver_2.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/swirl_repeat.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/tiger_beetle.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/vortex.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/waves.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/wheel_of_confusion.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/window.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_1_z2_1_z_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_2_1_z_3_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_3.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_aztec.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_blobs.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_blue.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_blue_swirl.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_bolt_001.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_bouquet.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_bughead.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_cathedral.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_cos.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_cos_series_variant.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_cosh_log.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_cross.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_dark_chalice.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_dark_forces.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_darkring.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_dec31.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_ear.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example01.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example03.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example05.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example06.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example07.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example10.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example11.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example12.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example13.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example14.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example15.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example16.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example17.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example18.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example20.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example_002.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_example_003.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_exp_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_exp_series_v2.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_exp_series_v3.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_faberge.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb10a.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb10b.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb10c.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb10d.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb10e.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb11a.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb11b.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb11c.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb3.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb3_log.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb3_log_zz.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_feb3_sec.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_fire_and_ice.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_fire_tree.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_firefish.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_flowerpower.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_formation_002.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_geranium.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_hallowgreen.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_jan01.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_jan02.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_jan15a.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_jan21.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_jan9a.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_jan9b.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_kaleidoscope.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_lace002.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_ladybug.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_lattice.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_lavalamp.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_lilypond.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_log_1_z_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_loop.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_mandelbrot_sunrise.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_mantis2.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_mistletoe.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_newfract.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_newton_z_sdev_log_z_secz.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_newton_z_sdev_z2_sinz.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_nice.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_ooo.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_persian_rug.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_pinwheels.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_plant.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_plume.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_primordial_soup.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_rings.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_scepter2.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sceptre.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sdev_current_expz.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sdev_current_z.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sdev_current_z_tanz.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sdev_sec_z_current.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sdev_z_secz.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sea_angel.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sin.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sin_z2_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sinh_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_sinhz_z2_series.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_spank.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_spider.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_squid_plume.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_starburst.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_starforest.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange2.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange3.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange4.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange5.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange6.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange7.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange8.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_strange_worm.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_technicolor.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_treerings.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_true.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_well_of_souls.jfd
-%%PORTDOCS%%share/examples/fractorama/jfd/z_z1_z3_series_v1.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/acg-001.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/another01.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/another02.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/avg-002.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/avg-003.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/avg-004.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/avg-std-005.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-01_012.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-01_018.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-01_022.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-01_024.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-02.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-03.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-05.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-06.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/camillia-07.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/derbyshire3.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/derbyshire4.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimenion-020.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimenion-021.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimenion-030.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimenion-032.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimenion-040.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimenion-050.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-001.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-002.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-003.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-004.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-005.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-006.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-007.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-008.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-009.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-011.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fdimension-013.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_001.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_002.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_003.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_004.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_005.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_006.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_007.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_008.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_009.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/fracto-11_27_010.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-01.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-02.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_001.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_002.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_003.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_004.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_005.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_006.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_007.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_008.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_009.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_010.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_011.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_014.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_016.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-03_020.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-04.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-05.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-06.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-07.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-08.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-09.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-10.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-11.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-12.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-13.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-14.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/lyapunov-15.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-01-sine-01.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-01-sine-02.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-01.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-01_001.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-01_003.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-5th.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-001-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_003.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_004.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_005.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_006.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_007.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_008.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_012.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_014.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_016.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_018.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_020.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_021.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_1006.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_1009.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_1014.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-002-_2014.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-003-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-004.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-009.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/mset-newton-otrap-010.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton-03.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton-otrap-001-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton-otrap-002-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton0-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton1000-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/newton2000-.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-01.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-02.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-03.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-04.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-05.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-06.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numeral-07.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numerumo-08.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numerumo-09.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/numerumo-10.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/st-formula-42-heart-shape-2.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/st-formula-42-heart-shape.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/st-formula-42.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-newton-01.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-newton-02.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-03.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-04.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-06.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-07.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-08.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-08_001.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-10.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-10_011.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-11.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-variation-12.jfd
-%%PORTDOCS%%share/examples/fractorama/stevef/stig-wood-apples-01.jfd
-%%PORTDOCS%%@dirrm share/doc/fractorama
-%%PORTDOCS%%@dirrm share/examples/fractorama/jfd
-%%PORTDOCS%%@dirrm share/examples/fractorama/stevef
-%%PORTDOCS%%@dirrm share/examples/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%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list