From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 30 13:30:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9548A16A41C for ; Thu, 30 Jun 2005 13:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE6743D1D for ; Thu, 30 Jun 2005 13:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5UDUG7J075848 for ; Thu, 30 Jun 2005 13:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5UDUGsp075841; Thu, 30 Jun 2005 13:30:16 GMT (envelope-from gnats) Resent-Date: Thu, 30 Jun 2005 13:30:16 GMT Resent-Message-Id: <200506301330.j5UDUGsp075841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Choe, Cheng-Dae" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B6C616A41C for ; Thu, 30 Jun 2005 13:20:54 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9AE43D49 for ; Thu, 30 Jun 2005 13:20:54 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UDKsox057010 for ; Thu, 30 Jun 2005 13:20:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j5UDKsZh057009; Thu, 30 Jun 2005 13:20:54 GMT (envelope-from nobody) Message-Id: <200506301320.j5UDKsZh057009@www.freebsd.org> Date: Thu, 30 Jun 2005 13:20:54 GMT From: "Choe, Cheng-Dae" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/82821: New port: graphics/py-gdchart2: python library to gdchart X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 13:30:16 -0000 >Number: 82821 >Category: ports >Synopsis: New port: graphics/py-gdchart2: python library to gdchart >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 30 13:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: "Choe, Cheng-Dae" >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD w.comdongin.com 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri Jun 24 16:11:55 KST 2005 root@w.comdongin.com:/usr/obj/data/src/sys/CDI i386 >Description: - py-gdchart2 is new python interface to gdchart. - already exists in graphics/py-gchart but py-gdchart2 was completely re-writed with OO interfaces. - It confict with graphics/py-gdchart ports >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-gdchart2 # py-gdchart2/pkg-descr # py-gdchart2/Makefile # py-gdchart2/pkg-plist # py-gdchart2/distinfo # py-gdchart2/files # py-gdchart2/files/patch-setup.py # echo c - py-gdchart2 mkdir -p py-gdchart2 > /dev/null 2>&1 echo x - py-gdchart2/pkg-descr sed 's/^X//' >py-gdchart2/pkg-descr << 'END-of-py-gdchart2/pkg-descr' XThis is a simple python interface to gdchart which is Xexcellent for creating charts and graphs in PNG, JPEG, Xand GIF format. X XWWW: http://www.nullcube.com/software/pygdchart2.html END-of-py-gdchart2/pkg-descr echo x - py-gdchart2/Makefile sed 's/^X//' >py-gdchart2/Makefile << 'END-of-py-gdchart2/Makefile' X# New ports collection makefile for: py-gdchart2 X# Date created: 2005-06-30 X# Whom: Choe, Cheng-Dae X# X# $FreeBSD$ X# X XPORTNAME= gdchart XPORTVERSION= 2.0 X#PORTREVISION= 0 XCATEGORIES= graphics python XMASTER_SITES= http://www.nullcube.com/software/pygdchart2/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XPKGNAMESUFFIX= -beta XDISTNAME= pygdchart2 X#EXTRACT_SUFX= X XMAINTAINER= whitekid@gmail.com XCOMMENT= Python interface to GDChart2 X XLIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart X XCONFLICTS= ${PYTHON_PKGNAMEPREFIX}gdchart-0.* X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes XUSE_REINPLACE= yes X Xpost-patch: X ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py X X.include END-of-py-gdchart2/Makefile echo x - py-gdchart2/pkg-plist sed 's/^X//' >py-gdchart2/pkg-plist << 'END-of-py-gdchart2/pkg-plist' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/gdchart.py X%%PYTHON_SITELIBDIR%%/_gdchartc.so X%%PYTHON_SITELIBDIR%%/gdchart.pyc X%%PYTHON_SITELIBDIR%%/gdchart.pyo END-of-py-gdchart2/pkg-plist echo x - py-gdchart2/distinfo sed 's/^X//' >py-gdchart2/distinfo << 'END-of-py-gdchart2/distinfo' XMD5 (pygdchart2.tar.gz) = 9beabe40589d5e567ee090602e4e8336 XSIZE (pygdchart2.tar.gz) = 1947995 END-of-py-gdchart2/distinfo echo c - py-gdchart2/files mkdir -p py-gdchart2/files > /dev/null 2>&1 echo x - py-gdchart2/files/patch-setup.py sed 's/^X//' >py-gdchart2/files/patch-setup.py << 'END-of-py-gdchart2/files/patch-setup.py' X X$FreeBSD$ X X--- setup.py.orig X+++ setup.py X@@ -1,7 +1,7 @@ X from distutils.core import setup, Extension X X-GDCHART_PATH = "../gdchart0.11.4dev" X-GD_PATH = "../gd-1.8.4" X+GDCHART_PATH = "%%LOCALBASE%%/include" X+GD_PATH = "%%LOCALBASE%%/lib" X setup( X name="pygdchart", X version="2.0 Beta", END-of-py-gdchart2/files/patch-setup.py exit >Release-Note: >Audit-Trail: >Unformatted: