summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile1
-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
4 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 07250e2..f5a6d79 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 0000000..371a881
--- /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 0000000..b9b0918
--- /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 0000000..1cf4835
--- /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/
OpenPOWER on IntegriCloud