diff options
author | adam <adam@pkgsrc.org> | 2004-11-19 11:05:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-19 11:05:54 +0000 |
commit | 02cd78e7239bc2ca1f0c94d87ad708a3cdb4e3ce (patch) | |
tree | fc0484735dff7d6fff2abdc1c95bdb845c150e67 /graphics/ploticus | |
parent | 7299799166cca7f05c61f15d0d397aa1548c128c (diff) | |
download | pkgsrc-02cd78e7239bc2ca1f0c94d87ad708a3cdb4e3ce.tar.gz |
Changes 2.30:
* Superscripts and subscripts capability
* -drawdump and -drawdumpa command line options
* New proc processdata actions
* A new SVG mouseover/javascript scheme
* Spaces and commas in data field names
Diffstat (limited to 'graphics/ploticus')
-rw-r--r-- | graphics/ploticus/Makefile | 20 | ||||
-rw-r--r-- | graphics/ploticus/distinfo | 8 | ||||
-rw-r--r-- | graphics/ploticus/patches/patch-aa | 6 |
3 files changed, 16 insertions, 18 deletions
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index 9123e27aa34..07c68b0a75c 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.23 2004/10/03 00:14:56 tv Exp $ -# +# $NetBSD: Makefile,v 1.24 2004/11/19 11:05:54 adam Exp $ -DISTNAME= pl221src -PKGNAME= ploticus-2.21 -PKGREVISION= 2 +DISTNAME= pl230src +PKGNAME= ploticus-2.30 CATEGORIES= graphics MASTER_SITES= http://ploticus.sourceforge.net/download/ MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://ploticus.sourceforge.net/doc/Welcome.html +HOMEPAGE= http://ploticus.sourceforge.net/ COMMENT= Versatile data visualization engine -WRKSRC= ${WRKDIR}/${DISTNAME}/src -NO_CONFIGURE= YES -USE_X11= YES -USE_BUILDLINK3= YES +WRKSRC= ${WRKDIR}/${DISTNAME}/src +NO_CONFIGURE= yes +USE_X11= yes +USE_BUILDLINK3= yes ALL_TARGET= ploticus MANSRC= ${WRKDIR}/${DISTNAME}/man @@ -41,7 +39,7 @@ do-install: .include "../../graphics/gd/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../graphics/freetype-lib/buildlink3.mk" +#.include "../../graphics/freetype-lib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/ploticus/distinfo b/graphics/ploticus/distinfo index f7654095c3d..165a573911a 100644 --- a/graphics/ploticus/distinfo +++ b/graphics/ploticus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2004/05/15 11:16:45 grant Exp $ +$NetBSD: distinfo,v 1.7 2004/11/19 11:05:54 adam Exp $ -SHA1 (pl221src.tar.gz) = 01ff416db8a5c1995231ce237e923379cbe6b4dd -Size (pl221src.tar.gz) = 404260 bytes -SHA1 (patch-aa) = 87c2cc5fc1f4dc2d684c999ca3e1de9055dafcc3 +SHA1 (pl230src.tar.gz) = 01a87e589c90cc29dd8b1d5455949f517028f2e2 +Size (pl230src.tar.gz) = 420104 bytes +SHA1 (patch-aa) = 9d790047a9452fc926f7485e7035db30118bd877 diff --git a/graphics/ploticus/patches/patch-aa b/graphics/ploticus/patches/patch-aa index f62774167d6..bd813112627 100644 --- a/graphics/ploticus/patches/patch-aa +++ b/graphics/ploticus/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2004/05/15 11:16:45 grant Exp $ +$NetBSD: patch-aa,v 1.7 2004/11/19 11:05:54 adam Exp $ ---- Makefile.orig 2004-05-13 04:49:26.000000000 +1000 +--- Makefile.orig 2004-08-26 19:47:44.000000000 +0000 +++ Makefile @@ -26,7 +26,7 @@ @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.6 2004/05/15 11:16:45 grant Exp $ #### For LOCALE support (non-roman alphabets & collation), uncomment the following.. -@@ -249,9 +250,10 @@ GD16 = grgd16.o devstuff16.o gd16.o gd_i +@@ -250,9 +251,10 @@ GD16 = grgd16.o devstuff16.o gd16.o gd_i GD = gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o |