1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add support for japanese (PHP_LANG=ja).

This commit is contained in:
Dirk Froemberg 2001-11-25 17:02:57 +00:00
parent 732e99ca17
commit fc44f74aab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50539
3 changed files with 2335 additions and 4 deletions

View File

@ -16,7 +16,7 @@ MAINTAINER= dirk@FreeBSD.org
NO_BUILD= YES
NO_WRKSUBDIR= YES
SLAVEDIRS= french/php_doc german/php_doc
SLAVEDIRS= french/php_doc german/php_doc japanese/php_doc
USE_BZIP2= YES
PHP_LANG?= en
@ -35,8 +35,9 @@ pre-fetch:
@${ECHO}
@${ECHO} "You may set PHP_LANG to"
@${ECHO} " de (german),"
@${ECHO} " es (spanish) or"
@${ECHO} " fr (french)"
@${ECHO} " es (spanish),"
@${ECHO} " fr (french) or"
@${ECHO} " ja (japanese)"
@${ECHO} "to get a different language than the default one (english)."
@${ECHO}
.endif
@ -54,7 +55,7 @@ LOCAL_TMPDIR?= /var/tmp/php_doc/tmp
DISTSITE?= http://www.php.net/distributions/manual/
localfetch:
.for lang in de en es fr
.for lang in de en es fr ja
${MKDIR} ${LOCAL_DISTDIR}
[ -f ${LOCAL_DISTDIR}/php_manual_${lang}${EXTRACT_SUFX} ] || \
${FETCH_CMD} -o ${LOCAL_DISTDIR}/php_manual_${lang}${EXTRACT_SUFX} ${DISTSITE}php_manual_${lang}${EXTRACT_SUFX}

View File

@ -2,3 +2,4 @@ MD5 (php_manual_de.tar.bz2) = ec32991e82e4e69edf4043437d78aa41
MD5 (php_manual_en.tar.bz2) = e3ff635809340e10dccb4eada53d70e8
MD5 (php_manual_es.tar.bz2) = 575ca4672b38974609c6d7e357bde64b
MD5 (php_manual_fr.tar.bz2) = ec03ba2481c1be74894f058925d45345
MD5 (php_manual_ja.tar.bz2) = d664feb9c4e43ed30ae14caef3beae3c

2329
lang/php_doc/pkg-plist.ja Normal file

File diff suppressed because it is too large Load Diff