Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 1998 00:14:06 +0900 (JST)
From:      Kazuhiko Kiriyama(System administrator) <kiri@kiri.toba-cmt.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5744: Update port: ja-gp-2.5(japanese/gp).
Message-ID:  <199802141514.AAA21548@kiri.toba-cmt.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         5744
>Category:       ports
>Synopsis:       Update port: ja-gp-2.5 (japanese/gp).
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 07:40:01 PST 1998
>Last-Modified:
>Originator:     Kazuhiko Kiriyama
>Organization:
Toba National College of Maritime Technology.
                 Department of Electronic Mechanical Engineering
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:
>Description:

	I've updated the port ja-gp-2.5 (japanese/gp).

	Current modifications are

		(1) Slave to print/gp
		(2) Update 2.01 to 2.5

	Delete and Update files are respecively

	[Delete] :
		files
		files/filetype.tmpl
		files/md5
		files/patch-GP
		files/pr-setup.sh
		files/printer.tmpl
		files/

	[Update] :
		Makefile
		pkg/DESCR
		pkg/PLIST

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

>How-To-Repeat:
>Fix:
diff -aurN ../../current/japanese/gp/Makefile ./Makefile
--- ../../current/japanese/gp/Makefile	Wed Nov 12 00:08:14 1997
+++ ./Makefile	Sat Feb 14 20:35:55 1998
@@ -1,49 +1,14 @@
-# New ports collection makefile for: GP-jp
-# Version required:	2.01jp
+# New ports collection makefile for: GP + Japanese treatment
+# Version required:	2.5
 # Date created:		15 April 1997
 # Whom:			Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp>
 #
 # $Id: Makefile,v 1.5 1997/11/10 12:05:12 asami Exp $
 #
 
-DISTNAME=	GP-2.01jp
-PKGNAME=	ja-gp-2.01
-CATEGORIES=	japanese print
-MASTER_SITES=	http://www.kamome.or.jp/hueda/GP/ \
-		ftp://green.arailab.dnj.ynu.ac.jp/pub/AraiLab/GP/
+PKGNAME=	ja-gp-2.5
+CATEGORIES=	print japanese
 
-MAINTAINER=	kiri@kiri.toba-cmt.ac.jp
+LANGUAGE=	Japanese
 
