View | Details | Raw Unified | Return to bug 80332
Collapse All | Expand All

(-)pear-File_Archive/Makefile (-2 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	File_Archive
8
PORTNAME=	File_Archive
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.1
10
CATEGORIES=	archivers www pear
10
CATEGORIES=	archivers www pear
11
11
12
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
13
COMMENT=	PEAR class to easily manipulate tar, gz and zip files
13
COMMENT=	PEAR class to easily manipulate tar, gz, bz2 and zip files
14
14
15
BUILD_DEPENDS=	${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type
15
BUILD_DEPENDS=	${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
(-)pear-File_Archive/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/File_Archive-1.0.0.tgz) = 8fc81a11977939f430f6eadc3f9270a0
1
MD5 (PEAR/File_Archive-1.0.1.tgz) = 977bc9e04d1441cbf8679294c18d5aac
2
SIZE (PEAR/File_Archive-1.0.0.tgz) = 34904
2
SIZE (PEAR/File_Archive-1.0.1.tgz) = 35213
(-)pear-File_Archive/pkg-descr (-2 / +1 lines)
Lines 1-8 Link Here
1
PEAR::File_Archive will let you manipulate easily the tar, gz and zip files.
2
This library is strongly object oriented. It makes it very easy to use, writing
1
This library is strongly object oriented. It makes it very easy to use, writing
3
simple code, yet the library is very powerfull.
2
simple code, yet the library is very powerfull.
4
3
5
File_Archive is made of two objects: readers and writers. Are currently
4
PEAR::File_Archive is made of two objects : readers and writers. Are currently
6
implemented readers from file, directory, tar, gz, zip and bzip2 archives.
5
implemented readers from file, directory, tar, gz, zip and bzip2 archives.
7
6
8
You can write to file(s), send mails with files attached, or create tar, gz,
7
You can write to file(s), send mails with files attached, or create tar, gz,

Return to bug 80332