diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-02 00:20:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-02 00:20:58 +0000 |
commit | e4c53ee34e3541c62ded7787f0fd8af5ff181678 (patch) | |
tree | 9ac06b3745d48bcfd3bd6309f815dcc57fc32304 /sysutils | |
parent | Argh argh argh argh. Full reverse! (diff) |
New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser
Reader and writer for GNU PO and MO files.
PR: ports/74585
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=122946
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pear-File_Gettext/Makefile | 32 | ||||
-rw-r--r-- | sysutils/pear-File_Gettext/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pear-File_Gettext/pkg-descr | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 07250e229dbc..f5a6d79f7ede 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -313,6 +313,7 @@ SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find + SUBDIR += pear-File_Gettext SUBDIR += pear-Log SUBDIR += pecl-fileinfo SUBDIR += penv diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile new file mode 100644 index 000000000000..371a8813a785 --- /dev/null +++ b/sysutils/pear-File_Gettext/Makefile @@ -0,0 +1,32 @@ +# Ports collection makefile for: pear-File_Gettext +# Date created: 01 December 2004 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= File_Gettext +PORTVERSION= 0.3.0 +CATEGORIES= sysutils devel pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR GNU Gettext file parser + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PHP= yes + +CATEGORY= File +FILES= Gettext.php Gettext/MO.php Gettext/PO.php + +.include <bsd.port.pre.mk> + +PHP_VERS= ${PHP_VERSION:S/.//g} + +.if defined(PHP_VERS) && ${PHP_VERS} < 410 +IGNORE= "You need PHP 4.1.0 or later to install PEAR::File_Gettext" +.endif + +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/sysutils/pear-File_Gettext/distinfo b/sysutils/pear-File_Gettext/distinfo new file mode 100644 index 000000000000..b9b09189889d --- /dev/null +++ b/sysutils/pear-File_Gettext/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/File_Gettext-0.3.0.tgz) = 409ca85a3298a26f095ba9f5dfef6cc2 +SIZE (PEAR/File_Gettext-0.3.0.tgz) = 4605 diff --git a/sysutils/pear-File_Gettext/pkg-descr b/sysutils/pear-File_Gettext/pkg-descr new file mode 100644 index 000000000000..1cf4835e77e5 --- /dev/null +++ b/sysutils/pear-File_Gettext/pkg-descr @@ -0,0 +1,3 @@ +Reader and writer for GNU PO and MO files. + +WWW: http://pear.php.net/package/File_Gettext/ |