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:
parent
10d8086842
commit
e205474393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187016
@ -1671,6 +1671,7 @@
|
||||
SUBDIR += pecl-runkit
|
||||
SUBDIR += pecl-statgrab
|
||||
SUBDIR += pecl-svn
|
||||
SUBDIR += pecl-uploadprogress
|
||||
SUBDIR += pecl-vld
|
||||
SUBDIR += pedisassem
|
||||
SUBDIR += perforce
|
||||
|
25
devel/pecl-uploadprogress/Makefile
Normal file
25
devel/pecl-uploadprogress/Makefile
Normal 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>
|
3
devel/pecl-uploadprogress/distinfo
Normal file
3
devel/pecl-uploadprogress/distinfo
Normal 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
|
3
devel/pecl-uploadprogress/pkg-descr
Normal file
3
devel/pecl-uploadprogress/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An extension to track progress of a file upload.
|
||||
|
||||
WWW: http://pecl.php.net/package/uploadprogress/
|
Loading…
Reference in New Issue
Block a user