1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

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>
This commit is contained in:
Martin Wilke 2007-02-11 23:44:19 +00:00
parent 583eaf674c
commit 9e36817427
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184928
5 changed files with 40 additions and 0 deletions

View File

@ -886,6 +886,7 @@
SUBDIR += pear-Text_Wiki
SUBDIR += pear-UDDI
SUBDIR += pecl-APC
SUBDIR += pecl-amfext
SUBDIR += pecl-mnogosearch
SUBDIR += pecl-pecl_http
SUBDIR += pecl-tidy

27
www/pecl-amfext/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: pecl-amfext
# Date created: 11 February 2007
# Whom: Piotr Rybicki <meritus@innervision.pl>
#
# $FreeBSD$
#
PORTNAME= amfext
PORTVERSION= 0.8.7
CATEGORIES= www
MASTER_SITES= http://www.teslacore.it/projects/amfext/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .zip
DIST_SUBDIR= PECL
MAINTAINER= meritus@innervision.pl
COMMENT= Implements encoding and decoding of AMF and AMF3 messages
USE_PHP= yes
USE_PHPEXT= yes
USE_ZIP= yes
PHP_MODNAME= amf
CONFIGURE_ARGS= --enable-amf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/php/ext/standard"
.include <bsd.port.mk>

3
www/pecl-amfext/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (PECL/amfext-0.8.7.zip) = d2bf4054e8ef3ad6af856806b10215aa
SHA256 (PECL/amfext-0.8.7.zip) = 26a79cbd200899d4ef14a53625807bd350ff088856a52ee68d04c492cfc43dc4
SIZE (PECL/amfext-0.8.7.zip) = 57815

Binary file not shown.

View File

@ -0,0 +1,9 @@
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