Date: Thu, 24 Dec 1998 19:32:50 +0900 (JST) From: MITA Yoshio <mita@jp.FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9185: ja-tgif 3.0.13 to 3.0.18 Message-ID: <199812241032.TAA20901@jaga.fujita3.iis.u-tokyo.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 9185 >Category: ports >Synopsis: ja-tgif is updated. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 24 02:40:00 PST 1998 >Last-Modified: >Originator: MITA Yoshio <mita@jp.FreeBSD.org> >Organization: The University of TOKYO >Release: FreeBSD 3.0-RELEASE i386 >Environment: 3.0-RELEASE i386 2.2.8-RELEASE >Description: >How-To-Repeat: >Fix: diff -rcN japanese/tgif.current.981224/Makefile japanese/tgif/Makefile *** japanese/tgif.current.981224/Makefile Fri Nov 20 23:26:24 1998 --- japanese/tgif/Makefile Thu Dec 24 19:02:25 1998 *************** *** 1,21 **** # New ports collection makefile for: tgif-j ! # Version required: 3.0.13 # Date created: 8 Dec 1995 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # # $Id: Makefile,v 1.10 1998/11/20 18:29:20 itojun Exp $ # ! DISTNAME= tgif-3.0-p13 ! PKGNAME= ja-tgif-3.0.13 CATEGORIES= japanese ! MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ! http://www.sunbit.or.jp/users/shin/software/ MASTER_SITE_SUBDIR= applications/tgif - DISTFILES= tgif-3.0-p13.tar.gz tgif-3.0J0.12-p13-PSJISr1.gz ! PATCH_SITES= ftp://ftp.mei.co.jp/free/X11/X/applications/drawing/tgif/ ! PATCHFILES= tgif-3.0J0.12-p13-patch.gz MAINTAINER= mita@jp.FreeBSD.org --- 1,20 ---- # New ports collection makefile for: tgif-j ! # Version required: 3.0.18 # Date created: 8 Dec 1995 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # # $Id: Makefile,v 1.10 1998/11/20 18:29:20 itojun Exp $ # ! DISTNAME= tgif-3.0.18 ! PKGNAME= ja-tgif-3.0.18 CATEGORIES= japanese ! MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ! ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/tgif ! PATCH_SITES= http://www.venus.dtinet.or.jp/~iisaka/ ! PATCHFILES= tgif-3.0J0.12-p18-patch.gz MAINTAINER= mita@jp.FreeBSD.org *************** *** 27,38 **** xpmtoppm:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes - EXTRACT_ONLY= tgif-3.0-p13.tar.gz PATCH_DIST_STRIP= -p1 MAN1= tgif.1 prtgif.1 - - post-patch: - ${SETENV} DISTDIR="${DISTDIR}" GZCAT="${GZCAT}" \ - PATCH="${PATCH}" PATCH_DIST_ARGS="${PATCH_DIST_ARGS}" ${SH} ${FILESDIR}/setup.sh .include <bsd.port.mk> --- 26,32 ---- diff -rcN japanese/tgif.current.981224/files/md5 japanese/tgif/files/md5 *** japanese/tgif.current.981224/files/md5 Fri Nov 20 23:26:28 1998 --- japanese/tgif/files/md5 Thu Dec 24 18:15:30 1998 *************** *** 1,3 **** ! MD5 (tgif-3.0-p13.tar.gz) = d862c6bdf9c4e0f3852fdfe8646e50fc MD5 (tgif-3.0J0.12-p13-PSJISr1.gz) = f99a8a27df99f9bb59e02d7da0ba9777 ! MD5 (tgif-3.0J0.12-p13-patch.gz) = 399e09ddb139a4840fa83de9307aee20 --- 1,3 ---- ! MD5 (tgif-3.0.18.tar.gz) = 75f18a1287efc456ab9605ae13cfebfa MD5 (tgif-3.0J0.12-p13-PSJISr1.gz) = f99a8a27df99f9bb59e02d7da0ba9777 ! MD5 (tgif-3.0J0.12-p18-patch.gz) = 0b4936b4331122fefcc962a9398bf28a diff -rcN japanese/tgif.current.981224/files/setup.sh japanese/tgif/files/setup.sh *** japanese/tgif.current.981224/files/setup.sh Fri Nov 20 23:26:28 1998 --- japanese/tgif/files/setup.sh Thu Jan 1 09:00:00 1970 *************** *** 1,25 **** - #!/bin/sh - # tgif configuration shell script - # usage: /bin/sh setup - - if [ X"${BATCH:-no}" = X"no" ] ; then - /usr/bin/dialog --title "Tgif port setup for Kanji code selection" --radiolist \ - "You can select EUC kanji code (Default) or JIS kanji code. \n \ - EUC kanji code is compatible to former Tgif ports. \n \ - Recently there are many printers which do not understand \n \ - EUC encoded PS files correctly. In that case choose JIS." -1 -1 2 \ - "EUC" "EUC-JP mode" ON \ - "JIS" "JIS mode" OFF 2>/tmp/TGIF.kanji.selection - - if [ X`cat /tmp/TGIF.kanji.selection` = "XJIS" ] - then - echo 'JIS is selected' - echo 'Remember to change X resources entry for TgifNihongoFonts' - echo 'If you have already set' - ${GZCAT} ${DISTDIR}/tgif-3.0J0.12-p13-PSJISr1.gz | \ - ${PATCH} ${PATCH_DIST_ARGS} - else - echo 'EUC-JP mode (default) is selected' - fi - fi - rm -f /tmp/TGIF.kanji.selection --- 0 ---- diff -rcN japanese/tgif.current.981224/pkg/PLIST japanese/tgif/pkg/PLIST *** japanese/tgif.current.981224/pkg/PLIST Mon Aug 31 22:47:30 1998 --- japanese/tgif/pkg/PLIST Thu Dec 24 18:27:54 1998 *************** *** 1,22 **** bin/tgif bin/prtgif ! lib/X11/tgif/3.0J0.12-p13/tgif.Xdefaults ! lib/X11/tgif/3.0J0.12-p13/tgificon.eps ! lib/X11/tgif/3.0J0.12-p13/tgificon.obj ! lib/X11/tgif/3.0J0.12-p13/tgificon.xbm ! lib/X11/tgif/3.0J0.12-p13/tgificon.xpm ! lib/X11/tgif/3.0J0.12-p13/tangram.sym ! lib/X11/tgif/3.0J0.12-p13/keys.obj ! lib/X11/tgif/3.0J0.12-p13/keys_jpn.obj ! lib/X11/tgif/3.0J0.12-p13/SCALABLE.ms ! lib/X11/tgif/3.0J0.12-p13/SCALABLE ! lib/X11/tgif/3.0J0.12-p13/JAPANESE.ms ! lib/X11/tgif/3.0J0.12-p13/JAPANESE ! lib/X11/tgif/3.0J0.12-p13/TO_USERS.ms ! lib/X11/tgif/3.0J0.12-p13/TO_USERS ! lib/X11/tgif/3.0J0.12-p13/HISTORY.jp ! lib/X11/tgif/3.0J0.12-p13/HISTORY-3.0.jp ! lib/X11/tgif/3.0J0.12-p13/README.jp ! lib/X11/tgif/3.0J0.12-p13/README-3.0.jp ! @dirrm lib/X11/tgif/3.0J0.12-p13 @dirrm lib/X11/tgif --- 1,22 ---- bin/tgif bin/prtgif ! lib/X11/tgif/3.0.18/tgif.Xdefaults ! lib/X11/tgif/3.0.18/tgificon.eps ! lib/X11/tgif/3.0.18/tgificon.obj ! lib/X11/tgif/3.0.18/tgificon.xbm ! lib/X11/tgif/3.0.18/tgificon.xpm ! lib/X11/tgif/3.0.18/tangram.sym ! lib/X11/tgif/3.0.18/keys.obj ! lib/X11/tgif/3.0.18/keys_jpn.obj ! lib/X11/tgif/3.0.18/SCALABLE.ms ! lib/X11/tgif/3.0.18/SCALABLE ! lib/X11/tgif/3.0.18/JAPANESE.ms ! lib/X11/tgif/3.0.18/JAPANESE ! lib/X11/tgif/3.0.18/TO_USERS.ms ! lib/X11/tgif/3.0.18/TO_USERS ! lib/X11/tgif/3.0.18/HISTORY.jp ! lib/X11/tgif/3.0.18/HISTORY-3.0.jp ! lib/X11/tgif/3.0.18/README.jp ! lib/X11/tgif/3.0.18/README-3.0.jp ! @dirrm lib/X11/tgif/3.0.18 @dirrm lib/X11/tgif >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?199812241032.TAA20901>