From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 20 16:50:01 2008 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 E6BD416A418 for ; Sun, 20 Jan 2008 16:50:00 +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 CFDA713C459 for ; Sun, 20 Jan 2008 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0KGo0vJ060942 for ; Sun, 20 Jan 2008 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0KGo0rB060941; Sun, 20 Jan 2008 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 20 Jan 2008 16:50:00 GMT Resent-Message-Id: <200801201650.m0KGo0rB060941@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, Ditesh Shashikant Gathani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C67F16A41A for ; Sun, 20 Jan 2008 16:48:30 +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 1631113C467 for ; Sun, 20 Jan 2008 16:48:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0KGl2pp037786 for ; Sun, 20 Jan 2008 16:47:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0KGl2Yg037785; Sun, 20 Jan 2008 16:47:02 GMT (envelope-from nobody) Message-Id: <200801201647.m0KGl2Yg037785@www.freebsd.org> Date: Sun, 20 Jan 2008 16:47:02 GMT From: Ditesh Shashikant Gathani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/119828: New port: archivers/phk PHK is a PHP-oriented package/archive system 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: Sun, 20 Jan 2008 16:50:01 -0000 >Number: 119828 >Category: ports >Synopsis: New port: archivers/phk PHK is a PHP-oriented package/archive system >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: Sun Jan 20 16:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ditesh Shashikant Gathani >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: PHK is a PHP-oriented package/archive system. Basically, it can be considered as a PHP-oriented equivalent of the Java jar format. As jar, PHK allows to distribute and run a library or an application as a single file. The PHK accelerator transparently makes PHK runtime faster. >How-To-Repeat: Not applicable. >Fix: shar file, as attached. 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: # # . # ./pkg-descr # ./distinfo # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XPHK is a PHP-oriented package/archive system. Basically, it can be considered Xas a PHP-oriented equivalent of the Java jar format. As jar, PHK allows to Xdistribute and run a library or an application as a single file. X XThe PHK accelerator transparently makes PHK runtime faster. X XWWW: http://pecl.php.net/package/phk/ X X- Ditesh Shashikant Gathani Xditesh@gathani.org END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (PECL/phk-1.4.0.tgz) = 9663ad5bd39880050f46b0679de857c9 XSHA256 (PECL/phk-1.4.0.tgz) = 9f4a112795d404af5b36a61d8f67e68bb73516182a95251189139935e5d24469 XSIZE (PECL/phk-1.4.0.tgz) = 36752 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: pecl-phk X# Date created: 21 Jan 2007 X# Whom: Ditesh Shashikant Gathani X# X# $FreeBSD$ X# X XPORTNAME= phk XPORTVERSION= 1.4.0 XCATEGORIES= archivers pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= ditesh@gathani.org XCOMMENT= PHK is a PHP-oriented package/archive system X XUSE_PHP= yes XUSE_PHP_BUILD= yes XUSE_PHPEXT= yes X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: