diff --git a/devel/Makefile b/devel/Makefile index 7116a505cf1d..ae2319e487fa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1671,6 +1671,7 @@ SUBDIR += pecl-runkit SUBDIR += pecl-statgrab SUBDIR += pecl-svn + SUBDIR += pecl-uploadprogress SUBDIR += pecl-vld SUBDIR += pedisassem SUBDIR += perforce diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile new file mode 100644 index 000000000000..e0502814a548 --- /dev/null +++ b/devel/pecl-uploadprogress/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pecl-uploadprogress +# Date created: 2006/12/06 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= uploadprogress +PORTVERSION= 0.3.0 +CATEGORIES= devel pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Provides track progress of a file upload + +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP=4 + +CONFIGURE_ARGS= --enable-uploadprogress + +.include diff --git a/devel/pecl-uploadprogress/distinfo b/devel/pecl-uploadprogress/distinfo new file mode 100644 index 000000000000..e0fe89c0c1a0 --- /dev/null +++ b/devel/pecl-uploadprogress/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/uploadprogress-0.3.0.tgz) = 2f1d00cf3fe6b6e0260918d74de5820b +SHA256 (PECL/uploadprogress-0.3.0.tgz) = 04abb072fdd7ab9aa44ab660b794621a107f35c7a5414f9801c27be22de7b4fa +SIZE (PECL/uploadprogress-0.3.0.tgz) = 4677 diff --git a/devel/pecl-uploadprogress/pkg-descr b/devel/pecl-uploadprogress/pkg-descr new file mode 100644 index 000000000000..7c941e4c3485 --- /dev/null +++ b/devel/pecl-uploadprogress/pkg-descr @@ -0,0 +1,3 @@ +An extension to track progress of a file upload. + +WWW: http://pecl.php.net/package/uploadprogress/