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:
parent
583eaf674c
commit
9e36817427
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184928
@ -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
27
www/pecl-amfext/Makefile
Normal 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
3
www/pecl-amfext/distinfo
Normal 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
|
BIN
www/pecl-amfext/pecl-amfext-0.8.7.tbz
Normal file
BIN
www/pecl-amfext/pecl-amfext-0.8.7.tbz
Normal file
Binary file not shown.
9
www/pecl-amfext/pkg-descr
Normal file
9
www/pecl-amfext/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user