Japanese language messages for PGP 2.6.3ia. It depends on archive/unzip to build, and security/pgp to run. Please place it in the category "Japanese". Fix: Please commit it.
Hi. I tested and reviewed this ports about four months. I hope to import ports collection :-) BTW, e-mail address of this pr's Originator is missing, <hikura@kaisei.org> is collect, I think. I fixed as belows: o update MASTER_SITES o rename PKGNAME prefix to ja from jp. o add security category o by portlint: x delete -p option for ${MKDIR} x use ${SH} x erase some illegal space between `*_DEPENDS' and `+=' o PKGNAME FATAL ERROR: PKGNAME is originated from PKGNAME of security/pgp,USA_RESIDENT=NO (PKGNAME= pgp-2.6.3ia) I think it's OK. ---- Yoshiro MIHIRA Fix: diff -uNr pgp.language/Makefile pgp.language.new/Makefile --- pgp.language/Makefile Mon Jun 23 03:48:37 1997 +++ pgp.language.new/Makefile Fri Feb 13 18:14:24 1998 @@ -7,16 +7,16 @@ # DISTNAME= pgp263i-${PGP_LANGUAGE} -PKGNAME= jp-pgp-2.6.3ia -CATEGORIES= japanese -MASTER_SITES= ftp://ftp.win.or.jp/pub/network/pgp/lang/ \ - ftp://ftp.ifi.uio.no/pub/pgp/lang/ +PKGNAME= ja-pgp-2.6.3ia +CATEGORIES= japanese security +MASTER_SITES= ftp://ftp.win.or.jp/pub/network/pgp/2.x/lang/ \ + ftp://ftp.ifi.uio.no/pub/pgp/2.x/lang/ EXTRACT_SUFX= .zip MAINTAINER= hikura@kaisei.org -BUILD_DEPENDS += unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS += pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +RUN_DEPENDS+= pgp:${PORTSDIR}/security/pgp EXTRACT_CMD= unzip EXTRACT_ARGS= -q @@ -34,7 +34,7 @@ do-install: -[ -d ${PGPLIB} ] || { \ - ${MKDIR} -p ${PGPLIB} ; \ + ${MKDIR} ${PGPLIB} ; \ chown bin.bin ${PGPLIB} ; \ chmod 555 ${PGPLIB} ; } -[ -f ${PGPLIB}/language.txt ] && \ @@ -44,7 +44,7 @@ ${INSTALL_DATA} memo ${PGPLIB}/memo.ja @cd ${PGPLIB}; \ ${GREP} -l -q '^Language.*=.*${PGP_LANG}' config.txt || \ - /bin/sh ${SCRIPTDIR}/pgp.config.l10n.sh \ + ${SH} ${SCRIPTDIR}/pgp.config.l10n.sh \ ${PGPLIB} ${PGP_LANG} ${PGP_CHARSET} -pgp > /dev/null 2>&1 # update .idx file @${CAT} ${PKGDIR}/MESSAGE
State Changed From-To: open->closed New port committed. Thanks!
Responsible Changed From-To: freebsd-ports->steve