From nobody@FreeBSD.org  Sat May 23 12:37:36 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9AE4A1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 May 2009 12:37:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F3B38FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 May 2009 12:37:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4NCba5R099864
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 May 2009 12:37:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4NCbabp099863;
	Sat, 23 May 2009 12:37:36 GMT
	(envelope-from nobody)
Message-Id: <200905231237.n4NCbabp099863@www.freebsd.org>
Date: Sat, 23 May 2009 12:37:36 GMT
From: Kuan-Chung Chiu <buganini@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [New Port] converters/php5-bsdconv
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134872
>Category:       ports
>Synopsis:       [New Port] converters/php5-bsdconv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 23 12:40:01 UTC 2009
>Closed-Date:    Fri Jun 05 22:10:52 UTC 2009
>Last-Modified:  Fri Jun  5 22:20:03 UTC 2009
>Originator:     Kuan-Chung Chiu
>Release:        8.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD Zeta.twbbs.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri May  1 22:17:32 CST 2009     root@Zeta.twbbs.org:/usr/obj/usr/src/sys/ZETA  i386

>Description:
BSD licensed charset/encoding converter library with more function than
libiconv. (Currently only support few codecs)
This port is a php wrapper for bsdconv.

WWW: http://github.com/buganini/bsdconv/


*NOTICE*
this port depends on pr:
http://www.freebsd.org/cgi/query-pr.cgi?pr=134871
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	php5-bsdconv/
#	php5-bsdconv/distinfo
#	php5-bsdconv/Makefile
#	php5-bsdconv/pkg-descr
#
echo c - php5-bsdconv/
mkdir -p php5-bsdconv/ > /dev/null 2>&1
echo x - php5-bsdconv/distinfo
sed 's/^X//' >php5-bsdconv/distinfo << 'aabedbc4bc90b84865716e0038c43175'
XMD5 (bsdconv-1.0.tar.gz) = f299717ef9db7c2c50af0b8bc55bbd64
XSHA256 (bsdconv-1.0.tar.gz) = c65470a9720af1586dc14a87b1b9dec3345262eb907052ca793678d73827a71f
XSIZE (bsdconv-1.0.tar.gz) = 276790
aabedbc4bc90b84865716e0038c43175
echo x - php5-bsdconv/Makefile
sed 's/^X//' >php5-bsdconv/Makefile << '807107f2171d911c2d02a4e32a275c7c'
X# Ports collection makefile for:  php5-bsdconv
X# Date created:			  23 May 2009
X# Whom:				  buganini@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bsdconv
XPORTVERSION=	1.0
XCATEGORIES=	converters
XMASTER_SITES=	http://security-hole.info/distfile/
XPKGNAMEPREFIX=	php5-
XDISTNAME=	bsdconv-${PORTVERSION}
X
XMAINTAINER=	buganini@gmail.com
XCOMMENT=	PHP wrapper for bsdconv
X
XLIB_DEPENDS=	bsdconv.1:${PORTSDIR}/converters/bsdconv
X
XUSE_PHP=	yes
XUSE_PHPIZE=	yes
XUSE_PHP_BUILD=	yes
XUSE_PHPEXT=	yes
XPHP_MODNAME=	bsdconv
XCONFIGURE_ARGS+=LDARGS="-L${LOCALBASE}/lib -lbsdconv"
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/wrapper/php
X
X.include <bsd.port.mk>
807107f2171d911c2d02a4e32a275c7c
echo x - php5-bsdconv/pkg-descr
sed 's/^X//' >php5-bsdconv/pkg-descr << 'c0a1980c4f727080622695d50f408eae'
XBSD licensed charset/encoding converter library with more function than
Xlibiconv. (Currently only support few codecs)
XThis port is a php wrapper for bsdconv.
X
XWWW: http://github.com/buganini/bsdconv/
c0a1980c4f727080622695d50f408eae
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat May 23 13:54:23 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Buganini <buganini@gmail.com>
To: bug-followup@FreeBSD.org, buganini@gmail.com
Cc:  
Subject: Re: ports/134872: [New Port] converters/php5-bsdconv
Date: Sun, 24 May 2009 18:26:12 +0800

 new patch
 http://security-hole.info/~buganini/ports/php5-bsdconv-1.6.patch
 or
 http://security-hole.info/~buganini/ports/php5-bsdconv-1.6.shar
 
 coresponding to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134871

From: Buganini <buganini@gmail.com>
To: bug-followup@FreeBSD.org, buganini@gmail.com, 
	Martin Wilke <miwi@freebsd.org>
Cc:  
Subject: Re: ports/134872: [New Port] converters/php5-bsdconv
Date: Fri, 29 May 2009 17:18:34 +0800

 update corresponding to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134871
 http://security-hole.info/~buganini/ports/php5-bsdconv-1.10.patch
 or
 http://security-hole.info/~buganini/ports/php5-bsdconv-1.10.shar
 
 and there is a wrapper for perl now:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=135052
 
 Thanks

From: Buganini <buganini@gmail.com>
To: bug-followup@freebsd.org, buganini@gmail.com, 
	Martin Wilke <miwi@freebsd.org>
Cc:  
Subject: Re: ports/134872: [New Port] converters/php5-bsdconv
Date: Fri, 5 Jun 2009 13:06:04 +0800

 New shar for 1.11
 http://security-hole.info/~buganini/ports/php5-bsdconv-1.11.shar
 
 Thanks
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Jun 5 22:10:51 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134872: commit references a PR
Date: Fri,  5 Jun 2009 22:11:18 +0000 (UTC)

 miwi        2009-06-05 22:11:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     converters           Makefile 
   Added files:
     converters/php5-bsdconv Makefile distinfo pkg-descr 
   Log:
   This port is a php wrapper for bsdconv.
   
   WWW: http://github.com/buganini/bsdconv/
   
   PR:             ports/134872
   Submitted by:   buganini at gmail.com
   
   Revision  Changes    Path
   1.158     +1 -0      ports/converters/Makefile
   1.1       +29 -0     ports/converters/php5-bsdconv/Makefile (new)
   1.1       +3 -0      ports/converters/php5-bsdconv/distinfo (new)
   1.1       +5 -0      ports/converters/php5-bsdconv/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:
