head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.20.06.42.55;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.23.22.26.04;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.08.11.22.09.11;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.19.00.24.08;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.02.15.15.55.32;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.15.09.52.25;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.11.23.44.19;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:   pecl-amfext
# Date created:		11 February 2007
# Whom:			Piotr Rybicki <meritus@@innervision.pl>
#
# $FreeBSD: head/www/pecl-amfext/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	amfext
PORTVERSION=	0.9.2
CATEGORIES=	www
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	meritus@@innervision.pl
COMMENT=	Implements encoding and decoding of AMF and AMF3 messages

USE_PHP=	yes
USE_PHPEXT=	yes
PHP_MODNAME=	amf
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5

CONFIGURE_ARGS=	--enable-amf
CPPFLAGS+=	-I${LOCALBASE}/include/php/ext/standard

.include <bsd.port.mk>
@


1.7
log
@Mark IGNORE with php 5.4 and set 5.3 as default.

Reported by:	pav
Pointyhat to:	me
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d22 2
@


1.5
log
@- Update to 0.9.2

PR:		125911
Submitted by:	Wen heping <wenheping@@gmail.com>
Approved by:	maintainer
@
text
@d24 1
a24 1
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/php/ext/standard"
@


1.4
log
@- Update to 0.9.1

PR:		124668
Submitted by:	Piotr Rybicki <meritus@@innervision.pl> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.1
@


1.3
log
@- Update to 0.9

PR:		120713
Submitted by:	Piotr Rybicki <meritus@@innervision.pl> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9
d11 1
a11 3
MASTER_SITES=	http://www.teslacore.it/projects/amfext/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	miwi
d13 1
a13 1
EXTRACT_SUFX=	.zip
a20 1
USE_ZIP=	yes
@


1.2
log
@- Remove binary
- Add backup MASTER_SITES

Submitted by:   pointyhat via kris
@
text
@d9 1
a9 1
PORTVERSION=	0.8.7
@


1.1
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>
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.teslacore.it/projects/amfext/
@

