head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2011.04.07.17.48.19;	author culot;	state Exp;
branches;
next	1.9;

1.9
date	2011.02.25.10.59.09;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2010.11.17.15.24.52;	author lwhsu;	state Exp;
branches;
next	1.7;

1.7
date	2009.09.30.14.04.50;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.09.27.11.32.22;	author rafan;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.22.15.25.55;	author yzlin;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2009.02.06.12.25.10;	author nivit;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-amf
# Date created:				14 July 2008
# Whom:					Junji NAKANISHI <jun-g@@daemonfreaks.com>
#
# $FreeBSD: head/www/py-amf/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	amf
PORTVERSION=	0.6.1
CATEGORIES=	www devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PYDISTUTILS_PKGNAME}-${PORTVERSION}

MAINTAINER=	jun-g@@daemonfreaks.com
COMMENT=	AMF support for Python

LICENSE=	MIT

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	PyAMF
PYEASYINSTALL_ARCHDEP=	yes

.include <bsd.port.mk>
@


1.10
log
@- Update to 0.6.1
- LICENSE added

PR:		ports/156224
Submitted by:	Junji NAKANISHI <jun-g AT daemonfreaks.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
@
text
@d8 1
a8 1
PORTVERSION=	0.6
d17 2
a23 2
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

@


1.8
log
@- Update to 0.6

PR:		ports/152313
Submitted by:	lwhsu
Approved by:	Junji NAKANISHI <jun-g AT daemonfreaks.com> (maintainer)
@
text
@d24 1
a24 9
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 250
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/uuid.py:${PORTSDIR}/devel/py-uuid
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst
.endif

.include <bsd.port.post.mk>
@


1.7
log
@- Update to 0.5.1

PR:		139190
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.5.1
d10 1
a10 1
MASTER_SITES=	http://download.pyamf.org/releases/${PORTVERSION}/
d22 1
a22 7
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
@


1.6
log
@- Fix fetch

Noticed by:	pointyhat via miwi
Feature safe:	yes
@
text
@d8 1
a8 1
PORTVERSION=	0.5
@


1.5
log
@- Update to 0.5

PR:		ports/138843
Submitted by:	Junji NAKANISHI <jun-g AT daemonfreaks.com> (maintainer)
Approved by:	rafan (co-mentor)
Feature safe:	yes
@
text
@d10 1
a10 1
MASTER_SITES=	http://download.pyamf.org/releases/
@


1.4
log
@- Update to 0.4.2

PR:		134259
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.4.2
@


1.3
log
@- Update to 0.4.1

PR:		132210
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.4.1
@


1.2
log
@- Update to 0.4
- Set PYEASYINSTALL_ARCHDEP to yes

PR:		ports/131443
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks dot com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.4
@


1.1
log
@PyAMF provides Action Message Format (AMF) support for Python that is
compatible with the Flash Player.

The Adobe Integrated Runtime and Flash Player use AMF to communicate between
an application and a remote server. AMF encodes remote procedure calls (RPC)
into a compact binary representation that can be transferred over HTTP/HTTPS
or the RTMP/RTMPS protocol. Objects and data values are serialized into this
binary format, which increases performance, allowing applications to load data
up to 10 times faster than with text-based formats such as XML or SOAP.

AMF3, the default serialization for ActionScript 3.0, provides various
advantages over AMF0, which is used for ActionScript 1.0 and 2.0. AMF3 sends
data over the network more efficiently than AMF0. AMF3 supports sending int
and uint objects as integers and supports data types that are available only
in ActionScript 3.0, such as ByteArray, ArrayCollection, and IExternalizable.

WWW: http://pyamf.org/

PR:		ports/125573
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks.com>
@
text
@d8 1
a8 1
PORTVERSION=	0.3.1
d20 1
@

