diff options
Diffstat (limited to 'graphics/py-gdchart2')
-rw-r--r-- | graphics/py-gdchart2/Makefile | 36 | ||||
-rw-r--r-- | graphics/py-gdchart2/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-gdchart2/files/patch-setup.py | 15 | ||||
-rw-r--r-- | graphics/py-gdchart2/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/py-gdchart2/pkg-plist | 5 |
5 files changed, 0 insertions, 64 deletions
diff --git a/graphics/py-gdchart2/Makefile b/graphics/py-gdchart2/Makefile deleted file mode 100644 index d5d156cb67f7..000000000000 --- a/graphics/py-gdchart2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: py-gdchart2 -# Date created: 2005-06-30 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= gdchart -DISTVERSION= 2.0-beta1 -PORTREVISION= 4 -CATEGORIES= graphics python -MASTER_SITES= http://www.nullcube.com/software/pygdchart2/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygdchart2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python interface to GDChart2 - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -LIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart - -CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gdchart-0.* - -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2 - -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= pygdchart -PYDISTUTILS_PKGVERSION= 2.0.Beta - -post-patch: - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py - -.include <bsd.port.mk> diff --git a/graphics/py-gdchart2/distinfo b/graphics/py-gdchart2/distinfo deleted file mode 100644 index e48369664dbf..000000000000 --- a/graphics/py-gdchart2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygdchart2.tar.gz) = 9beabe40589d5e567ee090602e4e8336 -SHA256 (pygdchart2.tar.gz) = 58edf1807c9ff09851ab93f522773a2d4e421d8eedd7a47d2ab9eaf3df8226ef -SIZE (pygdchart2.tar.gz) = 1947995 diff --git a/graphics/py-gdchart2/files/patch-setup.py b/graphics/py-gdchart2/files/patch-setup.py deleted file mode 100644 index 673ac1c27202..000000000000 --- a/graphics/py-gdchart2/files/patch-setup.py +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- setup.py.orig -+++ setup.py -@@ -1,7 +1,7 @@ - from distutils.core import setup, Extension - --GDCHART_PATH = "../gdchart0.11.4dev" --GD_PATH = "../gd-1.8.4" -+GDCHART_PATH = "%%LOCALBASE%%/include" -+GD_PATH = "%%LOCALBASE%%/lib" - setup( - name="pygdchart", - version="2.0 Beta", diff --git a/graphics/py-gdchart2/pkg-descr b/graphics/py-gdchart2/pkg-descr deleted file mode 100644 index 7f52e3033caa..000000000000 --- a/graphics/py-gdchart2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a simple python interface to gdchart which is -excellent for creating charts and graphs in PNG, JPEG, -and GIF format. - -WWW: http://www.nullcube.com/software/pygdchart2.html diff --git a/graphics/py-gdchart2/pkg-plist b/graphics/py-gdchart2/pkg-plist deleted file mode 100644 index 9e7441744d15..000000000000 --- a/graphics/py-gdchart2/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/gdchart.py -%%PYTHON_SITELIBDIR%%/_gdchartc.so -%%PYTHON_SITELIBDIR%%/gdchart.pyc -%%PYTHON_SITELIBDIR%%/gdchart.pyo |