From kiri@kiri.toba-cmt.ac.jp  Wed Jul 30 23:18:42 1997
Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA07823
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Jul 1997 23:17:26 -0700 (PDT)
Received: (from kiri@localhost)
	by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id PAA14781;
	Thu, 31 Jul 1997 15:17:09 +0900 (JST)
Message-Id: <199707310617.PAA14781@kiri.toba-cmt.ac.jp>
Date: Thu, 31 Jul 1997 15:17:09 +0900 (JST)
From: Kazuhiko Kiriyama(System administrator) <kiri@kiri.toba-cmt.ac.jp>
Reply-To: kiri@kiri.toba-cmt.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port(jp-man-doc-2.2.2d):japanese/man-doc.
X-Send-Pr-Version: 3.2

>Number:         4197
>Category:       ports
>Synopsis:       Update port(jp-man-doc-2.2.2d):japanese/man-doc.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 23:20:01 PDT 1997
>Closed-Date:    Sun Aug 24 03:56:13 PDT 1997
>Last-Modified:  Sun Aug 24 03:56:45 PDT 1997
>Originator:     Kazuhiko Kiriyama
>Release:        FreeBSD 2.2-970618-RELENG i386
>Organization:
Toba National College of Maritime Technology.
                 Department of Electronic Mechanical Engineering
>Environment:
>Description:

	I've updated the port(jp-man-doc-2.2.2d):japanese/man-doc.

	Current modifications is

		(1) Change Makefile in order to update DISTFILE.

	I put the diff from ports-current(japanese/man-doc) in "Fix:".

>How-To-Repeat:
>Fix:
diff -aurN ../../current/ports/japanese/man-doc/Makefile ./Makefile
--- ../../current/ports/japanese/man-doc/Makefile	Thu Jul 17 21:50:12 1997
+++ ./Makefile	Thu Jul 31 15:09:24 1997
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	Japanese man documents
-# Version required:	2.2.2c
+# Version required:	2.2.2d
 # Date created:		6 January 1997
 # Whom:			Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
 #
 # $Id: Makefile,v 1.9 1997/07/13 18:52:10 max Exp $
 #
 
-DISTNAME=	jpman-${VERSION}c
-PKGNAME=	jp-man-doc-${VERSION}c
+DISTNAME=	jpman-${VERSION}d
+PKGNAME=	jp-man-doc-${VERSION}d
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/
 
@@ -39,6 +39,9 @@
 		INSTALL_MAN="${INSTALL_MAN}" ${SH} \
 		${FILESDIR}/install-man NOMANCOMPRESS  
 .endif
+
+post-install:
+	@${CAT} ${PKGDIR}/MESSAGE
 
 pre-clean:
 	@${RM} -f ${PKGDIR}/PLIST
diff -aurN ../../current/ports/japanese/man-doc/files/md5 ./files/md5
--- ../../current/ports/japanese/man-doc/files/md5	Thu Jul 17 21:50:12 1997
+++ ./files/md5	Wed Jul 30 20:22:10 1997
@@ -1 +1 @@
-MD5 (jpman-2.2.2c.tar.gz) = 68b3a8b0aaef521f265741873d5e7527
+MD5 (jpman-2.2.2d.tar.gz) = aabe1eb002d0424183b9f9091af26f99
diff -aurN ../../current/ports/japanese/man-doc/pkg/COMMENT ./pkg/COMMENT
--- ../../current/ports/japanese/man-doc/pkg/COMMENT	Sat Dec  7 22:24:42 1996
+++ ./pkg/COMMENT	Tue Jul 29 11:57:01 1997
@@ -1 +1 @@
-Japanese man pages (/bin,/usr/bin,/usr/ucb:man1,man8)
+Japanese online manual pages corresponding to /usr/share/man/man[18]
diff -aurN ../../current/ports/japanese/man-doc/pkg/DESCR ./pkg/DESCR
--- ../../current/ports/japanese/man-doc/pkg/DESCR	Sat Dec  7 22:24:42 1996
+++ ./pkg/DESCR	Tue Jul 29 11:57:28 1997
@@ -1,2 +1 @@
-man online manual pages for man1, man8 corresponding to /bin and
-/usr/bin /usr/ucb.
+Japanese online manual pages corresponding to /usr/share/man/man[18]
diff -aurN ../../current/ports/japanese/man-doc/pkg/MESSAGE ./pkg/MESSAGE
--- ../../current/ports/japanese/man-doc/pkg/MESSAGE	Thu Jan  1 09:00:00 1970
+++ ./pkg/MESSAGE	Thu Jul 31 14:58:34 1997
@@ -0,0 +1,21 @@
+***********************************************************************
+*                                                                     *
+* Japanese online manual has been successfully installed.             *
+*                                                                     *
+* (1) First, see jman(1) with following command sequence:             *
+*        % setenv LC_ALL ja_JP.EUC                                    *
+*        % setenv PAGER jless                                         *
+*        % jman jman                                                  *
+*                                                                     *
+* (2) To get more info, please visit following web page (Japanese):   *
+*        Jpman project <URL:http://www.jp.freebsd.org/man-jp/>        *
+*                                                                     *
+* (3) If you have any questions, comments, bug reports, suggestions,  *
+*     and/or requests for modifications, please send e-mail to:       *
+*        Jpman project mailing list <man-jp@jp.freebsd.org>           *
+*                                                                     *
+*     When we receive your reports, we will be pleased to append your *
+*     name to the contributor list on the above web page with great   *
+*     thanks.                                                         *
+*                                                                     *
+***********************************************************************
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Sun Aug 24 03:56:13 PDT 1997 
State-Changed-Why:  
Submitted update has been done. 
>Unformatted:
