From owner-freebsd-www@FreeBSD.ORG Fri May 13 10:40:04 2011 Return-Path: Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A36441065674 for ; Fri, 13 May 2011 10:40:04 +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 7DF968FC14 for ; Fri, 13 May 2011 10:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4DAe4Br061905 for ; Fri, 13 May 2011 10:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4DAe405061904; Fri, 13 May 2011 10:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 13 May 2011 10:40:04 GMT Resent-Message-Id: <201105131040.p4DAe405061904@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-www@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 770AB1065677 for ; Fri, 13 May 2011 10:35:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 67A3B8FC12 for ; Fri, 13 May 2011 10:35:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4DAZpr4083632 for ; Fri, 13 May 2011 10:35:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4DAZpGZ083631; Fri, 13 May 2011 10:35:51 GMT (envelope-from nobody) Message-Id: <201105131035.p4DAZpGZ083631@red.freebsd.org> Date: Fri, 13 May 2011 10:35:51 GMT From: John Chen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: www/157002: New port: www/yafphp X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2011 10:40:04 -0000 >Number: 157002 >Category: www >Synopsis: New port: www/yafphp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 13 10:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: 8.2-RELEASE >Organization: Watcher >Environment: FreeBSD www.johnpupu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Yaf is a php framework , the difference is yaf is a PHP Extension, which means yaf is writen by c >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: # # /usr/ports/www/yafphp # /usr/ports/www/yafphp/Makefile # /usr/ports/www/yafphp/pkg-descr # /usr/ports/www/yafphp/distinfo # /usr/ports/www/yafphp/pkg-plist # /usr/ports/www/yafphp/files # /usr/ports/www/yafphp/files/pkg-message.in # echo c - /usr/ports/www/yafphp mkdir -p /usr/ports/www/yafphp > /dev/null 2>&1 echo x - /usr/ports/www/yafphp/Makefile sed 's/^X//' >/usr/ports/www/yafphp/Makefile << '833145bcf105fcf810e08cbcdf06738c' X# New ports collection makefile for: www/yafphp X# Date created: 13 May 2011 X# Whom: johnpupu X# X# $FreeBSD: ports/www/yafphp/Makefile,v 1.1 2011/05/31 18:27:22 ade Exp $ X# X XPORTNAME= yafphp XPORTVERSION= 2.0.1 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDISTNAME= php-yaf XDISTFILES= ${DISTNAME}-${PORTVERSION}${EXTRACT_SUFX} X XMAINTAINER= johnpupu@gmail.com XCOMMENT= Yaf is a php framework, the difference is yaf is a PHP Extension X XLIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre X XCFLAGS+= -I${LOCALBASE}/include XUSE_PHP= yes XUSE_ZIP= yes XUSE_PHPIZE= yes XCONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config XSUB_FILES= pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X XWRKSRC= ${WRKDIR}/${DISTNAME} X Xdo-install: X @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} X @${INSTALL_DATA} ${WRKSRC}/modules/yaf.so \ X ${PREFIX}/lib/php/${PHP_EXT_DIR} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 833145bcf105fcf810e08cbcdf06738c echo x - /usr/ports/www/yafphp/pkg-descr sed 's/^X//' >/usr/ports/www/yafphp/pkg-descr << 'e6eb6c0f8bf574ced030e2b084b7aece' XYaf is a php framework , the difference is yaf is a PHP Extension. XWWW: http://code.google.com/p/yafphp e6eb6c0f8bf574ced030e2b084b7aece echo x - /usr/ports/www/yafphp/distinfo sed 's/^X//' >/usr/ports/www/yafphp/distinfo << '2b78837bd7cf0b532c8a38df864db754' XSHA256 (php-yaf-2.0.1.zip) = 07d4e8f7cbe0d5ef62ad2c2befd58d0ba488475e4e140a002d188be9552897e3 XSIZE (php-yaf-2.0.1.zip) = 112168 2b78837bd7cf0b532c8a38df864db754 echo x - /usr/ports/www/yafphp/pkg-plist sed 's/^X//' >/usr/ports/www/yafphp/pkg-plist << '115a6303269dfecac1bdab5b74ea93ef' Xlib/php/20090626-zts/yaf.so X@dirrm lib/php/20090626-zts X@dirrm lib/php 115a6303269dfecac1bdab5b74ea93ef echo c - /usr/ports/www/yafphp/files mkdir -p /usr/ports/www/yafphp/files > /dev/null 2>&1 echo x - /usr/ports/www/yafphp/files/pkg-message.in sed 's/^X//' >/usr/ports/www/yafphp/files/pkg-message.in << '41dada683a355c2a6f96ea425731df59' X***************************************************************************** XThe php framework 'yaf' has been installed successful. XAdd a line containing X X extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/yaf.so X Xto your php.ini to load it. X X***************************************************************************** 41dada683a355c2a6f96ea425731df59 exit >Release-Note: >Audit-Trail: >Unformatted: