head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	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
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2013.03.15.20.54.54;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314219
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wenheping@@gmail.com>
# $FreeBSD: head/archivers/pear-PHP_Archiv/Makefile 314219 2013-03-15 01:33:44Z miwi $

PORTNAME=	PHP_Archive
PORTVERSION=	0.11.4
CATEGORIES=	archivers

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Create and Use PHP Archive files

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

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


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-PHP_Archive
# Date created:			  20 May 2008
# Whom:				  Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/archivers/pear-PHP_Archiv/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d14 1
a14 26
CATEGORY=	PHP
FILES=		Archive.php Archive/Creator.php \
		Archive/Exception.php Archive/Manager.php
DATA=		phar_frontcontroller.tpl
TESTS=		eof.phpt filenotfound.phpt filenotfound_phar.phpt \
		filenotfoundtest.php gopearphar.php.inc \
		longfilename.phpt makepearphar.php.inc \
		maketestphars.php.inc new_phar.phar \
		normalstat.phpt normalstat_phar.phpt \
		opendir.phpt pearindex.php phar.log \
		phpt_test.php.inc require_once.phpt \
		require_once_phar.phpt savetest.php \
		seek.phpt seek_phar.phpt streamstat.phpt \
		streamstat_phar.phpt test.php test1.php \
		test_path.php test_phar.phar \
		test_phar2.phar test_require.php \
		test_tar.tar twophars.phpt \
		filenotfound/filenotfound.phar \
		filenotfound/makefilenotfoundphar.php.inc \
		longfilename/longphar.phar \
		longfilename/makelongphar.php.inc \
		opendir/makeopendirphar.php.inc \
		opendir/opendir.phar \
		planet_php/default_phar.php \
		require_once/makerequire_oncephar.php.inc \
		require_once/require_once.phar
@


1.2
log
@- Take over maintainership

Approved by:	Wen Heping (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@The PHP_Archive package allows creation of self-contained cross-platform
PHP libraries or applications, similar to Java jar files.

WWW: http://pear.php.net/package/PHP_Archive/

PR:		ports/123832
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d12 1
a12 1
MAINTAINER=	wenheping@@gmail.com
@