-RUN_DEPENDS=	wish4.2jp:${PORTSDIR}/japanese/tk42 \
-		nup:${PORTSDIR}/japanese/dvi2ps \
-		a2ps-j:${PORTSDIR}/japanese/a2ps \
-		ghostview:${PORTSDIR}/print/ghostview
-
-NO_BUILD=	yes
-
-DOCDIR=		${PREFIX}/share/doc/GP-jp
-
-pre-patch:
-	@${MKDIR} ${PATCHDIR}
-	@${SETENV} FILESDIR=${FILESDIR} PATCHDIR=${PATCHDIR} \
-		PREFIX=${PREFIX} SED=${SED} X11BASE=${X11BASE} \
-		${SH} ${FILESDIR}/pr-setup.sh
-
-do-install:
-	@${MKDIR} ${PREFIX}/etc/GP-jp
-	@${INSTALL_SCRIPT} ${WRKSRC}/GP ${PREFIX}/bin/GP-j
-	@${INSTALL_DATA} ${FILESDIR}/printer ${FILESDIR}/filetype  \
-		${PREFIX}/etc/GP-jp
-
-post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCDIR}
-	@${INSTALL_DATA} ${WRKSRC}/Doc/README ${WRKSRC}/Doc/Variables \
-		 ${DOCDIR}
-.endif
-
-pre-clean:
-	@${RM} -f ${FILESDIR}/filetype ${FILESDIR}/printer ${PATCHDIR}/patch-aa
-	-@${RMDIR} ${PATCHDIR}
-
-.include <bsd.port.mk>
+.include "${.CURDIR}/../../print/gp/Makefile"
diff -aurN ../../current/japanese/gp/files/filetype.tmpl ./files/filetype.tmpl
--- ../../current/japanese/gp/files/filetype.tmpl	Wed Jun  4 11:13:17 1997
+++ ./files/filetype.tmpl	Thu Jan  1 09:00:00 1970
@@ -1,24 +0,0 @@
-# filetype -- $B%U%!%$%k%?%$%W%j%9%H(B for GP$B!J%5%s%W%k!K(B
-#
-#   Copyright (C) 1996, 1997 UEDA Hiroyuki, NAKAI Hideyuki
-#                   All Rights Reserved.
-#
-#  $B$3$N%U%!%$%k$O(B GP $B$r=i4|2=$9$k$?$a$N$b$N$G$9!%(B
-#
-#  $B=q<0(B : 
-#        $B%U%!%$%k%?%$%W(B  $B%G%U%)%k%H%W%j%s%?(B $B%U%!%$%k3HD%;R!JJ#?t;XDj2D!K(B
-#
-# $B!v(B $BCm0U(B $B!v(B
-#  $B!&%G%U%)%k%H%W%j%s%?$,(B "UNUSE" $B$N>l9g!$$=$N%W%j%s%?$K;XDj$5$l$F$$$k(B
-#    $B3HD%;R$N%U%!%$%k$O0u:~$5$l$^$;$s!%(B
-#  $B!&%U%!%$%k3HD%;R$N%j%9%H$O(B "," $B$G6h@Z$C$F2<$5$$!%(B
-#
-#
-#                                                    1997$BG/(B 4$B7n(B 12$BF|(B
-#                                                      $B?"ED(B $BM5G7(B
-#                                                      <hueda@kamome.or.jp>
-
-PS    %postscript% .ps
-Text  %text%       .txt,.doc
-DVI   %dvi%        .dvi
-UNUSE UNUSE        .toc,.aux,.exe
diff -aurN ../../current/japanese/gp/files/md5 ./files/md5
--- ../../current/japanese/gp/files/md5	Wed Jun  4 11:13:17 1997
+++ ./files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (GP-2.01jp.tar.gz) = 90e6132260b3cd10d53950f6bdaf3dfa
diff -aurN ../../current/japanese/gp/files/patch-GP ./files/patch-GP
--- ../../current/japanese/gp/files/patch-GP	Wed Jun  4 11:13:17 1997
+++ ./files/patch-GP	Thu Jan  1 09:00:00 1970
@@ -1,34 +0,0 @@
---- GP.orig	Tue Apr 15 20:47:58 1997
-+++ GP	Tue Apr 15 21:49:53 1997
-@@ -1,4 +1,4 @@
--#! /usr/local/bin/wish4.2jp
-+#! %prefix%/bin/wish4.2jp
- #
- #	GP ver 2.01jp -- GUI Printer (Tcl/Tk Script File)
- #
-@@ -23,17 +23,17 @@
- #
- # $B4D6-0MB8$NJQ?t$G$9!%4D6-$K$"$o$;$FJT=8$7$F2<$5$$!%(B
- #
--set PS_PREVIEWER   "/usr/local/gnu/bin/ghostview" ;# PS $B%U%!%$%k%W%l%S%e%"(B
--set DVI_PREVIEWER  "/usr/X11R6/bin/xdvi"          ;# DVI $B%U%!%$%k%W%l%S%e%"(B
--set USE_DVI_PREVIEWER      YES                    ;# Using DVI_PREVIEWER or not
--set DVI2PS         "/usr/local/bin/dvi2ps"        ;# DVI to PS $B%U%#%k%?(B
-+set PS_PREVIEWER   "%x11base%/bin/ghostview" ;# PS $B%U%!%$%k%W%l%S%e%"(B
-+set DVI_PREVIEWER  "%x11base%/bin/xdvi"          ;# DVI $B%U%!%$%k%W%l%S%e%"(B
-+set USE_DVI_PREVIEWER      NO                    ;# Using DVI_PREVIEWER or not
-+set DVI2PS         "%prefix%/bin/dvi2ps"        ;# DVI to PS $B%U%#%k%?(B
- set USE_DVI2PS     YES                            ;# DVI2PS $B$r;H$&$+H]$+(B
--set ASCII2PS       "/usr/local/bin/a2ps"          ;# $B%F%-%9%H%U%#%k%?(B
--set PS2UPFILTER    "/usr/local/bin/nup"           ;# PS 2up $B%U%#%k%?(B
-+set ASCII2PS       "%prefix%/bin/a2ps-j"          ;# $B%F%-%9%H%U%#%k%?(B
-+set PS2UPFILTER    "%prefix%/bin/nup"           ;# PS 2up $B%U%#%k%?(B
- set PS2UPOPTION    "-2"                           ;# PS 2up $B%U%#%k%?%*%W%7%g%s(B
- 
--set PRINTER_LIST   "/usr/local/etc/GP/printer"    ;# Printer List $B$N%Q%9(B
--set FILETYPE_LIST  "/usr/local/etc/GP/filetype"   ;# File Type List $B$N%Q%9(B
-+set PRINTER_LIST   "%prefix%/etc/GP-jp/printer"    ;# Printer List $B$N%Q%9(B
-+set FILETYPE_LIST  "%prefix%/etc/GP-jp/filetype"   ;# File Type List $B$N%Q%9(B
- set PRINTCAP       "/etc/printcap"                ;# printcap $B$N%Q%9(B
- 
- set PRINT_COMMAND  "/usr/bin/lpr"                 ;# lpr $B$N%Q%9(B
diff -aurN ../../current/japanese/gp/files/pr-setup.sh ./files/pr-setup.sh
--- ../../current/japanese/gp/files/pr-setup.sh	Wed Jun  4 11:13:17 1997
+++ ./files/pr-setup.sh	Thu Jan  1 09:00:00 1970
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-FILESDIR=${FILESDIR:-/usr/ports/japanese/GP/files}
-PATCHDIR=${PATCHDIR:-/usr/ports/japanese/GP/patches}
-PREFIX=${PREFIX:-/usr/local}
-SED=${SED:-/usr/bin/sed}
-X11BASE=${X11BASE:-/usr/X11R6}
-
-${SED} -e "s@%prefix%@${PREFIX}@g" \
-	-e "s@%x11base%@${X11BASE}@g" \
-		< ${FILESDIR}/patch-GP > ${PATCHDIR}/patch-aa
-
-${SED} -e "s/%text%/ps/" \
-	-e "s/%postscript%/ps/" \
-	-e "s/%dvi%/ps/" \
-		< ${FILESDIR}/filetype.tmpl > ${FILESDIR}/filetype
-
-${SED} -e "s/%text%/ps/" \
-	-e "s/%postscript%/ps/" \
-	-e "s/%dvi%/ps/" \
-		< ${FILESDIR}/printer.tmpl > ${FILESDIR}/printer
-
diff -aurN ../../current/japanese/gp/files/printer.tmpl ./files/printer.tmpl
--- ../../current/japanese/gp/files/printer.tmpl	Wed Jun  4 11:13:17 1997
+++ ./files/printer.tmpl	Thu Jan  1 09:00:00 1970
@@ -1,26 +0,0 @@
-# printer -- $B%W%j%s%?%j%9%H%U%!%$%k(B for GP$B!J%5%s%W%k!K(B
-#
-#   Copyright (C) 1996, 1997 UEDA Hiroyuki, NAKAI Hideyuki
-#                   All Rights Reserved.
-#
-#
-#  $B$3$N%U%!%$%k$O(B GP $B$r=i4|2=$9$k$?$a$N$b$N$G$9!%(B
-#
-#  $B=q<0(B $B!'(B
-#        $B%W%j%s%?$NL>A0(B # $B$3$N%W%j%s%?$KBP$9$k%3%a%s%H(B
-#
-# $B!v(B $BCm0U(B $B!v(B
-#   $B!&%W%j%s%?L>!$(B#$B!$%3%a%s%H$J$I$O%9%Z!<%9$G6h@Z$C$F2<$5$$!%%?%V$r(B
-#     $B;HMQ$9$k$H$&$^$/$$$+$J$$$3$H$,$"$j$^$9!%(B
-#   $B!&%3%a%s%H$K$OF|K\8l$r=q$/$3$H$,$G$-$^$9$,!$4A;z%3!<%I$,(B EUC $B$G$J$$$H(B
-#     $B$-$A$s$HI=<($5$l$^$;$s!J$3$N%U%!%$%k$O(B EUC $B$G=q$+$l$F$$$^$9!K!%(B
-#
-#
-#                                                    1997$BG/(B 4$B7n(B 12$BF|(B
-#                                                      $B?"ED(B $BM5G7(B
-#                                                      <hueda@kamome.or.jp>
-
-%postscript%    # PS $B%U%!%$%k(B
-# gray          # PS $B%U%!%$%k(B
-# gray2         # PS $B%U%!%$%k!JGr9u!$FsCJAH$_!K(B
-# pure          # $B%+%i!<(B PS $B%U%!%$%k(B
diff -aurN ../../current/japanese/gp/pkg/DESCR ./pkg/DESCR
--- ../../current/japanese/gp/pkg/DESCR	Wed Jun  4 11:13:17 1997
+++ ./pkg/DESCR	Sun Jan 25 20:55:15 1998
@@ -1,17 +1,18 @@
-GP (GUI Printer) is a printing tool on X-Window with Tcl/Tk
-interactively without any attention to the filetypes or the
-printernames in the printcap. 
-
-  Using a PostScript printer on GP, you have to name the printer "ps" 
-in the printcap.
-
-To change the printer information or the associated printer with
-filetypes, edit the following two files:
-
-	/usr/local/etc/GP/printer
-	/usr/local/etc/GP/filetype
-
-  For more information, see the files in the "/usr/local/share/doc/GP" 
-directory.
-
-  Written by UEDA Hiroyuki (hueda@kamome.or.jp), Mitsubishi Corp.
+GP (GUI Printer) is a printing tool on X-Window with Tcl/Tk  
+interactively without any attention to the filetypes or the  
+printernames in the printcap.                                
+                                                             
+  Using a PostScript printer on GP, you have to name the     
+printer "ps" in the printcap.                                
+                                                             
+To change the printer information or the associated printer  
+with filetypes, edit the following two files:                
+                                                             
+        /usr/local/lib/GP/printer                            
+        /usr/local/lib/GP/filetype                           
+                                                             
+  For more information, see the files in the                 
+"/usr/local/share/doc/GP"  directory.                        
+                                                             
+  Written by UEDA Hiroyuki (hueda@kamome.or.jp),             
+                                 KAMOME Internet, JAPAN      
diff -aurN ../../current/japanese/gp/pkg/PLIST ./pkg/PLIST
--- ../../current/japanese/gp/pkg/PLIST	Wed Jun  4 11:13:17 1997
+++ ./pkg/PLIST	Mon Feb  2 16:33:03 1998
@@ -1,7 +1,38 @@
-bin/GP-j
-etc/GP-jp/printer
-etc/GP-jp/filetype
-share/doc/GP-jp/README
-share/doc/GP-jp/Variables
-@dirrm etc/GP-jp
-@dirrm share/doc/GP-jp
+bin/GP
+lib/GP/filters/ImageMagick
+lib/GP/filters/a2ps-j
+lib/GP/filters/dvi2ps-j
+lib/GP/icons/printer.xbm
+lib/GP/icons/exit.xbm
+lib/GP/filetype
+lib/GP/printer
+share/doc/GP/README.euc
+share/doc/GP/COPYING.euc
+share/doc/GP/Changes.euc
+share/doc/GP/Config.euc
+share/doc/GP/Filters_conf.euc
+share/doc/GP/History.euc
+share/doc/GP/Install.euc
+share/doc/GP/Manual/GP.gif
+share/doc/GP/Manual/index.html
+share/doc/GP/Manual/README.euc
+share/doc/GP/Manual/Japanese/bug_info-j.html
+share/doc/GP/Manual/Japanese/future-j.html
+share/doc/GP/Manual/Japanese/intro-j.html
+share/doc/GP/Manual/Japanese/option-j.html
+share/doc/GP/Manual/Japanese/print-j.html
+share/doc/GP/Manual/Japanese/queue-j.html
+share/doc/GP/Manual/Japanese/queue_remove-j.html
+share/doc/GP/Manual/Japanese/start-j.html
+share/doc/GP/Manual/Japanese/image/Remove.gif
+share/doc/GP/Manual/Japanese/image/Queue.gif
+share/doc/GP/Manual/Japanese/image/Print.gif
+share/doc/GP/Manual/Japanese/image/Option.gif
+share/doc/GP/Manual/Japanese/image/GPicon.gif
+@dirrm lib/GP/filters
+@dirrm lib/GP/icons
+@dirrm lib/GP
+@dirrm share/doc/GP/Manual/Japanese/image
+@dirrm share/doc/GP/Manual/Japanese
+@dirrm share/doc/GP/Manual
+@dirrm share/doc/GP
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802141514.AAA21548>