From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 23 12:40:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF92B106566B for ; Sat, 23 May 2009 12:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB3D48FC16 for ; Sat, 23 May 2009 12:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4NCe17V010280 for ; Sat, 23 May 2009 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4NCe1vN010279; Sat, 23 May 2009 12:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 23 May 2009 12:40:01 GMT Resent-Message-Id: <200905231240.n4NCe1vN010279@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, Kuan-Chung Chiu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AE4A1065670 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134872: [New Port] converters/php5-bsdconv 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: Sat, 23 May 2009 12:40:02 -0000 >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 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: