diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-18 11:46:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-18 11:46:30 +0000 |
commit | aec05479d1c4fc7c9c6dba633b61a5f56f7054a1 (patch) | |
tree | f1d1b0634615b3ec41994f2d77122a3e8de7e730 | |
parent | 949c83c065757b54d8b353515b7c0fa3e6e46aba (diff) | |
download | pkgsrc-aec05479d1c4fc7c9c6dba633b61a5f56f7054a1.tar.gz |
Standardize patch names and some minor cleanup.
-rw-r--r-- | graphics/py-gdchart/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-gdchart/distinfo | 4 | ||||
-rw-r--r-- | graphics/py-gdchart/patches/patch-aa (renamed from graphics/py-gdchart/patches/patch-Makefile) | 6 | ||||
-rw-r--r-- | graphics/py-gdchart/patches/patch-ab (renamed from graphics/py-gdchart/patches/patch-gdc_py.c) | 6 | ||||
-rw-r--r-- | graphics/py-gdchart/pkg/DESCR | 2 |
5 files changed, 11 insertions, 12 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 79d04fc6379..e1d40423490 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2001/10/18 11:14:39 darcy Exp $ -# FreeBSD Id: ports/graphics/py-gdchart/Makefile,v 1.2 2001/09/16 17:27:58 kevlo Exp +# $NetBSD: Makefile,v 1.2 2001/10/18 11:46:30 wiz Exp $ +# DISTNAME= gdchart-py-0.6 PKGNAME= py-gdchart-0.6 -WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= graphics python MASTER_SITES= http://athani.pair.com/msteed/software/gdchart/ diff --git a/graphics/py-gdchart/distinfo b/graphics/py-gdchart/distinfo index 1109569b7e7..d13d9b295ce 100644 --- a/graphics/py-gdchart/distinfo +++ b/graphics/py-gdchart/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.1 2001/10/18 11:14:39 darcy Exp $ +$NetBSD: distinfo,v 1.2 2001/10/18 11:46:30 wiz Exp $ SHA1 (gdchart-py-0.6.tar.gz) = 20547e8550bb8c925a3b9776739f9a5e93ce8692 Size (gdchart-py-0.6.tar.gz) = 321891 bytes SHA1 (patch-Makefile) = 477519d0493bd69e2b33f5861b36d1d19275ed96 SHA1 (patch-gdc_py.c) = aeaca3dc2ca2a0ccb586b7da58e55d41b703abfc +SHA1 (patch-aa) = bf862183c2ec035a65e07e11b551758d66ca1f0f +SHA1 (patch-ab) = b2179c1c7e1e6aee6d7d8051a7646344254ee96b diff --git a/graphics/py-gdchart/patches/patch-Makefile b/graphics/py-gdchart/patches/patch-aa index 11b75d80f77..9867dd1cb50 100644 --- a/graphics/py-gdchart/patches/patch-Makefile +++ b/graphics/py-gdchart/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-Makefile,v 1.1 2001/10/18 11:14:39 darcy Exp $ +$NetBSD: patch-aa,v 1.1 2001/10/18 11:46:31 wiz Exp $ ---- Makefile.orig Sat Mar 17 04:08:18 2001 -+++ Makefile Mon Jun 18 16:57:12 2001 +--- Makefile.orig Fri Mar 16 20:08:18 2001 ++++ Makefile @@ -12,10 +12,10 @@ # SO Extension for shared libs. diff --git a/graphics/py-gdchart/patches/patch-gdc_py.c b/graphics/py-gdchart/patches/patch-ab index 22ad1ec7de9..c6a60b0794a 100644 --- a/graphics/py-gdchart/patches/patch-gdc_py.c +++ b/graphics/py-gdchart/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-gdc_py.c,v 1.1 2001/10/18 11:14:39 darcy Exp $ +$NetBSD: patch-ab,v 1.1 2001/10/18 11:46:32 wiz Exp $ ---- gdc_py.c.orig Sat Mar 17 04:06:08 2001 -+++ gdc_py.c Mon Jun 18 17:03:24 2001 +--- gdc_py.c.orig Fri Mar 16 20:06:08 2001 ++++ gdc_py.c @@ -33,6 +33,8 @@ #include <stdio.h> #include <string.h> diff --git a/graphics/py-gdchart/pkg/DESCR b/graphics/py-gdchart/pkg/DESCR index 3474e5d5452..976374a389d 100644 --- a/graphics/py-gdchart/pkg/DESCR +++ b/graphics/py-gdchart/pkg/DESCR @@ -1,5 +1,3 @@ This is a simple python interface to gdchart which is excellent for creating charts and graphs in PNG, JPEG, and GIF format. - -WWW: http://athani.pair.com/msteed/software/gdchart/ |