diff options
author | wiz <wiz> | 2005-04-22 19:20:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-22 19:20:46 +0000 |
commit | 9180809467e203dab3088a526298762ac3765772 (patch) | |
tree | c2370b1c278366516899f8d6506ee27af2591cf3 /graphics | |
parent | 7262996388b28daad3f5573452a47ddd11094651 (diff) | |
download | pkgsrc-9180809467e203dab3088a526298762ac3765772.tar.gz |
Remove plplot and its yorick interface yplot -- plplot hasn't been building
on 2.0/i386 for over 8 months, and no one expressed interest in fixing it.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | graphics/plplot/DESCR | 15 | ||||
-rw-r--r-- | graphics/plplot/Makefile | 68 | ||||
-rw-r--r-- | graphics/plplot/PLIST | 250 | ||||
-rw-r--r-- | graphics/plplot/buildlink3.mk | 19 | ||||
-rw-r--r-- | graphics/plplot/distinfo | 12 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-aa | 15 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-ab | 27 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-ac | 13 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-ad | 13 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-ae | 13 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-af | 13 | ||||
-rw-r--r-- | graphics/plplot/patches/patch-ag | 213 | ||||
-rw-r--r-- | graphics/yplot/DESCR | 21 | ||||
-rw-r--r-- | graphics/yplot/Makefile | 35 | ||||
-rw-r--r-- | graphics/yplot/PLIST | 81 | ||||
-rw-r--r-- | graphics/yplot/distinfo | 6 | ||||
-rw-r--r-- | graphics/yplot/patches/patch-ab | 59 |
18 files changed, 1 insertions, 876 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ec06e71a359..1cf1348307f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.378 2005/04/17 12:57:44 hamajima Exp $ +# $NetBSD: Makefile,v 1.379 2005/04/22 19:20:46 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -225,7 +225,6 @@ SUBDIR+= ploticus-examples SUBDIR+= plotmtv SUBDIR+= plotutils SUBDIR+= plotutils-nox11 -SUBDIR+= plplot SUBDIR+= png SUBDIR+= png2html SUBDIR+= pngcrush @@ -299,6 +298,5 @@ SUBDIR+= xpm SUBDIR+= xsane SUBDIR+= xv SUBDIR+= xzgv -SUBDIR+= yplot .include "../mk/bsd.pkg.subdir.mk" diff --git a/graphics/plplot/DESCR b/graphics/plplot/DESCR deleted file mode 100644 index f0f27473170..00000000000 --- a/graphics/plplot/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -PLplot is a scientific plotting package which is relatively small, -portable, and freely distributable. It has a wide range of plot types -including line (linear, log), contour, 3D, fill, and almost 1000 -characters (including Greek and mathematical) in its extended font -set. The package is designed to make it easy to quickly get graphical -output; only a handful of function calls is typically required. For -more advanced use, virtually all aspects of plotting are configurable. - -PLplot includes drivers for postscript, xfig, HPGL, impress, native -meta-file, X-Window, Xterm, Tcl/Tk, Tektronix terminals, vt100/tek and -vt320/tek emulators, and others. - -The PLplot package includes interfaces for the Fortran, C, C++, and -Tcl languages. There is also a Tcl based interpreter (pltcl), allowing -interactive plotting. diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile deleted file mode 100644 index 616efb33717..00000000000 --- a/graphics/plplot/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# $NetBSD: Makefile,v 1.41 2005/04/11 21:46:08 tv Exp $ - -DISTNAME= plplot-5.2.1 -PKGREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plplot/} - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://plplot.sourceforge.net/ -COMMENT= Scientific plotting package - -GNU_CONFIGURE= # defined -USE_GNU_TOOLS+= m4 make -USE_LANGUAGES= fortran -USE_X11= # defined -USE_PERL5= build -USE_LIBTOOL= # defined - -CONFIGURE_ENV+= GDINCDIR=${BUILDLINK_PREFIX.gd}/include -CONFIGURE_ENV+= GDLIBDIR=${BUILDLINK_PREFIX.gd}/lib -CONFIGURE_ENV+= PNGINCDIR=${BUILDLINK_PREFIX.png}/include -CONFIGURE_ENV+= PNGLIBDIR=${BUILDLINK_PREFIX.png}/lib -CONFIGURE_ENV+= JPEGINCDIR=${BUILDLINK_PREFIX.jpeg}/include -CONFIGURE_ENV+= JPEGLIBDIR=${BUILDLINK_PREFIX.jpeg}/lib -CONFIGURE_ENV+= ZLIBINCDIR=${BUILDLINK_PREFIX.zlib}/include -CONFIGURE_ENV+= ZLIBLIBDIR=${BUILDLINK_PREFIX.zlib}/lib -CONFIGURE_ENV+= TCLINCDIR=${BUILDLINK_PREFIX.tcl}/include -CONFIGURE_ENV+= TCLPRIVATEINCDIR=${BUILDLINK_PREFIX.tcl}/include/tcl/generic -CONFIGURE_ENV+= TCLLIBDIR=${BUILDLINK_PREFIX.tcl}/lib -CONFIGURE_ENV+= TKINCDIR=${BUILDLINK_PREFIX.tk}/include -CONFIGURE_ENV+= TKPRIVATEINCDIR=${BUILDLINK_PREFIX.tk}/include/tk/generic -CONFIGURE_ENV+= TKLIBDIR=${BUILDLINK_PREFIX.tk}/lib - -CONFIGURE_ARGS+= --enable-drivers -CONFIGURE_ARGS+= --enable-dyndrivers -CONFIGURE_ARGS+= --enable-cxx -CONFIGURE_ARGS+= --enable-f77 -CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --enable-tcl -CONFIGURE_ARGS+= --disable-itcl -CONFIGURE_ARGS+= --disable-java -CONFIGURE_ARGS+= --disable-octave -CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --disable-itcl -CONFIGURE_ARGS+= --disable-dp -CONFIGURE_ARGS+= --without-freetype -CONFIGURE_ARGS+= --without-pthreads -CONFIGURE_ARGS+= --without-qhull -CONFIGURE_ARGS+= --without-csa - -.include "../../devel/libltdl/buildlink3.mk" -.include "../../devel/zlib/buildlink3.mk" -.include "../../graphics/gd/buildlink3.mk" -.include "../../graphics/jpeg/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../lang/tcl83/buildlink3.mk" -.include "../../x11/tk83/buildlink3.mk" -.include "../../mk/autoconf.mk" - -post-patch: - ${MV} -f ${WRKSRC}/src/plctrl.c ${WRKSRC}/src/plctrl.c.dist - ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${WRKSRC}/src/plctrl.c.dist \ - > ${WRKSRC}/src/plctrl.c - -post-install: - cd ${PREFIX}/bin && ${LN} -fs libtool plplot_libtool - -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/plplot/PLIST b/graphics/plplot/PLIST deleted file mode 100644 index 46cd727354f..00000000000 --- a/graphics/plplot/PLIST +++ /dev/null @@ -1,250 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:37 jlam Exp $ -bin/plm2gif -bin/plplot_libtool -bin/plpr -bin/plrender -bin/plserver -bin/pltcl -bin/pltek -bin/pstex2eps -include/plplot/disptab.h -include/plplot/drivers.h -include/plplot/pdf.h -include/plplot/plConfig.h -include/plplot/plDevs.h -include/plplot/pldebug.h -include/plplot/plevent.h -include/plplot/plplot.h -include/plplot/plplotP.h -include/plplot/plstream.h -include/plplot/plstrm.h -include/plplot/pltcl.h -include/plplot/pltk.h -include/plplot/plxwd.h -include/plplot/tclMatrix.h -lib/libplplotcxxd.la -lib/libplplotd.la -lib/libplplotf77d.la -lib/libplplottcltkd.la -lib/libtclmatrixd.la -lib/pkgconfig/plplot.pc -lib/plplot${PKGVERSION}/data/cglobe.map -lib/plplot${PKGVERSION}/data/globe.map -lib/plplot${PKGVERSION}/data/plstnd5.fnt -lib/plplot${PKGVERSION}/data/plxtnd5.fnt -lib/plplot${PKGVERSION}/data/usa.map -lib/plplot${PKGVERSION}/data/usaglobe.map -lib/plplot${PKGVERSION}/driversd/dg300.la -lib/plplot${PKGVERSION}/driversd/dg300.rc -lib/plplot${PKGVERSION}/driversd/gd.la -lib/plplot${PKGVERSION}/driversd/gd.rc -lib/plplot${PKGVERSION}/driversd/hpgl.la -lib/plplot${PKGVERSION}/driversd/hpgl.rc -lib/plplot${PKGVERSION}/driversd/impress.la -lib/plplot${PKGVERSION}/driversd/impress.rc -lib/plplot${PKGVERSION}/driversd/ljii.la -lib/plplot${PKGVERSION}/driversd/ljii.rc -lib/plplot${PKGVERSION}/driversd/ljiip.la -lib/plplot${PKGVERSION}/driversd/ljiip.rc -lib/plplot${PKGVERSION}/driversd/mem.la -lib/plplot${PKGVERSION}/driversd/mem.rc -lib/plplot${PKGVERSION}/driversd/ntk.la -lib/plplot${PKGVERSION}/driversd/ntk.rc -lib/plplot${PKGVERSION}/driversd/null.la -lib/plplot${PKGVERSION}/driversd/null.rc -lib/plplot${PKGVERSION}/driversd/pbm.la -lib/plplot${PKGVERSION}/driversd/pbm.rc -lib/plplot${PKGVERSION}/driversd/plmeta.la -lib/plplot${PKGVERSION}/driversd/plmeta.rc -lib/plplot${PKGVERSION}/driversd/ps.la -lib/plplot${PKGVERSION}/driversd/ps.rc -lib/plplot${PKGVERSION}/driversd/pstex.la -lib/plplot${PKGVERSION}/driversd/pstex.rc -lib/plplot${PKGVERSION}/driversd/tek.la -lib/plplot${PKGVERSION}/driversd/tek.rc -lib/plplot${PKGVERSION}/driversd/tk.la -lib/plplot${PKGVERSION}/driversd/tk.rc -lib/plplot${PKGVERSION}/driversd/tkwin.la -lib/plplot${PKGVERSION}/driversd/tkwin.rc -lib/plplot${PKGVERSION}/driversd/xfig.la -lib/plplot${PKGVERSION}/driversd/xfig.rc -lib/plplot${PKGVERSION}/driversd/xwin.la -lib/plplot${PKGVERSION}/driversd/xwin.rc -lib/plplot${PKGVERSION}/examples/c++/Makefile -lib/plplot${PKGVERSION}/examples/c++/x01cc.cc -lib/plplot${PKGVERSION}/examples/c/Makefile -lib/plplot${PKGVERSION}/examples/c/lena.pgm -lib/plplot${PKGVERSION}/examples/c/plcdemos.h -lib/plplot${PKGVERSION}/examples/c/tutor.c -lib/plplot${PKGVERSION}/examples/c/x01c.c -lib/plplot${PKGVERSION}/examples/c/x02c.c -lib/plplot${PKGVERSION}/examples/c/x03c.c -lib/plplot${PKGVERSION}/examples/c/x04c.c -lib/plplot${PKGVERSION}/examples/c/x05c.c -lib/plplot${PKGVERSION}/examples/c/x06c.c -lib/plplot${PKGVERSION}/examples/c/x07c.c -lib/plplot${PKGVERSION}/examples/c/x08c.c -lib/plplot${PKGVERSION}/examples/c/x09c.c -lib/plplot${PKGVERSION}/examples/c/x10c.c -lib/plplot${PKGVERSION}/examples/c/x11c.c -lib/plplot${PKGVERSION}/examples/c/x12c.c -lib/plplot${PKGVERSION}/examples/c/x13c.c -lib/plplot${PKGVERSION}/examples/c/x14c.c -lib/plplot${PKGVERSION}/examples/c/x15c.c -lib/plplot${PKGVERSION}/examples/c/x16c.c -lib/plplot${PKGVERSION}/examples/c/x17c.c -lib/plplot${PKGVERSION}/examples/c/x18c.c -lib/plplot${PKGVERSION}/examples/c/x19c.c -lib/plplot${PKGVERSION}/examples/c/x20c.c -lib/plplot${PKGVERSION}/examples/c/x21c.c -lib/plplot${PKGVERSION}/examples/f77/Makefile -lib/plplot${PKGVERSION}/examples/f77/x01f.f -lib/plplot${PKGVERSION}/examples/f77/x02f.f -lib/plplot${PKGVERSION}/examples/f77/x03f.f -lib/plplot${PKGVERSION}/examples/f77/x04f.f -lib/plplot${PKGVERSION}/examples/f77/x05f.f -lib/plplot${PKGVERSION}/examples/f77/x06f.f -lib/plplot${PKGVERSION}/examples/f77/x07f.f -lib/plplot${PKGVERSION}/examples/f77/x08f.f -lib/plplot${PKGVERSION}/examples/f77/x09f.f -lib/plplot${PKGVERSION}/examples/f77/x10f.f -lib/plplot${PKGVERSION}/examples/f77/x11f.f -lib/plplot${PKGVERSION}/examples/f77/x12f.f -lib/plplot${PKGVERSION}/examples/f77/x13f.f -lib/plplot${PKGVERSION}/examples/f77/x16f.f -lib/plplot${PKGVERSION}/examples/plplot-test.sh -lib/plplot${PKGVERSION}/examples/tcl/README.tcldemos -lib/plplot${PKGVERSION}/examples/tcl/plgrid.tcl -lib/plplot${PKGVERSION}/examples/tcl/plot.dat -lib/plplot${PKGVERSION}/examples/tcl/plot.tcl -lib/plplot${PKGVERSION}/examples/tcl/r.dat -lib/plplot${PKGVERSION}/examples/tcl/stats.log -lib/plplot${PKGVERSION}/examples/tcl/tclIndex -lib/plplot${PKGVERSION}/examples/tcl/tcldemos.tcl -lib/plplot${PKGVERSION}/examples/tcl/x01 -lib/plplot${PKGVERSION}/examples/tcl/x01.tcl -lib/plplot${PKGVERSION}/examples/tcl/x02 -lib/plplot${PKGVERSION}/examples/tcl/x02.tcl -lib/plplot${PKGVERSION}/examples/tcl/x03 -lib/plplot${PKGVERSION}/examples/tcl/x03.tcl -lib/plplot${PKGVERSION}/examples/tcl/x04 -lib/plplot${PKGVERSION}/examples/tcl/x04.tcl -lib/plplot${PKGVERSION}/examples/tcl/x05 -lib/plplot${PKGVERSION}/examples/tcl/x05.tcl -lib/plplot${PKGVERSION}/examples/tcl/x06 -lib/plplot${PKGVERSION}/examples/tcl/x06.tcl -lib/plplot${PKGVERSION}/examples/tcl/x07 -lib/plplot${PKGVERSION}/examples/tcl/x07.tcl -lib/plplot${PKGVERSION}/examples/tcl/x08 -lib/plplot${PKGVERSION}/examples/tcl/x08.tcl -lib/plplot${PKGVERSION}/examples/tcl/x09 -lib/plplot${PKGVERSION}/examples/tcl/x09.tcl -lib/plplot${PKGVERSION}/examples/tcl/x10 -lib/plplot${PKGVERSION}/examples/tcl/x10.tcl -lib/plplot${PKGVERSION}/examples/tcl/x11 -lib/plplot${PKGVERSION}/examples/tcl/x11.tcl -lib/plplot${PKGVERSION}/examples/tcl/x12 -lib/plplot${PKGVERSION}/examples/tcl/x12.tcl -lib/plplot${PKGVERSION}/examples/tcl/x13 -lib/plplot${PKGVERSION}/examples/tcl/x13.tcl -lib/plplot${PKGVERSION}/examples/tcl/x14 -lib/plplot${PKGVERSION}/examples/tcl/x14.tcl -lib/plplot${PKGVERSION}/examples/tcl/x15 -lib/plplot${PKGVERSION}/examples/tcl/x15.tcl -lib/plplot${PKGVERSION}/examples/tcl/x16 -lib/plplot${PKGVERSION}/examples/tcl/x16.tcl -lib/plplot${PKGVERSION}/examples/tcl/x17 -lib/plplot${PKGVERSION}/examples/tcl/x17.tcl -lib/plplot${PKGVERSION}/examples/tcl/x18 -lib/plplot${PKGVERSION}/examples/tcl/x18.tcl -lib/plplot${PKGVERSION}/examples/tcl/x19 -lib/plplot${PKGVERSION}/examples/tcl/x19.tcl -lib/plplot${PKGVERSION}/examples/test_c.sh -lib/plplot${PKGVERSION}/examples/test_cxx.sh -lib/plplot${PKGVERSION}/examples/test_f77.sh -lib/plplot${PKGVERSION}/examples/test_tcl.sh -lib/plplot${PKGVERSION}/examples/tk/Makefile -lib/plplot${PKGVERSION}/examples/tk/README.tkdemos -lib/plplot${PKGVERSION}/examples/tk/runAllDemos.tcl -lib/plplot${PKGVERSION}/examples/tk/runExtendedDemos.tcl -lib/plplot${PKGVERSION}/examples/tk/tclIndex -lib/plplot${PKGVERSION}/examples/tk/tk01 -lib/plplot${PKGVERSION}/examples/tk/tk02 -lib/plplot${PKGVERSION}/examples/tk/tk03 -lib/plplot${PKGVERSION}/examples/tk/tk04 -lib/plplot${PKGVERSION}/examples/tk/tkdemos.tcl -lib/plplot${PKGVERSION}/examples/tk/x01.tcl -lib/plplot${PKGVERSION}/examples/tk/x02.tcl -lib/plplot${PKGVERSION}/examples/tk/x03.tcl -lib/plplot${PKGVERSION}/examples/tk/x04.tcl -lib/plplot${PKGVERSION}/examples/tk/x05.tcl -lib/plplot${PKGVERSION}/examples/tk/x06.tcl -lib/plplot${PKGVERSION}/examples/tk/x07.tcl -lib/plplot${PKGVERSION}/examples/tk/x08.tcl -lib/plplot${PKGVERSION}/examples/tk/x09.tcl -lib/plplot${PKGVERSION}/examples/tk/x10.tcl -lib/plplot${PKGVERSION}/examples/tk/x11.tcl -lib/plplot${PKGVERSION}/examples/tk/x12.tcl -lib/plplot${PKGVERSION}/examples/tk/x13.tcl -lib/plplot${PKGVERSION}/examples/tk/x14.tcl -lib/plplot${PKGVERSION}/examples/tk/x15.tcl -lib/plplot${PKGVERSION}/examples/tk/x16.tcl -lib/plplot${PKGVERSION}/examples/tk/x17.tcl -lib/plplot${PKGVERSION}/examples/tk/x18.tcl -lib/plplot${PKGVERSION}/examples/tk/x19.tcl -lib/plplot${PKGVERSION}/examples/tk/xtk01.c -lib/plplot${PKGVERSION}/examples/tk/xtk02.c -lib/plplot${PKGVERSION}/examples/tk/xtk04.c -lib/plplot${PKGVERSION}/pkgIndex.tcl -lib/plplot${PKGVERSION}/tcl/FileSelector.tcl -lib/plplot${PKGVERSION}/tcl/PLWin.itk -lib/plplot${PKGVERSION}/tcl/PLXWin.itk -lib/plplot${PKGVERSION}/tcl/Pltkwin.tcl -lib/plplot${PKGVERSION}/tcl/about.tcl -lib/plplot${PKGVERSION}/tcl/cmap0a.pal -lib/plplot${PKGVERSION}/tcl/cmap1a.pal -lib/plplot${PKGVERSION}/tcl/cmap1a1.pal -lib/plplot${PKGVERSION}/tcl/cmap1b.pal -lib/plplot${PKGVERSION}/tcl/cmap1c.pal -lib/plplot${PKGVERSION}/tcl/cmap1d.pal -lib/plplot${PKGVERSION}/tcl/help_gui.tcl -lib/plplot${PKGVERSION}/tcl/help_keys.tcl -lib/plplot${PKGVERSION}/tcl/help_tcltk.tcl -lib/plplot${PKGVERSION}/tcl/plclient.tcl -lib/plplot${PKGVERSION}/tcl/plcolor.tcl -lib/plplot${PKGVERSION}/tcl/plconfig.tcl -lib/plplot${PKGVERSION}/tcl/pldefaults.tcl -lib/plplot${PKGVERSION}/tcl/plplot.tcl -lib/plplot${PKGVERSION}/tcl/plserver.tcl -lib/plplot${PKGVERSION}/tcl/pltools.tcl -lib/plplot${PKGVERSION}/tcl/plwidget.tcl -lib/plplot${PKGVERSION}/tcl/tclIndex -man/man1/plm2gif.1 -man/man1/plplot_libtool.1 -man/man1/plpr.1 -man/man1/plrender.1 -man/man1/plserver.1 -man/man1/pltcl.1 -man/man1/pltek.1 -man/man1/pstex2eps.1 -share/doc/plplot/AUTHORS -share/doc/plplot/COPYING.LIB -share/doc/plplot/ChangeLog -share/doc/plplot/Copyright -share/doc/plplot/FAQ -share/doc/plplot/NEWS -share/doc/plplot/PROBLEMS -share/doc/plplot/README -share/doc/plplot/README.drivers -@dirrm share/doc/plplot -@dirrm lib/plplot${PKGVERSION}/tcl -@dirrm lib/plplot${PKGVERSION}/examples/tk -@dirrm lib/plplot${PKGVERSION}/examples/tcl -@dirrm lib/plplot${PKGVERSION}/examples/f77 -@dirrm lib/plplot${PKGVERSION}/examples/c++ -@dirrm lib/plplot${PKGVERSION}/examples/c -@dirrm lib/plplot${PKGVERSION}/examples -@dirrm lib/plplot${PKGVERSION}/driversd -@dirrm lib/plplot${PKGVERSION}/data -@dirrm lib/plplot${PKGVERSION} -@dirrm include/plplot diff --git a/graphics/plplot/buildlink3.mk b/graphics/plplot/buildlink3.mk deleted file mode 100644 index 527b5e6df93..00000000000 --- a/graphics/plplot/buildlink3.mk +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:56 tv Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -PLPLOT_BUILDLINK3_MK:= ${PLPLOT_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= plplot -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nplplot} -BUILDLINK_PACKAGES+= plplot - -.if !empty(PLPLOT_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.plplot+= plplot>=5.2.1 -BUILDLINK_RECOMMENDED.plplot+= plplot>=5.2.1nb2 -BUILDLINK_PKGSRCDIR.plplot?= ../../graphics/plplot -.endif # PLPLOT_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/graphics/plplot/distinfo b/graphics/plplot/distinfo deleted file mode 100644 index 702c941b55e..00000000000 --- a/graphics/plplot/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 08:45:11 agc Exp $ - -SHA1 (plplot-5.2.1.tar.gz) = e69c4e2a22409f23e0c9f40f7d5cac7dda5d4ec2 -RMD160 (plplot-5.2.1.tar.gz) = 69454a0d9cb217719179dfccc259cb122ca3d544 -Size (plplot-5.2.1.tar.gz) = 4625477 bytes -SHA1 (patch-aa) = cdc22b1371b42364d03adaf0f338267d9d724689 -SHA1 (patch-ab) = 9edefeed3f64d1ae01b85009af289de59e281a44 -SHA1 (patch-ac) = 718ed2e4e2f2e7de7b512b416f125ee77222f4dc -SHA1 (patch-ad) = 2b2ab27e59c0ab884e055edbfa778acecb3b9f41 -SHA1 (patch-ae) = 19d970e496817ae909cbc1be241373e41aa1a3c9 -SHA1 (patch-af) = 84c799efdabf5a1ba2e92f4089635c966a3e7006 -SHA1 (patch-ag) = e96031041a2b2058ea53dbe7e3a0d00ca1e10634 diff --git a/graphics/plplot/patches/patch-aa b/graphics/plplot/patches/patch-aa deleted file mode 100644 index bfe8ea66c08..00000000000 --- a/graphics/plplot/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2003/07/10 08:55:05 jtb Exp $ - ---- bindings/f77/Makefile.in.orig -+++ bindings/f77/Makefile.in -@@ -391,8 +391,8 @@ - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) --LTF77COMPILE = $(LIBTOOL) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) --F77LD = $(F77) -+LTF77COMPILE = $(LIBTOOL) --mode=compile $(CC) $(AM_FFLAGS) $(FFLAGS) -+F77LD = $(CC) - F77LINK = $(LIBTOOL) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - DIST_SOURCES = $(libplplotf77@LIB_TAG@_la_SOURCES) diff --git a/graphics/plplot/patches/patch-ab b/graphics/plplot/patches/patch-ab deleted file mode 100644 index 870d8d2a156..00000000000 --- a/graphics/plplot/patches/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2001/03/30 20:26:23 jtb Exp $ - ---- include/plplot.h.orig Sat Mar 17 18:15:47 2001 -+++ include/plplot.h -@@ -75,11 +75,7 @@ - * - \*--------------------------------------------------------------------------*/ - --#ifdef unix /* the old way */ --#ifndef __unix --#define __unix --#endif --#endif -+#include <sys/param.h> - - /* Make sure Unix systems define "__unix" */ - -@@ -89,7 +85,8 @@ - defined(sun) || /* SUN */ \ - defined(CRAY) || /* Cray */ \ - defined(__convexc__) || /* CONVEX */ \ -- (defined(__alpha) && defined(__osf__)) /* DEC Alpha AXP/OSF */ -+ (defined(__alpha) && defined(__osf__)) || /* DEC Alpha AXP/OSF */ \ -+ (defined(BSD) && BSD >= 199306) /* 4.4BSD derivatives */ - - #ifndef __unix - #define __unix diff --git a/graphics/plplot/patches/patch-ac b/graphics/plplot/patches/patch-ac deleted file mode 100644 index 7fa4538337d..00000000000 --- a/graphics/plplot/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2003/07/10 08:55:05 jtb Exp $ - ---- Makefile.in.orig -+++ Makefile.in -@@ -802,7 +802,7 @@ - - install-data-am: install-docDATA - --install-exec-am: install-binSCRIPTS -+install-exec-am: - - install-info: install-info-recursive - diff --git a/graphics/plplot/patches/patch-ad b/graphics/plplot/patches/patch-ad deleted file mode 100644 index badfe38faa0..00000000000 --- a/graphics/plplot/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2001/01/29 01:15:35 jtb Exp $ - ---- src/plctrl.c.orig -+++ src/plctrl.c -@@ -131,7 +131,7 @@ - /* Anything else is assumed to be Unix */ - - #ifndef PLLIBDEV --#define PLLIBDEV "/usr/local/plplot/lib" -+#define PLLIBDEV "@PREFIX@/lib/plplot" - #endif - - #endif diff --git a/graphics/plplot/patches/patch-ae b/graphics/plplot/patches/patch-ae deleted file mode 100644 index aafbc07ca3b..00000000000 --- a/graphics/plplot/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2003/07/10 08:55:05 jtb Exp $ - ---- bindings/tk/Makefile.in.orig -+++ bindings/tk/Makefile.in -@@ -144,7 +144,7 @@ - LIBLTDL = @LIBLTDL@ - LIBOBJS = @LIBOBJS@ - LIBRARY_VERSION = @LIBRARY_VERSION@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lX11 - LIBTOOL = @LIBTOOL@ - LIB_DIR = @LIB_DIR@ - LIB_TAG = @LIB_TAG@ diff --git a/graphics/plplot/patches/patch-af b/graphics/plplot/patches/patch-af deleted file mode 100644 index f99ed6ecb2d..00000000000 --- a/graphics/plplot/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.6 2003/07/10 08:55:05 jtb Exp $ - ---- utils/Makefile.in.orig -+++ utils/Makefile.in -@@ -143,7 +143,7 @@ - LIBLTDL = @LIBLTDL@ - LIBOBJS = @LIBOBJS@ - LIBRARY_VERSION = @LIBRARY_VERSION@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lX11 - LIBTOOL = @LIBTOOL@ - LIB_DIR = @LIB_DIR@ - LIB_TAG = @LIB_TAG@ diff --git a/graphics/plplot/patches/patch-ag b/graphics/plplot/patches/patch-ag deleted file mode 100644 index d9df44e4985..00000000000 --- a/graphics/plplot/patches/patch-ag +++ /dev/null @@ -1,213 +0,0 @@ -$NetBSD: patch-ag,v 1.5 2004/01/20 10:18:25 agc Exp $ - ---- drivers/ntk.c 2004/01/20 09:40:12 1.1 -+++ drivers/ntk.c 2004/01/20 09:43:23 -@@ -105,18 +105,18 @@ - tk_cmd(cmd); - - /* add new canvas to option menu */ -- sprintf(cmd, "$plf.f1.mb.menu add command -label \"Page $ccanv\" -command { --set w $plf.f2.c%d; --$hs configure -command \"$w xview\"; --$vs configure -command \"$w yview\"; --set dname \"Page %d\"; --pack forget $ocanvas; --set ocanvas $plf.f2.c%d; --pack $ocanvas -fill both -expand 1; --scan [$w xview] \"%%f %%f\" i j; --$hs set $i $j; --scan [$w yview] \"%%f %%f\" i j; --$vs set $i $j;}", -+ sprintf(cmd, "$plf.f1.mb.menu add command -label \"Page $ccanv\" -command {\n" -+"set w $plf.f2.c%d;\n" -+"$hs configure -command \"$w xview\";\n" -+"$vs configure -command \"$w yview\";\n" -+"set dname \"Page %d\";\n" -+"pack forget $ocanvas;\n" -+"set ocanvas $plf.f2.c%d;\n" -+"pack $ocanvas -fill both -expand 1;\n" -+"scan [$w xview] \"%%f %%f\" i j;\n" -+"$hs set $i $j;\n" -+"scan [$w yview] \"%%f %%f\" i j;\n" -+"$vs set $i $j;}", - ccanv, ccanv, ccanv); - tk_cmd(cmd); - -@@ -126,47 +126,47 @@ - /* Shif-B1, zooms in */ - /* FIXME inform the core lib of the zoom, see plframe.c around line 2818 */ - -- sprintf(cmd, "bind $plf.f2.c$ccanv <Shift-Button-1> { --set cc %d; --incr item($cc); set tt $item($cc); --if {$tt == 1} { --incr scroll_use; --pack $hs -side bottom -fill x; --pack $vs -side right -fill y; --pack forget %%W; pack %%W -fill both -expand 1} --set zx($cc,$tt) %%x; --set zy($cc,$tt) %%y; --%%W scale all %%x %%y 1.6 1.6; --%%W configure -scrollregion [%%W bbox all]; --}", ccanv); -+ sprintf(cmd, "bind $plf.f2.c$ccanv <Shift-Button-1> {\n" -+"set cc %d;\n" -+"incr item($cc); set tt $item($cc);\n" -+"if {$tt == 1} {\n" -+"incr scroll_use;\n" -+"pack $hs -side bottom -fill x;\n" -+"pack $vs -side right -fill y;\n" -+"pack forget %%W; pack %%W -fill both -expand 1}\n" -+"set zx($cc,$tt) %%x;\n" -+"set zy($cc,$tt) %%y;\n" -+"%%W scale all %%x %%y 1.6 1.6;\n" -+"%%W configure -scrollregion [%%W bbox all];\n" -+"}", ccanv); - - tk_cmd(cmd); - - /* Shif-B3, zooms out */ -- sprintf(cmd,"bind $plf.f2.c$ccanv <Shift-Button-3> { --set cc %d; set tt $item($cc); --if {$tt != 0} { --%%W scale all $zx($cc,$tt) $zy($cc,$tt) 0.625 0.625 --%%W configure -scrollregion [%%W bbox all]; --set item($cc) [expr $tt - 1]} --if { $item($cc) == 0} { --set scroll_use [expr $scroll_use - 1]; --if {$scroll_use == 0} { --pack forget $plf.f2.hscroll $plf.f2.vscroll} --%%W configure -scrollregion \"0 0 $xmax $ymax\"}}", ccanv); -+ sprintf(cmd,"bind $plf.f2.c$ccanv <Shift-Button-3> {\n" -+"set cc %d; set tt $item($cc);\n" -+"if {$tt != 0} {\n" -+"%%W scale all $zx($cc,$tt) $zy($cc,$tt) 0.625 0.625\n" -+"%%W configure -scrollregion [%%W bbox all];\n" -+"set item($cc) [expr $tt - 1]}\n" -+"if { $item($cc) == 0} {\n" -+"set scroll_use [expr $scroll_use - 1];\n" -+"if {$scroll_use == 0} {\n" -+"pack forget $plf.f2.hscroll $plf.f2.vscroll}\n" -+"%%W configure -scrollregion \"0 0 $xmax $ymax\"}}", ccanv); - tk_cmd(cmd); - - /* Shift-B2, resets */ -- sprintf(cmd,"bind $plf.f2.c$ccanv <Shift-Button-2> { --set cc %d; set tt $item($cc); --while {$tt != 0} { --%%W scale all $zx($cc,$tt) $zy($cc,$tt) 0.625 0.625 --set tt [expr $tt - 1]}; --set item($cc) 0; --%%W configure -scrollregion \"0 0 $xmax $ymax\"; --set scroll_use [expr $scroll_use - 1]; --if {$scroll_use == 0} { --pack forget $plf.f2.hscroll $plf.f2.vscroll}}", ccanv); -+ sprintf(cmd,"bind $plf.f2.c$ccanv <Shift-Button-2> {\n" -+"set cc %d; set tt $item($cc); \n" -+"while {$tt != 0} {\n" -+"%%W scale all $zx($cc,$tt) $zy($cc,$tt) 0.625 0.625\n" -+"set tt [expr $tt - 1]};\n" -+"set item($cc) 0;\n" -+"%%W configure -scrollregion \"0 0 $xmax $ymax\";\n" -+"set scroll_use [expr $scroll_use - 1];\n" -+"if {$scroll_use == 0} {\n" -+"pack forget $plf.f2.hscroll $plf.f2.vscroll}}", ccanv); - tk_cmd(cmd); - - /* Control-B1-Motion, pan */ -@@ -177,12 +177,12 @@ - tk_cmd(cmd); - - /* Control-B2, identify and (in the far future) edit object */ -- tk_cmd("bind $plf.f2.c$ccanv <Control-Button-2> { --set xx [ expr [winfo pointerx .] - [winfo rootx %W]]; --set yy [ expr [winfo pointery .] - [winfo rooty %W]]; --set near [%W find closest $xx $yy]; --%W move $near 20 20; --after 500 \"%W move $near -20 -20\"}"); -+ tk_cmd("bind $plf.f2.c$ccanv <Control-Button-2> {\n" -+"set xx [ expr [winfo pointerx .] - [winfo rootx %W]];\n" -+"set yy [ expr [winfo pointery .] - [winfo rooty %W]];\n" -+"set near [%W find closest $xx $yy];\n" -+"%W move $near 20 20;\n" -+"after 500 \"%W move $near -20 -20\"}"); - - /* change view to the new canvas by invoking the menu buttom */ - sprintf(cmd, "$plf.f1.mb.menu invoke %d", ccanv-1); -@@ -247,27 +247,27 @@ - - tk_cmd("catch \"frame $plf\"; pack $plf -fill both -expand 1"); - -- sprintf(cmd, "frame $plf.f1; --frame $plf.f2 -width %d -height %d; --pack $plf.f1 -fill x; --pack $plf.f2 -fill both -expand 1", xmax, ymax); -+ sprintf(cmd, "frame $plf.f1;\n" -+"frame $plf.f2 -width %d -height %d;\n" -+"pack $plf.f1 -fill x;\n" -+"pack $plf.f2 -fill both -expand 1", xmax, ymax); - tk_cmd(cmd); - -- tk_cmd("scrollbar $plf.f2.hscroll -orient horiz; --scrollbar $plf.f2.vscroll"); -+ tk_cmd("scrollbar $plf.f2.hscroll -orient horiz;\n" -+"scrollbar $plf.f2.vscroll"); - -- tk_cmd("menubutton $plf.f1.mb -text \"Page 1\" -textvariable dname -relief raised -indicatoron 1 -menu $plf.f1.mb.menu; --menu $plf.f1.mb.menu -tearoff 0; --pack $plf.f1.mb -side left"); -+ tk_cmd("menubutton $plf.f1.mb -text \"Page 1\" -textvariable dname -relief raised -indicatoron 1 -menu $plf.f1.mb.menu;\n" -+"menu $plf.f1.mb.menu -tearoff 0;\n" -+"pack $plf.f1.mb -side left"); - - if (local) -- tk_cmd("button $plf.f1.quit -text Quit -command exit; --pack $plf.f1.quit -side right"); -+ tk_cmd("button $plf.f1.quit -text Quit -command exit;\n" -+"pack $plf.f1.quit -side right"); - else -- tk_cmd("button $plf.f1.quit -text Quit -command {send -async $client exit; --destroy $plf; --wm withdraw .}; --pack $plf.f1.quit -side right"); -+ tk_cmd("button $plf.f1.quit -text Quit -command {send -async $client exit;\n" -+"destroy $plf;\n" -+"wm withdraw .};\n" -+"pack $plf.f1.quit -side right"); - - /* FIXME: I just discovered that Tcl_Eval is slower than Tcl_EvalObj. Fix it global-wide, `man Tcl_Eval' */ - -@@ -403,11 +403,11 @@ - tk_cmd("set ocursor [lindex [$plf.f2.c$ccanv configure -cursor] 4]"); - } - -- tk_cmd("$plf.f2.c$ccanv configure -cursor cross; --bind $plf.f2.c$ccanv <Button> {set xloc %x; set yloc %y; set bloc %b; set sloc %s}; --bind $plf.f2.c$ccanv <B1-Motion> {set xloc %x; set yloc %y; set bloc %b; set sloc %s}; --bind $plf.f2.c$ccanv <B2-Motion> {set xloc %x; set yloc %y; set bloc %b; set sloc %s}; --bind $plf.f2.c$ccanv <B3-Motion> {set xloc %x; set yloc %y; set bloc %b; set sloc %s};"); -+ tk_cmd("$plf.f2.c$ccanv configure -cursor cross;\n" -+"bind $plf.f2.c$ccanv <Button> {set xloc %x; set yloc %y; set bloc %b; set sloc %s};\n" -+"bind $plf.f2.c$ccanv <B1-Motion> {set xloc %x; set yloc %y; set bloc %b; set sloc %s};\n" -+"bind $plf.f2.c$ccanv <B2-Motion> {set xloc %x; set yloc %y; set bloc %b; set sloc %s};\n" -+"bind $plf.f2.c$ccanv <B3-Motion> {set xloc %x; set yloc %y; set bloc %b; set sloc %s};"); - - while (st != 1) { - tk_cmd("update"); -@@ -426,11 +426,11 @@ - gin.dX = (PLFLT) gin.pX/xmax; - gin.dY = 1. - (PLFLT) gin.pY/ymax; - -- tk_cmd("bind $plf.f2.c$ccanv <ButtonPress> {}; --bind $plf.f2.c$ccanv <ButtonMotion> {}; --bind $plf.f2.c$ccanv <B2-Motion> {}; --bind $plf.f2.c$ccanv <B3-Motion> {}; --unset xloc"); -+ tk_cmd("bind $plf.f2.c$ccanv <ButtonPress> {};\n" -+"bind $plf.f2.c$ccanv <ButtonMotion> {};\n" -+"bind $plf.f2.c$ccanv <B2-Motion> {};\n" -+"bind $plf.f2.c$ccanv <B3-Motion> {};\n" -+"unset xloc"); - - /* seg fault, see above. tk_cmd("$plf.f2.c$ccanv configure -cursor $ocursor"); */ - tk_cmd("$plf.f2.c$ccanv configure -cursor {}"); diff --git a/graphics/yplot/DESCR b/graphics/yplot/DESCR deleted file mode 100644 index 622f2f158b4..00000000000 --- a/graphics/yplot/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -YPLOT is a program which combines the power of the Yorick programming -language with the graphical capabilities of PLPlot. With YPLOT it is -possible to create plots of both draft and publication quality very -quickly and efficiently. - -YPLOT can do linear plots, log-log plots (with any variations of log -and linear axes possible), 3D surface and mesh plots (there is a -difference, really ;-), 3D line and scatter plots, grid lines, with -lots of symbols and stroked fonts to choose from (all scalable). -YPLOT gives the user full control over boxes drawn, captions, fonts -and placement of labels. - -Plotting with YPLOT is fast due to the interpreted nature of YPLOT -(which means decreased development time), and the efficiency of Yorick. - -Lots of output devices are available, including X11, Postscript, -Laserjet printers, and PLPlot metafiles for later rendering. - -The packages also includes a tutorial and reference manual that -demonstrates most of YPLOT's capabilities with explanations every step -of the way! diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile deleted file mode 100644 index ea54b658daf..00000000000 --- a/graphics/yplot/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:10 tv Exp $ - -DISTNAME= yplot-1.1.2 -PKGREVISION= 2 -CATEGORIES= graphics math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yplot/} - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://yplot.sourceforge.net/ -COMMENT= Yorick interface to PLplot - -BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX - -.if (${MACHINE_ARCH} == "sparc64") -BROKEN= Compiling hangs, needs attention. -.endif - -CONFIGURE_ENV+= PLPLOT_PREFIX=${BUILDLINK_PREFIX.plplot} -EVAL_PREFIX+= YORICK_PREFIX=yorick -CONFIGURE_ENV+= YORICK_HOME=${YORICK_PREFIX} -CONFIGURE_ENV+= YORICK_SITE=${YORICK_PREFIX}/share/yorick -USE_X11= yes - -BUILDLINK_DEPMETHOD.yorick= full - -GNU_CONFIGURE= yes -MAKEFILE= Makefile.build - -PYTHON_FOR_BUILD_ONLY= yes -PYTHON_PATCH_SCRIPTS= parse_documentation.py - -.include "../../graphics/plplot/buildlink3.mk" -.include "../../lang/python/application.mk" -.include "../../math/yorick/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/yplot/PLIST b/graphics/yplot/PLIST deleted file mode 100644 index 8e617eac887..00000000000 --- a/graphics/yplot/PLIST +++ /dev/null @@ -1,81 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2003/07/10 09:06:48 jtb Exp $ -bin/yplot -bin/yplotl -share/doc/yplot/ANNOUNCE -share/doc/yplot/CHANGES -share/doc/yplot/COPYING -share/doc/yplot/DEVICES -share/doc/yplot/GOALS -share/doc/yplot/INSTALL -share/doc/yplot/README -share/doc/yplot/begin_verbatim.tex -share/doc/yplot/demo1.ps -share/doc/yplot/demo2.ps -share/doc/yplot/demo3.ps -share/doc/yplot/demo4.ps -share/doc/yplot/demo5.ps -share/doc/yplot/demo6.ps -share/doc/yplot/end_verbatim.tex -share/doc/yplot/plpoin.ps -share/doc/yplot/plsym.ps.01 -share/doc/yplot/plsym.ps.02 -share/doc/yplot/plsym.ps.03 -share/doc/yplot/plsym.ps.04 -share/doc/yplot/plsym.ps.05 -share/doc/yplot/plsym.ps.06 -share/doc/yplot/plsym.ps.07 -share/doc/yplot/plsym.ps.08 -share/doc/yplot/plsym.ps.09 -share/doc/yplot/plsym.ps.10 -share/doc/yplot/plsym.ps.11 -share/doc/yplot/plsym.ps.12 -share/doc/yplot/plsym.ps.13 -share/doc/yplot/plsym.ps.14 -share/doc/yplot/plsym.ps.15 -share/doc/yplot/plsym.ps.16 -share/doc/yplot/plsym.ps.17 -share/doc/yplot/reference.tex -share/doc/yplot/wrapped_demo1.tex -share/doc/yplot/wrapped_demo2.tex -share/doc/yplot/wrapped_demo3.tex -share/doc/yplot/wrapped_demo4.tex -share/doc/yplot/wrapped_demo5.tex -share/doc/yplot/wrapped_demo6.tex -share/doc/yplot/wrapped_plpoin.tex -share/doc/yplot/wrapped_plsym.tex -share/doc/yplot/yplot.doc -share/doc/yplot/yplot.lsm -share/doc/yplot/ytut.dvi -share/doc/yplot/ytut.ps.gz -share/doc/yplot/ytut.tex -share/examples/yplot/demo1.i -share/examples/yplot/demo2.i -share/examples/yplot/demo3.i -share/examples/yplot/demo4.i -share/examples/yplot/demo5.i -share/examples/yplot/demo6.i -share/examples/yplot/demo7.i -share/examples/yplot/plpoin.i -share/examples/yplot/plsym.i -share/examples/yplot/test.dat -share/examples/yplot/x01.i -share/examples/yplot/x02.i -share/examples/yplot/x03.i -share/examples/yplot/x04.i -share/examples/yplot/x05.i -share/examples/yplot/x06.i -share/examples/yplot/x07.i -share/examples/yplot/x08.i -share/examples/yplot/x09.i -share/examples/yplot/x10.i -share/examples/yplot/x11.i -share/examples/yplot/x12.i -share/examples/yplot/x13.i -share/examples/yplot/x15.i -share/examples/yplot/x16.i -share/examples/yplot/x18.i -share/yorick/1.5/contrib/yplot.i -share/yorick/1.5/contrib/yplotl.i -@unexec ${RMDIR} %D/share/yorick/1.5/contrib 2>/dev/null || ${TRUE} -@dirrm share/examples/yplot -@dirrm share/doc/yplot diff --git a/graphics/yplot/distinfo b/graphics/yplot/distinfo deleted file mode 100644 index 0cb4af508ce..00000000000 --- a/graphics/yplot/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 08:45:15 agc Exp $ - -SHA1 (yplot-1.1.2.tar.gz) = 21c3a3f9b9fc4f9ba9e25a6e58c2a5ac5812024e -RMD160 (yplot-1.1.2.tar.gz) = bd745b5e0f26befe40d621e35b9de7cfd29995a3 -Size (yplot-1.1.2.tar.gz) = 141005 bytes -SHA1 (patch-ab) = fcdde8d7ca95fcf2a201051812a0d6eafafcc7c0 diff --git a/graphics/yplot/patches/patch-ab b/graphics/yplot/patches/patch-ab deleted file mode 100644 index 9516770e37e..00000000000 --- a/graphics/yplot/patches/patch-ab +++ /dev/null @@ -1,59 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2003/07/10 09:06:49 jtb Exp $ - ---- Makefile.build.in.orig -+++ Makefile.build.in -@@ -47,7 +47,7 @@ - # using include, the h directory should eventually be dropped. - CFLAGS = -DSTDC_HEADERS=1 -DPAD_ARRAY=1 \ - -I$(PLPLOT_PREFIX)/include \ -- -I$(YORICK_HOME)/include \ -+ -I$(YORICK_HOME)/lib/yorick/1.5/include \ - -I$(YORICK_HOME)/h \ - -DDOUBLE - -@@ -73,7 +73,7 @@ - "Nameclash! must get rid of Makefile so this can work"; false ; fi - yorick -batch make.i yplotl yplotl.i - $(RM) -f Makefile_yplotl -- $(SED) "s?PKG_LIBS =?PKG_LIBS = -L$(PLPLOT_PREFIX)/lib -lplplotd -Wl,--rpath -Wl,$(PLPLOT_PREFIX)/lib?" <Makefile > Makefile_yplotl -+ $(SED) "s?PKG_LIBS =?PKG_LIBS = -L$(PLPLOT_PREFIX)/lib -lplplotd -Wl,--rpath -Wl,$(PLPLOT_PREFIX)/lib -Wl,-R$(X11BASE)/lib -L$(X11BASE)/lib?" <Makefile > Makefile_yplotl - $(RM) -f Makefile - $(MAKE) -f Makefile_yplotl - ############################################## -@@ -94,7 +94,7 @@ - "Nameclash! must get rid of Makefile so this can work"; false ; fi - yorick -batch make.i yplot yplot.i - $(RM) -f Makefile_yplot -- $(SED) "s?PKG_LIBS =?PKG_LIBS = -L$(PLPLOT_PREFIX)/lib -lplplotd -Wl,--rpath -Wl,$(PLPLOT_PREFIX)/lib?" <Makefile > Makefile_yplot -+ $(SED) "s?PKG_LIBS =?PKG_LIBS = -L$(PLPLOT_PREFIX)/lib -lplplotd -Wl,--rpath -Wl,$(PLPLOT_PREFIX)/lib -Wl,-R$(X11BASE)/lib -L$(X11BASE)/lib?" <Makefile > Makefile_yplot - $(RM) -f Makefile - $(MAKE) -f Makefile_yplot - -@@ -322,19 +322,18 @@ - ############################################## - - install: all yplot.i yplotl.i -- mkdir -p $(ROOT)$(YPLOT_PREFIX)/bin -- cp yplot yplotl $(ROOT)$(YPLOT_PREFIX)/bin -- mkdir -p $(ROOT)$(YPLOT_PREFIX)/share/doc/yplot/ -- cp ANNOUNCE CHANGES COPYING DEVICES GOALS INSTALL README yplot.lsm\ -+ $(BSD_INSTALL_PROGRAM) yplot yplotl $(ROOT)$(YPLOT_PREFIX)/bin -+ $(BSD_INSTALL_DATA_DIR) $(ROOT)$(YPLOT_PREFIX)/share/doc/yplot/ -+ $(BSD_INSTALL_DATA) ANNOUNCE CHANGES COPYING DEVICES GOALS INSTALL README yplot.lsm\ - doc/*.tex doc/*.dvi doc/ytut.ps.gz doc/yplot.doc \ - doc/demo[1-6].ps \ - doc/plpoin.ps doc/plsym.ps.??\ - $(ROOT)$(YPLOT_PREFIX)/share/doc/yplot/ -- mkdir -p $(ROOT)$(YPLOT_PREFIX)/lib/yplot1.1.1/examples -- cp doc/*.i doc/test.dat \ -- $(ROOT)$(YPLOT_PREFIX)/lib/yplot1.1.1/examples -- mkdir -p $(ROOT)$(YORICK_SITE)/contrib -- cp yplot.i yplotl.i $(ROOT)$(YORICK_SITE)/contrib -+ $(BSD_INSTALL_DATA_DIR) $(ROOT)$(YPLOT_PREFIX)/share/examples/yplot/ -+ $(BSD_INSTALL_DATA) doc/*.i doc/test.dat \ -+ $(ROOT)$(YPLOT_PREFIX)/share/examples/yplot/ -+ $(BSD_INSTALL_DATA_DIR) $(ROOT)$(YORICK_SITE)/1.5/contrib -+ $(BSD_INSTALL_DATA) yplot.i yplotl.i $(ROOT)$(YORICK_SITE)/1.5/contrib - - ############################################## - |