From bofh@bofh.telnet.net.bd  Sun Apr 15 20:05:11 2012
Return-Path: <bofh@bofh.telnet.net.bd>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9F7621065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Apr 2012 20:05:11 +0000 (UTC)
	(envelope-from bofh@bofh.telnet.net.bd)
Received: from mx-out-01.telnet-bd.com (mx-out-01.telnet-bd.com [116.212.104.92])
	by mx1.freebsd.org (Postfix) with ESMTP id 415318FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Apr 2012 20:05:10 +0000 (UTC)
Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42])
	by fortune-02.telnet.net.bd (Postfix) with ESMTPS id AE7442D54F3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2012 02:05:11 +0600 (BDT)
Received: (from root@localhost)
	by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q3FK58ej030127;
	Mon, 16 Apr 2012 02:05:08 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201204152005.q3FK58ej030127@bofh.telnet.net.bd>
Date: Mon, 16 Apr 2012 02:05:08 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] graphics/pear-Image_Barcode2: PEAR class for barcode generation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166979
>Category:       ports
>Synopsis:       [NEW PORT] graphics/pear-Image_Barcode2: PEAR class for barcode generation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 15 20:10:09 UTC 2012
>Closed-Date:    Fri May 18 09:27:35 UTC 2012
>Last-Modified:  Fri May 18 09:30:18 UTC 2012
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
With PEAR::Image_Barcode2 class you can create a barcode representation of a
given string.

This class uses GD function because this the generated graphic can be any of
GD supported image types.

WWW: http://pear.php.net/package/Image_Barcode2/

For Committer's reference:
http://tb.s.ubze.ro//logs/7.4-FreeBSD/i386/pear-Image_Barcode2-0.2.1.log
http://tb.s.ubze.ro//logs/7.4-FreeBSD/amd64/pear-Image_Barcode2-0.2.1.log
http://tb.s.ubze.ro//logs/8.2-RELEASE/i386/pear-Image_Barcode2-0.2.1.log
http://tb.s.ubze.ro//logs/8.2-RELEASE/amd64/pear-Image_Barcode2-0.2.1.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD/i386/pear-Image_Barcode2-0.2.1.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD/amd64/pear-Image_Barcode2-0.2.1.log

Generated with FreeBSD Port Tools 0.99_5 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# 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_Barcode2
#	pear-Image_Barcode2/distinfo
#	pear-Image_Barcode2/Makefile
#	pear-Image_Barcode2/pkg-descr
#
echo c - pear-Image_Barcode2
mkdir -p pear-Image_Barcode2 > /dev/null 2>&1
echo x - pear-Image_Barcode2/distinfo
sed 's/^X//' >pear-Image_Barcode2/distinfo << '0f002e527d58e11d2656fb7af3bb23c1'
XSHA256 (PEAR/Image_Barcode2-0.2.1.tgz) = 30e7d04521d48b59dc20cb99a3562146a3bd08093c3ed745dee9b8fed643fad0
XSIZE (PEAR/Image_Barcode2-0.2.1.tgz) = 15032
0f002e527d58e11d2656fb7af3bb23c1
echo x - pear-Image_Barcode2/Makefile
sed 's/^X//' >pear-Image_Barcode2/Makefile << '360efcba4d925f7ab18d0e13e00fdcbf'
X# Ports collection makefile for:  pear-Image_Barcode2
X# Date created:			  16 Apr 2012
X# Whom:				  Muhammad Moinur Rahman <5u623l20@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Image_Barcode2
XPORTVERSION=	0.2.1
XCATEGORIES=	graphics www pear
X
XMAINTAINER=	5u623l20@gmail.com
XCOMMENT=	PEAR class for barcode generation
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
X
XUSE_PHP=	gd
X
XLATEST_LINK=	pear-${PORTNAME}
X
XPEAR_AUTOINSTALL=	yes
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
360efcba4d925f7ab18d0e13e00fdcbf
echo x - pear-Image_Barcode2/pkg-descr
sed 's/^X//' >pear-Image_Barcode2/pkg-descr << 'bc31b0f7ee4a7b2f185d9f9fff412f68'
XWith PEAR::Image_Barcode2 class you can create a barcode representation of a
Xgiven string.
X
XThis class uses GD function because this the generated graphic can be any of
XGD supported image types.
X
XWWW: http://pear.php.net/package/Image_Barcode2/
bc31b0f7ee4a7b2f185d9f9fff412f68
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 15 20:10:22 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166979 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 18 09:27:34 UTC 2012 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166979 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166979: commit references a PR
Date: Fri, 18 May 2012 09:25:52 +0000 (UTC)

 miwi        2012-05-18 09:25:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/pear-Image_Barcode2 Makefile distinfo pkg-descr 
   Log:
   With PEAR::Image_Barcode2 class you can create a barcode representation of a
   given string.
   
   This class uses GD function because this the generated graphic can be any of
   GD supported image types.
   
   WWW: http://pear.php.net/package/Image_Barcode2/
   
   PR:             ports/166979
   Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
   
   Revision  Changes    Path
   1.1500    +1 -0      ports/graphics/Makefile
   1.1       +26 -0     ports/graphics/pear-Image_Barcode2/Makefile (new)
   1.1       +2 -0      ports/graphics/pear-Image_Barcode2/distinfo (new)
   1.1       +7 -0      ports/graphics/pear-Image_Barcode2/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
