git: 42155e4462b6 - main - math/ploticus: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Sep 2024 14:18:46 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=42155e4462b621a53c240eeffb11fb11b7f8a6ca commit 42155e4462b621a53c240eeffb11fb11b7f8a6ca Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-09-01 14:18:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-09-01 14:18:42 +0000 math/ploticus: Remove expired port 2024-07-31 math/ploticus: Depends on expired graphics/ming --- MOVED | 1 + math/Makefile | 1 - math/ploticus/Makefile | 61 --------- math/ploticus/distinfo | 2 - math/ploticus/files/patch-README | 11 -- math/ploticus/files/patch-man-man3-libploticus.3 | 35 ----- math/ploticus/files/patch-man_man1-pl.1 | 136 -------------------- math/ploticus/files/patch-pltestsuite-README | 11 -- .../files/patch-pltestsuite-run_all_scripts | 8 -- .../files/patch-pltestsuite-run_script_test | 10 -- math/ploticus/files/patch-src-execline.c | 11 -- math/ploticus/files/patch-src-pl.c | 29 ----- math/ploticus/files/patch-src-preliminaries.c | 11 -- math/ploticus/files/patch-src__reslimits.c | 10 -- math/ploticus/pkg-descr | 21 --- math/ploticus/pkg-plist | 142 --------------------- 16 files changed, 1 insertion(+), 499 deletions(-) diff --git a/MOVED b/MOVED index 99660610bfca..a6cfe2f2585c 100644 --- a/MOVED +++ b/MOVED @@ -3449,3 +3449,4 @@ irc/ircd-ratbox-devel|irc/ircd-ratbox|2024-09-01|Has expired: Development stalle irc/ctrlproxy||2024-09-01|Has expired: Development stalled upstream, consider switching to irc/soju or irc/znc devel/electron28||2024-09-01|Has expired: EOLed upstream, switch to newer version graphics/R-cran-rgdal||2024-09-01|Has expired: Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead +math/ploticus||2024-09-01|Has expired: Depends on expired graphics/ming diff --git a/math/Makefile b/math/Makefile index 0721f61fefaa..cbe5c15fbbf4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -870,7 +870,6 @@ SUBDIR += planarity SUBDIR += plantri SUBDIR += plman - SUBDIR += ploticus SUBDIR += plplot SUBDIR += poly2tri SUBDIR += polyclipper diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile deleted file mode 100644 index fd056cb84dfc..000000000000 --- a/math/ploticus/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -PORTNAME= ploticus -PORTVERSION= 2.40 -PORTREVISION= 13 -CATEGORIES= math -MASTER_SITES= SF -DISTNAME= pl${PORTVERSION:S/.//}src - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= Generates plots and graphs from data -WWW= https://ploticus.sourceforge.net/ - -DEPRECATED= Depends on expired graphics/ming -EXPIRATION_DATE=2024-07-31 - -LIB_DEPENDS= libgd.so:graphics/gd \ - libming.so:graphics/ming \ - libpng.so:graphics/png \ - libfreetype.so:print/freetype2 - -USES= jpeg -BUILD_WRKSRC= ${WRKSRC}/src - -FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config - -MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}" \ - LOCALEOBJ="localef.o" LOCALE_FLAG="-DLOCALE" \ - MING="-L${LOCALBASE}/lib -lming" \ - MINGH="-I${LOCALBASE}/include/ming" NOSWFFLAG="" \ - GD18LIBS="`${FREETYPE_CONFIG} --libs` \ - -L${LOCALBASE}/lib -lgd -lpng -lz -ljpeg" \ - GD18H="`${FREETYPE_CONFIG} --cflags` \ - -L${LOCALBASE}/include" \ - GDFREETYPE="-DGDFREETYPE" PREFABS_DIR="${DATADIR}" -ALL_TARGET= plgd18 - -.ifdef (WITHOUT_X11) -MAKE_ARGS+= NOX11=-DNOX11 XLIBS= XOBJ= -PKGNAMESUFFIX= -nox11 -.else -USES+= xorg -USE_XORG= xpm -.endif - -OPTIONS_DEFINE= EXAMPLES - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ - ${BUILD_WRKSRC}/Makefile ${BUILD_WRKSRC}/mkapi - -do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/pl ${STAGEDIR}${PREFIX}/bin/ploticus - @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/prefabs && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/man/man1/pl.1 ${STAGEDIR}${PREFIX}/share/man/man1/ploticus.1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/libploticus.3 ${STAGEDIR}${PREFIX}/share/man/man3 - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/pltestsuite && ${FIND} . \! -name "*.orig" | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/math/ploticus/distinfo b/math/ploticus/distinfo deleted file mode 100644 index 282b381b525a..000000000000 --- a/math/ploticus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pl240src.tar.gz) = 8867cb8e6c27938d6595fcbe5861ca65782ff08693de2c5bbc59aaeeaabe97bf -SIZE (pl240src.tar.gz) = 500756 diff --git a/math/ploticus/files/patch-README b/math/ploticus/files/patch-README deleted file mode 100644 index dcf2f7696dff..000000000000 --- a/math/ploticus/files/patch-README +++ /dev/null @@ -1,11 +0,0 @@ ---- README.orig 2008-09-03 00:34:13.000000000 -0500 -+++ README 2008-09-03 00:34:24.000000000 -0500 -@@ -6,7 +6,7 @@ - - For overview & complete documentation: http://ploticus.sourceforge.net - --To build pl executable or libploticus, configure the 3 settings in the Makefile, -+To build ploticus executable or libploticus, configure the 3 settings in the Makefile, - then type: - - make clean diff --git a/math/ploticus/files/patch-man-man3-libploticus.3 b/math/ploticus/files/patch-man-man3-libploticus.3 deleted file mode 100644 index e79857127982..000000000000 --- a/math/ploticus/files/patch-man-man3-libploticus.3 +++ /dev/null @@ -1,35 +0,0 @@ ---- man/man3/libploticus.3.orig 2008-09-03 00:36:32.000000000 -0500 -+++ man/man3/libploticus.3 2008-09-03 00:38:04.000000000 -0500 -@@ -38,9 +38,9 @@ - This simple C language API - has all of the funcionality of the - .ig >> --<a href="pl.1.html"> -+<a href="ploticus.1.html"> - .>> --\0pl program -+\0ploticus program - .ig >> - </a> - .>> -@@ -86,7 +86,7 @@ - \0 stat = ploticus_init( "png", "hello.png" ); - \0 stat += ploticus_arg( "-scale", "0.8" ); - \0 if( stat != 0 ) { -- \0 printf( "error in pl setup\\n" ); -+ \0 printf( "error in ploticus setup\\n" ); - \0 exit(1); - \0 } - \0 strcpy( sln, "#proc annotate" ); ploticus_execline( sln ); -@@ -149,9 +149,9 @@ - .IP \0 - Specify a - .ig >> --<a href="pl.1.html#options"> -+<a href="ploticus.1.html#options"> - .>> --\0pl command line argument. -+\0ploticus command line argument. - .ig >> - </a> - .>> diff --git a/math/ploticus/files/patch-man_man1-pl.1 b/math/ploticus/files/patch-man_man1-pl.1 deleted file mode 100644 index 5eee188e8ea9..000000000000 --- a/math/ploticus/files/patch-man_man1-pl.1 +++ /dev/null @@ -1,136 +0,0 @@ ---- man/man1/pl.1.orig 2008-01-15 13:06:28.000000000 -0600 -+++ man/man1/pl.1 2008-09-03 00:19:50.000000000 -0500 -@@ -12,7 +12,7 @@ - H4 { font-size: small; font-family: arial,helvetica,sans-serif; } - --> - </STYLE> --<title>ploticus: pl(1)</title> -+<title>ploticus: ploticus(1)</title> - <body bgcolor=D0D0EE vlink=0000FF> - <br> - <br> -@@ -20,7 +20,7 @@ - <table cellpadding=2 bgcolor=FFFFFF width=550><tr> - <td> - <table cellpadding=2 width=550><tr> -- <td><br><h2>pl(1)</h2></td> -+ <td><br><h2>ploticus(1)</h2></td> - <td align=right> - <small> - <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br> -@@ -32,17 +32,17 @@ - <br> - .>> - --.TH pl(1) PL "15-JAN-2008 PL ploticus.sourceforge.net" -+.TH ploticus(1) "15-JAN-2008 PL ploticus.sourceforge.net" - - .SH Name --pl -+ploticus - - .SH Synopsis --\fCpl -prefab \fIprefabname\fC \fIparm=value\fC .. [\fI-options\fR] -+\fCploticus -prefab \fIprefabname\fC \fIparm=value\fC .. [\fI-options\fR] - .br - \0.. OR .. - .br --\fCpl \fIscriptfile\fC [\fI-options\fC] -+\fCploticus \fIscriptfile\fC [\fI-options\fC] - - .ig >> - <br><br><br> -@@ -83,7 +83,7 @@ - <br><br><br> - .>> - .SH Description --\fBpl\fR is the primary component of the -+\fBploticus\fR is the primary component of the - .ig >> - <a href="http://ploticus.sourceforge.net"> - .>> -@@ -92,7 +92,7 @@ - </a> - .>> - .LP --\fBpl\fR is a program that produces plots and charts from data, and -+\fBploticus\fR is a program that produces plots and charts from data, and - produces results that can be viewed on web pages, paper, slides, - or interactively on the screen. Standard types of plots may be - done using -@@ -112,7 +112,7 @@ - </a> - .>> - may be supplied for greater flexibility and customization. --\fBpl\fR may be executed from the command line or -+\fBploticus\fR may be executed from the command line or - .ig >> - <a href="cgi.html"> - .>> -@@ -436,12 +436,12 @@ - .ig >> - <a href="prefabs.html#drawdump"> - .>> --\0overlay or combine results from separate pl runs. -+\0overlay or combine results from separate paginated runs. - .ig >> - </a> - .>> - The drawdump file can be rendered later in any desired format, using this command: --\fCpl -prefab draw dumpfile=\fIfilename\fR -+\fCpaginated -prefab draw dumpfile=\fIfilename\fR - .ig >> - - .>> -@@ -1289,32 +1289,32 @@ - </a> - .>> - .IP \0 --\fCpl -prefab scat -png datafile=results.dat x=2 y=3\fR -+\fCploticus -prefab scat -png datafile=results.dat x=2 y=3\fR - - .LP - The following examples assume - that you have a script file called \fClineplot1.p\fR. - .IP \0 -- \fCpl -x lineplot1.p\fR = view on X11 screen -+ \fCploticus -x lineplot1.p\fR = view on X11 screen - .IP -- \fCpl -png lineplot1.p\fR = create PNG image lineplot1.png -+ \fCploticus -png lineplot1.p\fR = create PNG image lineplot1.png - .IP -- \fCpl -gif lineplot1.p -o stdout\fR = create GIF image on standard output -+ \fCploticus -gif lineplot1.p -o stdout\fR = create GIF image on standard output - .IP -- \fCpl -gif lineplot1.p -viewer xv\fR = produce GIF and view using xv -+ \fCploticus -gif lineplot1.p -viewer xv\fR = produce GIF and view using xv - (assuming xv image viewer is available on your system). - .IP -- \fCpl -eps lineplot1.p\fR = produce EPS file lineplot1.eps -+ \fCploticus -eps lineplot1.p\fR = produce EPS file lineplot1.eps - .IP -- \fCpl -eps lineplot1.p -viewer gv\fR = produce EPS and view using gv -+ \fCploticus -eps lineplot1.p -viewer gv\fR = produce EPS and view using gv - (that's ghostview, assuming it is available on your system). - .IP -- \fCpl -eps lineplot1.p -o lineplot.eps\fR = produce EPS into file lineplot.eps -+ \fCploticus -eps lineplot1.p -o lineplot.eps\fR = produce EPS into file lineplot.eps - .IP -- \fCpl -ps lineplot1.p | lp\fR = produce paginated postscript and send to -+ \fCploticus -ps lineplot1.p | lp\fR = produce paginated postscript and send to - unix lp print spooler. - .IP -- \fCpl -ps lineplot1.p -veiwer gv\fR = produce paginated postscript -+ \fCploticus -ps lineplot1.p -veiwer gv\fR = produce paginated postscript - and view using ghostview. - - .ig >> -@@ -1362,7 +1362,7 @@ - \fBLC_CTYPE\fR, \fBLC_COLLATE\fR, \fBLANG\fR - .IP \0 - Locale support. Thanks to Oleg Bartunov oleg@sai.msu.su --for contributing this. \fBpl\fR must be -+for contributing this. \fBploticus\fR must be - built with -DLOCALE for this to work. - - diff --git a/math/ploticus/files/patch-pltestsuite-README b/math/ploticus/files/patch-pltestsuite-README deleted file mode 100644 index c59c76556bbc..000000000000 --- a/math/ploticus/files/patch-pltestsuite-README +++ /dev/null @@ -1,11 +0,0 @@ ---- pltestsuite/README.orig 2008-09-03 00:40:49.000000000 -0500 -+++ pltestsuite/README 2008-09-03 00:41:02.000000000 -0500 -@@ -1,7 +1,7 @@ - This directory contains a set of script examples as well as scripts to - run prefab examples. - --It is assumed that pl (pl.exe on win32) is in your command PATH or else -+It is assumed that the ploticus binary is in your command PATH or else - copied into this directory. - - diff --git a/math/ploticus/files/patch-pltestsuite-run_all_scripts b/math/ploticus/files/patch-pltestsuite-run_all_scripts deleted file mode 100644 index 8edfe2d590f6..000000000000 --- a/math/ploticus/files/patch-pltestsuite-run_all_scripts +++ /dev/null @@ -1,8 +0,0 @@ -+++ pltestsuite/run_all_scripts.orig 2008-09-03 00:45:57.000000000 -0500 ---- pltestsuite/run_all_scripts 2008-09-03 00:46:11.000000000 -0500 -@@ -1,3 +1,3 @@ - DEV= --echo "bigcsv.pl ----"; pl bigcsv.pl $DEV --echo "windbarbs.pl ----"; pl windbarbs.pl $DEV -+echo "bigcsv.pl ----"; ploticus bigcsv.pl $DEV -+echo "windbarbs.pl ----"; ploticus windbarbs.pl $DEV diff --git a/math/ploticus/files/patch-pltestsuite-run_script_test b/math/ploticus/files/patch-pltestsuite-run_script_test deleted file mode 100644 index a7ccc4b6a69f..000000000000 --- a/math/ploticus/files/patch-pltestsuite-run_script_test +++ /dev/null @@ -1,10 +0,0 @@ -+++ pltestsuite/run_script_test.orig 2008-09-03 00:46:11.000000000 -0500 ---- pltestsuite/run_script_test 2008-09-03 00:46:24.000000000 -0500 -@@ -1,6 +1,6 @@ - #!/bin/sh - # --PL="pl" -+PL="ploticus" - echo "You will be invoking this instance of ploticus:" - which $PL - diff --git a/math/ploticus/files/patch-src-execline.c b/math/ploticus/files/patch-src-execline.c deleted file mode 100644 index f550f7a16cf8..000000000000 --- a/math/ploticus/files/patch-src-execline.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/execline.c.orig 2008-09-03 00:52:18.000000000 -0500 -+++ src/execline.c 2008-09-03 00:53:46.000000000 -0500 -@@ -352,7 +352,7 @@ - if( PLS.eready ) Eflush(); - n = report_convmsgcount(); - if( PLS.debug && n > 0 ) { -- fprintf( PLS.diagfp, "note: pl proc %s encountered %d unplottable data values\n", procname, n ); -+ fprintf( PLS.diagfp, "note: ploticus proc %s encountered %d unplottable data values\n", procname, n ); - zero_convmsgcount(); - } - return( stat ); diff --git a/math/ploticus/files/patch-src-pl.c b/math/ploticus/files/patch-src-pl.c deleted file mode 100644 index a5a436a71b5e..000000000000 --- a/math/ploticus/files/patch-src-pl.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/pl.c.orig 2008-09-03 00:53:46.000000000 -0500 -+++ src/pl.c 2008-09-03 00:54:16.000000000 -0500 -@@ -151,7 +151,7 @@ - - else if( strcmp( arg, "-f" )==0 ) { - if( strlen( nextarg ) > MAXPATH-10 ) { /* allow extra for output file suffix add */ -- fprintf( PLS.errfp, "pl: script file name too long" ); -+ fprintf( PLS.errfp, "ploticus: script file name too long" ); - PL_version_msg( 0 ); exit( 1 ); - } - strcpy( scriptfile, nextarg ); -@@ -180,7 +180,7 @@ - if( !found && arg[0] == '-' ) Eerr( 4892, "warning, unrecognized argument", arg ); - else if( !found && scriptfile[0] == '\0' ) { - if( strlen( arg ) > MAXPATH-10 ) { /* allow extra for output file suffix add */ -- fprintf( PLS.errfp, "pl: script file name too long" ); -+ fprintf( PLS.errfp, "ploticus: script file name too long" ); - PL_version_msg( 0 ); exit( 1 ); - } - strcpy( scriptfile, arg ); -@@ -228,7 +228,7 @@ - - - if( scriptfile[0] == '\0' ) { -- fprintf( PLS.diagfp, "usage: pl scriptfile [options] ...or... pl -prefab prefabname [options]\n" ); -+ fprintf( PLS.diagfp, "usage: ploticus scriptfile [options] ...or... ploticus -prefab prefabname [options]\n" ); - PL_version_msg( 0 ); - } - diff --git a/math/ploticus/files/patch-src-preliminaries.c b/math/ploticus/files/patch-src-preliminaries.c deleted file mode 100644 index 6797f99b4716..000000000000 --- a/math/ploticus/files/patch-src-preliminaries.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/preliminaries.c.orig 2008-09-03 00:54:16.000000000 -0500 -+++ src/preliminaries.c 2008-09-03 00:54:38.000000000 -0500 -@@ -276,7 +276,7 @@ - PL_init_mem(); - - if( PLS.debug ) { -- fprintf( PLS.diagfp, "Version: pl %s\n", PLVERSION ); -+ fprintf( PLS.diagfp, "Version: ploticus %s\n", PLVERSION ); - if( PLS.cgiargs != NULL ) fprintf( PLS.diagfp, "operating in CGI mode\n" ); - Epcodedebug( 1, PLS.diagfp ); /* tell pcode.c to output diagnostics too */ - } diff --git a/math/ploticus/files/patch-src__reslimits.c b/math/ploticus/files/patch-src__reslimits.c deleted file mode 100644 index 5083f4650bcd..000000000000 --- a/math/ploticus/files/patch-src__reslimits.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/reslimits.c.orig Sat May 24 15:07:41 2003 -+++ src/reslimits.c Sat May 24 15:08:01 2003 -@@ -9,6 +9,7 @@ - #ifndef NORLIMIT - - #include <stdio.h> -+#include <sys/types.h> - #include <sys/time.h> - #include <sys/resource.h> - diff --git a/math/ploticus/pkg-descr b/math/ploticus/pkg-descr deleted file mode 100644 index ef35d0aaaa38..000000000000 --- a/math/ploticus/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Ploticus is script-driven, which makes it suitable for automated, unattended -uses, or for applications that will be run again and again. Ploticus might be -your choice for stylistic reasons or just because it suits the problem or -application. In general, ploticus is good at making graphs like you would see -in newspapers and news magazines, business publications, journals for medical -and social sciences, and so on. - -You can also use Ploticus in combination with standard desktop tools, e.g. -generate data displays using ploticus then import SVG or PNG into PowerPoint, -Word, etc.) - -Ploticus is not a function or mathematical plotting package like gnuplot, nor -would it be a good choice for applications where mathematical formulas or -scientific notations are to be rendered as an integral part of the data -display. Ploticus is also not intended as a "marketing" graphics package. Its -goal is to display data crisply without extra decoration and distracting -"dingbats" that cloud the picture. Thus there is little support for 3-D -effects, gradient backgrounds, and so on. - -FreeBSD note: the binary is referred to as 'pl' in the source files, but -is installed as 'ploticus' so as to avoid conflicts with other ports. diff --git a/math/ploticus/pkg-plist b/math/ploticus/pkg-plist deleted file mode 100644 index d1f6e9ad74f1..000000000000 --- a/math/ploticus/pkg-plist +++ /dev/null @@ -1,142 +0,0 @@ -bin/ploticus -share/man/man1/ploticus.1.gz -share/man/man3/libploticus.3.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Diag.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/annot -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/annot2.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/annot2.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api_examp.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bars3.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigcsv.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/catlines1.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorgrid.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorgrid2.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cumufrac.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curve1.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data10 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data10h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data11 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data12 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data13 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data14 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data15 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data16 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data17 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data18 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data19 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data20 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data21 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data22 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data23 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data24 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data25 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data26 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data27 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data28 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data5 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data6 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data6b -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data7 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data8 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data9 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/devol.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/devol.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dexa.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawcom.dcm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawcom.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dtfut.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dtfut.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errbar1.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errbar5.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heatmap3.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hgb.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hitcount.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hitcount3.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kmslide.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legends232.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lineplot20.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lineplot4.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lineplot5.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pie1.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plconfig.spanish -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propbars1.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quarters.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rangesweep2_dostext.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_all_scripts -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_prefabs_test -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_prefabs_test.bat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_script_test -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_script_test.bat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sar-cpu.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sar-cpu.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scatterplot10.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scatterplot10.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scatterplot4.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/snpmap.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stock.csv -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stock2.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strainz.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/supstubs.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/td.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_chron -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_compare -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_cumufrac -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_dist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_draw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_heatmap -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_lines -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_multidist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_pie -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_scat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_stack -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_vbars -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testpf_vdist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeline2.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timely.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timely.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tree1.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vector1.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/venn.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vermonth.tab -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vf.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wind.csv -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/windbarbs.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ycase.newick -%%DATADIR%%/README -%%DATADIR%%/chron.pl -%%DATADIR%%/chron.pl- -%%DATADIR%%/chron.pl-- -%%DATADIR%%/chunk_area -%%DATADIR%%/chunk_chronfilter -%%DATADIR%%/chunk_doheatmap -%%DATADIR%%/chunk_heatmapfilter -%%DATADIR%%/chunk_logstubs -%%DATADIR%%/chunk_logtics -%%DATADIR%%/chunk_read -%%DATADIR%%/chunk_setstd -%%DATADIR%%/chunk_stackareafilter -%%DATADIR%%/chunk_title -%%DATADIR%%/chunk_vdistfilter -%%DATADIR%%/chunk_xaxis -%%DATADIR%%/chunk_yaxis -%%DATADIR%%/compare.pl -%%DATADIR%%/cumufrac.pl -%%DATADIR%%/dist.pl -%%DATADIR%%/draw.pl -%%DATADIR%%/heatmap.pl -%%DATADIR%%/heatmap.pl- -%%DATADIR%%/lines.pl -%%DATADIR%%/multidist.pl -%%DATADIR%%/pie.pl -%%DATADIR%%/processdata.pl -%%DATADIR%%/scat.pl -%%DATADIR%%/stack.pl -%%DATADIR%%/vbars.pl -%%DATADIR%%/vdist.pl