Bug 3928 - New port: jp-pgp-2.6.3ia (language)
Summary: New port: jp-pgp-2.6.3ia (language)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Price
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-06-22 21:00 UTC by Hironori Ikura/伊倉広徳
Modified: 1998-02-23 20:23 UTC (History)
0 users

See Also:


Attachments
jp-pgp-2.6.3ia-970623.tar.gz (2.69 KB, text/plain)
1997-06-22 21:00 UTC, Hironori Ikura/伊倉広徳
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hironori Ikura/伊倉広徳 1997-06-22 21:00:01 UTC
	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.
Comment 1 sanpei 1998-02-13 09:31:15 UTC
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
Comment 2 Steve Price freebsd_committer freebsd_triage 1998-02-23 20:23:09 UTC
State Changed
From-To: open->closed

New port committed.  Thanks! 


Comment 3 Steve Price freebsd_committer freebsd_triage 1998-02-23 20:23:09 UTC
Responsible Changed
From-To: freebsd-ports->steve