From nobody@FreeBSD.org  Sat Feb 10 23:34:11 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EEB1816A402
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Feb 2007 23:34:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id C90EA13C4A8
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Feb 2007 23:34:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1ANYB1L094908
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Feb 2007 23:34:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l1ANYBK6094907;
	Sat, 10 Feb 2007 23:34:11 GMT
	(envelope-from nobody)
Message-Id: <200702102334.l1ANYBK6094907@www.freebsd.org>
Date: Sat, 10 Feb 2007 23:34:11 GMT
From: Piotr Rybicki<meritus@innervision.pl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/amfext
X-Send-Pr-Version: www-3.0

>Number:         109037
>Category:       ports
>Synopsis:       New port: www/amfext
>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 Feb 10 23:40:04 GMT 2007
>Closed-Date:    Sun Feb 11 23:46:41 GMT 2007
>Last-Modified:  Sun Feb 11 23:50:04 GMT 2007
>Originator:     Piotr Rybicki
>Release:        6.2
>Organization:
InnerVision
>Environment:
FreeBSD micro-null.local.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sun Jan 14 17:49:00 CET 2007     root@micro.local.org:/usr/obj/usr/src/sys/RYBA  i386

>Description:
AMFEXT is a PHP extension written in C that implements encoding and decoding of AMF and AMF3 messages for the PHP language. It has been based on some of the experience gained with AMFPP, a native code for encoding and decoding C.

The native encoding and decoding is extremely fast and memory efficient respect existing PHP implementation, and the flexibility has been provided using callbacks to the PHP code.

WWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT
>How-To-Repeat:
Please add this port to the ports tree.

Please check if i have correctly categorized this port.

Cheers
PR


>Fix:
# 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:
#
# amfext
# amfext/Makefile
# amfext/distinfo
# amfext/pkg-descr
#
echo c - amfext
mkdir -p amfext > /dev/null 2>&1
echo x - amfext/Makefile
sed 's/^X//' >amfext/Makefile << 'END-of-amfext/Makefile'
X# New ports collection makefile for:   amfext
X# Date created:          11 February 2007
X# Whom:      Piotr Rybicki <meritus@innervision.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=  amfext
XPORTVERSION= 0.8.7
XCATEGORIES= www pecl
XMASTER_SITES=  http://www.teslacore.it/projects/amfext/
XPKGNAMEPREFIX= pecl-
XEXTRACT_SUFX=  .zip
XDIST_SUBDIR= PECL
X
XMAINTAINER= meritus@innervision.pl
XCOMMENT= Implements encoding and decoding of AMF and AMF3 messages
X
XUSE_PHP= yes
XUSE_PHPEXT= yes
XUSE_ZIP= yes
XPHP_MODNAME= amf
X
XCONFIGURE_ARGS= --enable-amf
XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/php/ext/standard"
X
X.include <bsd.port.mk>
END-of-amfext/Makefile
echo x - amfext/distinfo
sed 's/^X//' >amfext/distinfo << 'END-of-amfext/distinfo'
XMD5 (PECL/amfext-0.8.7.zip) = d2bf4054e8ef3ad6af856806b10215aa
XSHA256 (PECL/amfext-0.8.7.zip) = 26a79cbd200899d4ef14a53625807bd350ff088856a52ee68d04c492cfc43dc4
XSIZE (PECL/amfext-0.8.7.zip) = 57815
END-of-amfext/distinfo
echo x - amfext/pkg-descr
sed 's/^X//' >amfext/pkg-descr << 'END-of-amfext/pkg-descr'
XAMFEXT is a PHP extension written in C that implements encoding and decoding of AMF and AMF3 messages for the PHP language. It has been based on some of the experience gained with AMFPP, a native code for encoding and decoding C.
X
XThe native encoding and decoding is extremely fast and memory efficient respect existing PHP implementation, and the flexibility has been provided using callbacks to the PHP code.
X
XWWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT
END-of-amfext/pkg-descr
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Feb 11 09:39:35 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109037 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Feb 11 23:46:22 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109037: commit references a PR
Date: Sun, 11 Feb 2007 23:44:25 +0000 (UTC)

 miwi        2007-02-11 23:44:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/pecl-amfext      Makefile distinfo pecl-amfext-0.8.7.tbz 
                          pkg-descr 
   Log:
   AMFEXT is a PHP extension written in C that implements encoding and decoding
   of AMF and AMF3 messages for the PHP language. It has been based on some of
   the experience gained with AMFPP, a native code for encoding and decoding C.
   
   The native encoding and decoding is extremely fast and memory efficient
   respect existing PHP implementation, and the flexibility has been
   provided using callbacks to the PHP code.
   
   WWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT
   
   PR:             ports/109037
   Submitted by:   Piotr Rybicki <meritus at innervision.pl>
   
   Revision  Changes    Path
   1.1707    +1 -0      ports/www/Makefile
   1.1       +27 -0     ports/www/pecl-amfext/Makefile (new)
   1.1       +3 -0      ports/www/pecl-amfext/distinfo (new)
   1.1       +84 -0     ports/www/pecl-amfext/pecl-amfext-0.8.7.tbz (new)
   1.1       +9 -0      ports/www/pecl-amfext/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:
