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

(-)pear-File/Makefile (-3 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	File
8
PORTNAME=	File
9
PORTVERSION=	1.0.3
9
PORTVERSION=	1.1.0
10
PORTREVISION=	2
11
CATEGORIES=	sysutils www pear
10
CATEGORIES=	sysutils www pear
11
DISTNAME=	${PORTNAME}-${PORTVERSION}RC1
12
12
13
MAINTAINER=	antonio@php.net
13
MAINTAINER=	antonio@php.net
14
COMMENT=	PEAR common file and directory routines
14
COMMENT=	PEAR common file and directory routines
Lines 17-23 Link Here
17
RUN_DEPENDS=	${BUILD_DEPENDS}
17
RUN_DEPENDS=	${BUILD_DEPENDS}
18
18
19
FILES=		File.php File/CSV.php
19
FILES=		File.php File/CSV.php
20
TESTS=		parser.php test.csv
20
TESTS=		parser.php test.csv FileTest.php
21
21
22
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
23
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
23
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
(-)pear-File/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/File-1.0.3.tgz) = 13b14cd0b226408bd09948f175bec677
1
MD5 (PEAR/File-1.1.0RC1.tgz) = 32f3ed86f4efa7d3da3b7d66c75ca06e
2
SIZE (PEAR/File-1.0.3.tgz) = 8670
2
SIZE (PEAR/File-1.1.0RC1.tgz) = 11169
(-)pear-File/pkg-descr (-4 / +4 lines)
Lines 1-5 Link Here
1
PEAR classes providing easy access to read/write to files along with
1
Provides easy access to read/write to files along with
2
some common routines to deal with paths. Also provides interface for
2
some common routines to deal with paths. Also provides
3
handling CSV files.
3
interface for handling CSV files.
4
4
5
WWW: http://pear.php.net/package-info.php?package=File
5
WWW: http://pear.php.net/package/File/

Return to bug 75196