From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 21 15:00:14 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 B244116A420 for ; Fri, 21 Oct 2005 15:00:14 +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 0ADD243D46 for ; Fri, 21 Oct 2005 15:00:13 +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 j9LF0Cou032252 for ; Fri, 21 Oct 2005 15:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9LF0C40032240; Fri, 21 Oct 2005 15:00:12 GMT (envelope-from gnats) Resent-Date: Fri, 21 Oct 2005 15:00:12 GMT Resent-Message-Id: <200510211500.j9LF0C40032240@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, Simun Mikecin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA5216A420 for ; Fri, 21 Oct 2005 14:52:07 +0000 (GMT) (envelope-from sime@logos.hr) Received: from mail.logos.hr (gates.logos.hr [213.149.47.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D69143D53 for ; Fri, 21 Oct 2005 14:52:04 +0000 (GMT) (envelope-from sime@logos.hr) Received: from localhost (localhost.logos.hr [127.0.0.1]) by mail.logos.hr (Postfix) with ESMTP id 2A0B826D03F for ; Fri, 21 Oct 2005 16:52:03 +0200 (CEST) Received: from mail.logos.hr ([127.0.0.1]) by localhost (mail.logos.hr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82788-04-3 for ; Fri, 21 Oct 2005 16:51:42 +0200 (CEST) Received: by mail.logos.hr (Postfix, from userid 34062) id 01D1A26D07B; Fri, 21 Oct 2005 16:51:41 +0200 (CEST) Message-Id: <20051021145141.01D1A26D07B@mail.logos.hr> Date: Fri, 21 Oct 2005 16:51:41 +0200 (CEST) From: Simun Mikecin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87785: [new] graphics/pear-Image_Canvas X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simun Mikecin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 15:00:14 -0000 >Number: 87785 >Category: ports >Synopsis: [new] graphics/pear-Image_Canvas >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 21 15:00:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Simun Mikecin >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD mail.logos.hr 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Mon Jul 26 14:07:00 CEST 2004 root@mail.logos.hr:/usr/obj/usr/src.5.2.1-R/sys/MAIL i386 >Description: A PHP PEAR package providing a common interface to image drawing, making image source code independent on the library used. >How-To-Repeat: >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: # # pear-Image_Canvas # pear-Image_Canvas/Makefile # pear-Image_Canvas/distinfo # pear-Image_Canvas/pkg-descr # echo c - pear-Image_Canvas mkdir -p pear-Image_Canvas > /dev/null 2>&1 echo x - pear-Image_Canvas/Makefile sed 's/^X//' >pear-Image_Canvas/Makefile << 'END-of-pear-Image_Canvas/Makefile' X# Ports collection makefile for: pear-Image_Canvas X# Date created: 21 Oct 2005 X# Whom: Simun Mikecin X# X# $FreeBSD$ X# X XPORTNAME= Image_Canvas XPORTVERSION= 0.2.2 XCATEGORIES= graphics www pear X XMAINTAINER= numisemis@yahoo.com XCOMMENT= An OO PEAR common interface to image drawing X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${PEARDIR}/Image/Color.php:${PORTSDIR}/graphics/pear-Image_Color X XUSE_PHP= gd XUSE_REINPLACE= yes X XCATEGORY= Image XFILES= Canvas.php Canvas/Color.php Canvas/GD.php \ X Canvas/ImageMap.php Canvas/PDF.php Canvas/SVG.php \ X Canvas/Tool.php Canvas/WithMap.php Canvas/Fonts/fontmap.txt \ X Canvas/Fonts/README Canvas/GD/JPG.php Canvas/GD/PNG.php X XTESTS= canvas_body.php gradients.php imagemap.php jpg.php \ X lineends.php pdf.php pear-icon.png png.php README svg.php \ X text.php X XDOCS= ChangeLog README examples/canvas.php examples/pear-icon.png X XLATEST_LINK= pear-Image_Canvas X Xpost-patch: X.for file in ${FILES} X @${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file} X.endfor X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X X.include END-of-pear-Image_Canvas/Makefile echo x - pear-Image_Canvas/distinfo sed 's/^X//' >pear-Image_Canvas/distinfo << 'END-of-pear-Image_Canvas/distinfo' XMD5 (PEAR/Image_Canvas-0.2.2.tgz) = baeac10e1ecdcfb549c6ffe36ac59c93 XSIZE (PEAR/Image_Canvas-0.2.2.tgz) = 41715 END-of-pear-Image_Canvas/distinfo echo x - pear-Image_Canvas/pkg-descr sed 's/^X//' >pear-Image_Canvas/pkg-descr << 'END-of-pear-Image_Canvas/pkg-descr' XA PHP PEAR package providing a common interface to image drawing, making image source Xcode independent on the library used. X XWWW: http://pear.php.net/package/Image_Canvas/ END-of-pear-Image_Canvas/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: