mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Upgrade to to 1.3.0:
- Take maintainership. PR: ports/78531 Submitted by: Antônio Carlos Venâncio Júnior
This commit is contained in:
parent
79a1500071
commit
8eaf630e7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130559
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= Archive_Tar
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= archivers www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR tar file management class
|
||||
|
||||
USE_PHP= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PEAR/Archive_Tar-1.2.tgz) = e2f6fda1baa507f319b46f5a09b57351
|
||||
SIZE (PEAR/Archive_Tar-1.2.tgz) = 14792
|
||||
MD5 (PEAR/Archive_Tar-1.3.0.tgz) = 22fc33002362f15b7503aadbbf43d93e
|
||||
SIZE (PEAR/Archive_Tar-1.3.0.tgz) = 15200
|
||||
|
@ -1,7 +1,7 @@
|
||||
This class provides handling of tar files in PHP.
|
||||
|
||||
It supports creating, listing, extracting and adding to tar files.
|
||||
Gzip support is available if PHP has the zlib extension built-in or loaded.
|
||||
Bz2 compression is also supported with the bz2 extension loaded.
|
||||
Gzip support is available if PHP has the zlib extension built-in or
|
||||
loaded. Bz2 compression is also supported with the bz2 extension loaded.
|
||||
|
||||
WWW: http://pear.php.net/package/Archive_Tar
|
||||
WWW: http://pear.php.net/package/Archive_Tar/
|
||||
|
Loading…
Reference in New Issue
Block a user