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


1.8
date	2011.04.07.17.48.19;	author culot;	state Exp;
branches;
next	1.7;

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

1.6
date	2009.09.30.14.04.50;	author miwi;	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.8
log
@- Update to 0.6.1
- LICENSE added

PR:		ports/156224
Submitted by:	Junji NAKANISHI <jun-g AT daemonfreaks.com> (maintainer)
@
text
@SHA256 (PyAMF-0.6.1.tar.gz) = d8affca77466289eb77eac408e444c7e0787c1d75133628c1461d06bc5538396
SIZE (PyAMF-0.6.1.tar.gz) = 1697599
@


1.7
log
@- Update to 0.6

PR:		ports/152313
Submitted by:	lwhsu
Approved by:	Junji NAKANISHI <jun-g AT daemonfreaks.com> (maintainer)
@
text
@d1 2
a2 2
SHA256 (PyAMF-0.6.tar.gz) = 0dbd9c904e4f3096ad17fd3ee9e4a0eab9ab1f8615ee40e8c1160382511193e0
SIZE (PyAMF-0.6.tar.gz) = 329952
@


1.6
log
@- Update to 0.5.1

PR:		139190
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com> (maintainer)
@
text
@d1 2
a2 3
MD5 (PyAMF-0.5.1.tar.gz) = 1814a81e61cc8be00c2006a40018cce3
SHA256 (PyAMF-0.5.1.tar.gz) = 91bc2ddc46561738372ca0afebad223bfc46064e63b5f85f7e665a2ac6f00223
SIZE (PyAMF-0.5.1.tar.gz) = 2435134
@


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
@d1 3
a3 3
MD5 (PyAMF-0.5.tar.gz) = 2d0dec342bfca901fc39d8202b431740
SHA256 (PyAMF-0.5.tar.gz) = b65591679bc0c12107c525c5de634bff3e0208ee6153777b6c6f6feba4eb6127
SIZE (PyAMF-0.5.tar.gz) = 2246760
@


1.4
log
@- Update to 0.4.2

PR:		134259
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com> (maintainer)
@
text
@d1 3
a3 3
MD5 (PyAMF-0.4.2.tar.gz) = a3a682545eb46d94b1a9243eb046c194
SHA256 (PyAMF-0.4.2.tar.gz) = 0632869061354a8274ae8605aee5c3b2be59f8e95c6806fe1dee02c1f4e5b94d
SIZE (PyAMF-0.4.2.tar.gz) = 1798947
@


1.3
log
@- Update to 0.4.1

PR:		132210
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com> (maintainer)
@
text
@d1 3
a3 3
MD5 (PyAMF-0.4.1.tar.gz) = 156f7bdd1686748ffab81a1275dddef9
SHA256 (PyAMF-0.4.1.tar.gz) = 4aaa91cf8f27af3617d7a5bdc6f613a9e0d0c0aade68bee34190ef1e2e5a948f
SIZE (PyAMF-0.4.1.tar.gz) = 1788854
@


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
@d1 3
a3 3
MD5 (PyAMF-0.4.tar.gz) = 634781f61a1cd3b354e9a7e252e1faf8
SHA256 (PyAMF-0.4.tar.gz) = f6809614196f3392330f38613b093822e1d42784689ac73de8ee8be4abe64109
SIZE (PyAMF-0.4.tar.gz) = 1732964
@


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
@d1 3
a3 3
MD5 (PyAMF-0.3.1.tar.gz) = 88597930a95dc112ce39359521d43f3d
SHA256 (PyAMF-0.3.1.tar.gz) = dc3b0c653750f603c2d0e034b76404943b89d57a5ed80af462eb115743d66e79
SIZE (PyAMF-0.3.1.tar.gz) = 1014888
@

