head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2013.02.04.09.37.12;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2009.12.07.13.27.02;	author wen;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311551
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wen@@FreeBSD.org>
# $FreeBSD: head/www/pear-Services_Amazon_S3/Makefile 311551 2013-02-04 02:30:02Z miwi $

PORTNAME=	Services_Amazon_S3
PORTVERSION=	0.4.0
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PHP API for Amazon S3 (Simple Storage Service)

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
		${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
		${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2

USE_PHP=	spl
PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_Amazon_S3
# Date created:			  23 Nov ,2009
# Whom:				  Wen Heping <wen@@FreeBSD.org>
#
# $FreeBSD: head/www/pear-Services_Amazon_S3/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.3.5
@


1.4
log
@- Update to 0.3.5
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 0.3.3
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
@


1.2
log
@- Update to 0.3.1
@
text
@d9 1
a9 1
PORTVERSION=	0.3.1
d18 3
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d23 1
a23 19

CATEGORY=	Services
FILES=		Amazon/S3.php \
		Amazon/S3/AccessControlList.php \
		Amazon/S3/AccessDeniedException.php\
		Amazon/S3/Exception.php \
		Amazon/S3/NotFoundException.php \
		Amazon/S3/ObjectIterator.php \
		Amazon/S3/Prefix.php \
		Amazon/S3/Resource/Bucket.php \
		Amazon/S3/Resource/Object.php \
		Amazon/S3/Resource.php \
		Amazon/S3/ServerErrorException.php \
		Amazon/S3/Stream.php
TESTS=		AllTests.php StreamTest.php\
		Test.php config.php.dist

post-extract:
		@@cd ${WRKSRC} && ${MV} Services/Amazon .
@


1.1
log
@pear-Services_Amazon_S3 provides an object-oriented interface
to the Amazon Simple Storage Service (S3). This package is
based on the 2006-03-01 REST API.

WWW: http://pear.php.net/package/Services_Amazon_S3/
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@

