diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-02 22:13:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-02 22:13:15 +0000 |
commit | 5f22d5f7435387a372b3e7dc6ef66269e4a10fc1 (patch) | |
tree | 6f86d81dd9d052df68af32fa7ece04c8987aadf9 /www/pear-HTTP_Download | |
parent | 29a95d490c2de2438d97220004e0bc9ea327b562 (diff) | |
download | ports-5f22d5f7435387a372b3e7dc6ef66269e4a10fc1.tar.gz ports-5f22d5f7435387a372b3e7dc6ef66269e4a10fc1.zip |
- Upgrade to to 1.0.0.
Changelog at <http://pear.php.net/package/HTTP_Download/download/1.0.0/>.
- fix dependencies.
PR: ports/79312
Submitted by: Antônio Carlos Venâncio Júnior (maintainer)
Notes
Notes:
svn path=/head/; revision=132282
Diffstat (limited to 'www/pear-HTTP_Download')
-rw-r--r-- | www/pear-HTTP_Download/Makefile | 18 | ||||
-rw-r--r-- | www/pear-HTTP_Download/distinfo | 4 | ||||
-rw-r--r-- | www/pear-HTTP_Download/pkg-descr | 4 |
3 files changed, 5 insertions, 21 deletions
diff --git a/www/pear-HTTP_Download/Makefile b/www/pear-HTTP_Download/Makefile index fcc047f23858..05971a5bf2d8 100644 --- a/www/pear-HTTP_Download/Makefile +++ b/www/pear-HTTP_Download/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP_Download -DISTVERSION= 1.0.0RC6 +PORTVERSION= 1.0.0 CATEGORIES= www devel pear MAINTAINER= antonio@php.net @@ -15,26 +15,10 @@ COMMENT= PEAR class to send HTTP downloads BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= yes - -LATEST_LINK= pear-HTTP_Download -OPTIONS= PEAR_ARCHIVE_TAR "PEAR::Archive_Tar support" off - CATEGORY= HTTP FILES= Download.php Download/PgLOB.php Download/Archive.php TESTS= send.php testcase.php data.txt -.if defined(WITH_PEAR_ARCHIVE_TAR) -RUN_DEPENDS+= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar -.endif - .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 420 -IGNORE= "You need PHP 4.2.0 or later to install PEAR::HTTP_Download" -.endif - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/www/pear-HTTP_Download/distinfo b/www/pear-HTTP_Download/distinfo index feb1bc5460b6..d64bb7d05ee5 100644 --- a/www/pear-HTTP_Download/distinfo +++ b/www/pear-HTTP_Download/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/HTTP_Download-1.0.0RC6.tgz) = 6df97a19fe22a1f72100f2420c9d3f53 -SIZE (PEAR/HTTP_Download-1.0.0RC6.tgz) = 11135 +MD5 (PEAR/HTTP_Download-1.0.0.tgz) = cf8818cc7887d2e4c558da4e23959504 +SIZE (PEAR/HTTP_Download-1.0.0.tgz) = 11159 diff --git a/www/pear-HTTP_Download/pkg-descr b/www/pear-HTTP_Download/pkg-descr index 1f4ce79c08b4..fc88527b54f5 100644 --- a/www/pear-HTTP_Download/pkg-descr +++ b/www/pear-HTTP_Download/pkg-descr @@ -7,7 +7,7 @@ It features: - Basic throttling mechanism - On-the-fly gzip-compression - Ranges (partial downloads and resuming) -- Delivery of on-the-fly generated archives through Archive_Tar and -Archive_Zip +- Delivery of on-the-fly generated archives through Archive_Tar and Archive_Zip +- Sending of PgSQL LOBs without the need to read all data in prior to sending WWW: http://pear.php.net/package/HTTP_Download/ |