diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-02 08:20:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-02 08:20:58 +0800 |
commit | 2e45939b7cf643fb5f9e5f4f47f76b0293aa96a5 (patch) | |
tree | be794a1b8a9c72878d1972c604fad365e7f75581 /sysutils/pear-File_Gettext | |
parent | 96cb478c02d6e338cf8bf554945868ad7c467f6f (diff) | |
download | freebsd-ports-gnome-2e45939b7cf643fb5f9e5f4f47f76b0293aa96a5.tar.gz freebsd-ports-gnome-2e45939b7cf643fb5f9e5f4f47f76b0293aa96a5.tar.zst freebsd-ports-gnome-2e45939b7cf643fb5f9e5f4f47f76b0293aa96a5.zip |
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>
Diffstat (limited to 'sysutils/pear-File_Gettext')
-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 |
3 files changed, 37 insertions, 0 deletions
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/ |