Date: Sat, 23 May 2009 12:37:36 GMT From: Kuan-Chung Chiu <buganini@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134872: [New Port] converters/php5-bsdconv Message-ID: <200905231237.n4NCbabp099863@www.freebsd.org> Resent-Message-ID: <200905231240.n4NCe1vN010279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134872 >Category: ports >Synopsis: [New Port] converters/php5-bsdconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 23 12:40:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905231237.n4NCbabp099863>