summaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Gettext
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-02 00:20:58 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-02 00:20:58 +0000
commite4c53ee34e3541c62ded7787f0fd8af5ff181678 (patch)
tree9ac06b3745d48bcfd3bd6309f815dcc57fc32304 /sysutils/pear-File_Gettext
parentArgh 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/pear-File_Gettext')
-rw-r--r--sysutils/pear-File_Gettext/Makefile32
-rw-r--r--sysutils/pear-File_Gettext/distinfo2
-rw-r--r--sysutils/pear-File_Gettext/pkg-descr3
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/