1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Add pecl-uploadprogress 0.3.0, provides track progress of a file upload.

PR:		ports/110076
Submitted by:	chinsan
This commit is contained in:
Rong-En Fan 2007-03-09 14:15:50 +00:00
parent 10d8086842
commit e205474393
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187016
4 changed files with 32 additions and 0 deletions

View File

@ -1671,6 +1671,7 @@
SUBDIR += pecl-runkit
SUBDIR += pecl-statgrab
SUBDIR += pecl-svn
SUBDIR += pecl-uploadprogress
SUBDIR += pecl-vld
SUBDIR += pedisassem
SUBDIR += perforce

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1,3 @@
An extension to track progress of a file upload.
WWW: http://pecl.php.net/package/uploadprogress/