diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-23 07:21:37 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-23 07:21:37 +0000 |
commit | f8a5056d8748b52f409d789f89a4bb0f9e854c15 (patch) | |
tree | dd93e93e0bb102402bd3c64078721a77c0e9f561 /math/gnuplot+ | |
parent | af4b7cdb706c3be0476672e1f20dd596aa436fa3 (diff) | |
download | ports-f8a5056d8748b52f409d789f89a4bb0f9e854c15.tar.gz ports-f8a5056d8748b52f409d789f89a4bb0f9e854c15.zip |
Notes
Diffstat (limited to 'math/gnuplot+')
-rw-r--r-- | math/gnuplot+/Makefile | 2 | ||||
-rw-r--r-- | math/gnuplot+/pkg-plist | 65 |
2 files changed, 67 insertions, 0 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 58508397d246..1aea70d44f63 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -71,6 +71,8 @@ post-install: ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir + ${MKDIR} ${PREFIX}/share/examples/gnuplot+ + ${INSTALL_DATA} ${WRKSRC}/demo/* ${PREFIX}/share/examples/gnuplot+ @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/math/gnuplot+/pkg-plist b/math/gnuplot+/pkg-plist index cfba9af5c71b..158c4bdb1228 100644 --- a/math/gnuplot+/pkg-plist +++ b/math/gnuplot+/pkg-plist @@ -18,3 +18,68 @@ share/doc/gnuplot+/plus.pdf share/doc/gnuplot+/plus.ps share/doc/gnuplot+/plus.tex @dirrm share/doc/gnuplot+ +share/examples/gnuplot+/1.dat +share/examples/gnuplot+/2.dat +share/examples/gnuplot+/3.dat +share/examples/gnuplot+/airfoil.dem +share/examples/gnuplot+/all.dem +share/examples/gnuplot+/animate.dem +share/examples/gnuplot+/battery.dat +share/examples/gnuplot+/big_peak.dat +share/examples/gnuplot+/binary.dem +share/examples/gnuplot+/bivariat.dem +share/examples/gnuplot+/borders.dem +share/examples/gnuplot+/contours.dem +share/examples/gnuplot+/controls.dem +share/examples/gnuplot+/density.fnc +share/examples/gnuplot+/discrete.dem +share/examples/gnuplot+/electron.dem +share/examples/gnuplot+/fit.dem +share/examples/gnuplot+/glass.dat +share/examples/gnuplot+/gnuplot.rot +share/examples/gnuplot+/hemisphr.dat +share/examples/gnuplot+/hexa.fnc +share/examples/gnuplot+/hidden.dem +share/examples/gnuplot+/klein.dat +share/examples/gnuplot+/lcdemo.dat +share/examples/gnuplot+/line.fnc +share/examples/gnuplot+/mgr.dem +share/examples/gnuplot+/moli3.dat +share/examples/gnuplot+/multimsh.dem +share/examples/gnuplot+/multiplt.dem +share/examples/gnuplot+/param.dem +share/examples/gnuplot+/polar.dem +share/examples/gnuplot+/poldat.dem +share/examples/gnuplot+/prob.dem +share/examples/gnuplot+/prob2.dem +share/examples/gnuplot+/random.dem +share/examples/gnuplot+/reflect.fnc +share/examples/gnuplot+/reread.bor +share/examples/gnuplot+/scatter.dem +share/examples/gnuplot+/scatter2.dat +share/examples/gnuplot+/silver.dat +share/examples/gnuplot+/simple.dem +share/examples/gnuplot+/singulr.dem +share/examples/gnuplot+/sound.par +share/examples/gnuplot+/sound2.par +share/examples/gnuplot+/soundvel.dat +share/examples/gnuplot+/spline.dem +share/examples/gnuplot+/start.par +share/examples/gnuplot+/stat.inc +share/examples/gnuplot+/steps.dat +share/examples/gnuplot+/steps.dem +share/examples/gnuplot+/surface1.dem +share/examples/gnuplot+/surface2.dem +share/examples/gnuplot+/timedat.dat +share/examples/gnuplot+/timedat.dem +share/examples/gnuplot+/using.dat +share/examples/gnuplot+/using.dem +share/examples/gnuplot+/vector.dem +share/examples/gnuplot+/whale.dat +share/examples/gnuplot+/world.cor +share/examples/gnuplot+/world.dat +share/examples/gnuplot+/world.dem +share/examples/gnuplot+/binary1 +share/examples/gnuplot+/binary2 +share/examples/gnuplot+/binary3 +@dirrm share/examples/gnuplot+ |