1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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>
This commit is contained in:
Edwin Groothuis 2004-12-02 00:20:58 +00:00
parent c941be99ae
commit e4c53ee34e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122946
4 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/File_Gettext-0.3.0.tgz) = 409ca85a3298a26f095ba9f5dfef6cc2
SIZE (PEAR/File_Gettext-0.3.0.tgz) = 4605

View File

@ -0,0 +1,3 @@
Reader and writer for GNU PO and MO files.
WWW: http://pear.php.net/package/File_Gettext/