2003-01-30 10:49:08 +01:00
|
|
|
# Ports collection makefile for: pear-I18N
|
|
|
|
# Date created: 30 November 2002
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= I18N
|
2003-09-08 04:43:15 +02:00
|
|
|
PORTVERSION= 0.8.6
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-01-30 10:49:08 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= PEAR internationalization package
|
2003-01-30 10:49:08 +01:00
|
|
|
|
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-06-08 01:00:46 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
2003-01-30 10:49:08 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-04-13 22:22:10 +02:00
|
|
|
CATEGORY= I18N
|
|
|
|
FILES= Common/af.php Common/da_DK.php Common/de.php \
|
|
|
|
Common/de_AT.php Common/de_DE.php Common/en.php \
|
|
|
|
Common/en_GB.php Common/en_UK.php Common/en_US.php \
|
|
|
|
Common/en_ZA.php Common/es.php Common/es_ES.php \
|
|
|
|
Common/fr.php Common/fr_FR.php Common/hu.php \
|
|
|
|
Common/it.php Common/it_IT.php Common/nl.php \
|
|
|
|
Common/nl_NL.php Common/pl.php Common/pt.php \
|
|
|
|
Common/ru.php Common/sl.php Common.php Country.php \
|
|
|
|
Currency.php DateTime.php Format.php Language.php \
|
|
|
|
Negotiator.php Number.php Messages/Common.php \
|
|
|
|
Messages/File.php Messages/Translate.php \
|
|
|
|
Messages/determineLanguage.inc.php
|
2003-09-08 04:43:15 +02:00
|
|
|
EXAMPLES= I18N_Currency.php I18N_DateTime.php I18N_Message.php \
|
|
|
|
I18N_Message_Translate.php I18N_Message_Translate.tpl \
|
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-06-08 01:00:46 +02:00
|
|
|
I18N_Negotiator.php I18N_Number.php
|
2004-04-13 22:22:10 +02:00
|
|
|
_EXAMPLESDIR= docs
|
2003-01-30 10:49:08 +01:00
|
|
|
|
2004-04-13 22:22:10 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2003-02-24 06:27:41 +01:00
|
|
|
.include <bsd.port.post.mk>
|