From owner-ports-jp@jp.freebsd.org  Thu Jan  9 18:12:56 1997
Received: by jaz.jp.freebsd.org (8.8.4+2.7Wbeta4/8.7.3) id SAA24660
	Thu, 9 Jan 1997 18:12:56 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.4+2.7Wbeta4/8.7.3) with SMTP id SAA24655
	for <ports-jp@jp.freebsd.org>; Thu, 9 Jan 1997 18:12:55 +0900 (JST)
Received: from edison.ee.t.u-tokyo.ac.jp (localhost [127.0.0.1]) by edison.ee.t.u-tokyo.ac.jp (8.6.12+2.4W/3.4Wbeta3/EE-clients1.0) with ESMTP id SAA24164 for ports-jp@jp.freebsd.org; Thu, 9 Jan 1997 18:12:54 +0900
Message-Id: <199701090912.SAA24164@edison.ee.t.u-tokyo.ac.jp>
To: ports-jp@jp.freebsd.org
Date: Thu, 09 Jan 1997 18:12:53 +0900
From: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
Reply-To: ports-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: ports-jp 380
Subject: [ports-jp 380] Re: xcalendar-4.0 i18n ports 
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org

ports/x11$B$,!V(BX$B$N%W%m%0%i%`!W$@$H;W$C$F$$$?$N$O;d$@$1$G$O$J$+$C$?$G$9$h$M(B(^^;;

$B:#F|$N(Bports-current$B$N(Bxcalendar-4.0$B$r!$(Bi18n$B$9$k$?$a$N(Bdiff$B$r:n$j$^$7$?!%(B
$B;H$C$F$d$C$F2<$5$$!%$&$^$/$$$C$?$i(Bsend-pr$B$7$^$9!%(B

$B$H$3$m$G$R$8$g!<$K$*$5$k$J<ALd$J$N$G$9$,!$(Bkinput2$B$JF~NO$N$?$a$N(B
$B%j%=!<%9$K$O2?$r;XDj$9$k$s$G$7$?$C$1!%(B
$B!t%+%C%H%"%s%I%Z!<%9%H$@$1$7$?$H$O8}$,3d$1$F$b(B.....(^^;;
---
diff -rcN xcalendar.orig/Makefile xcalendar/Makefile
*** xcalendar.orig/Makefile	Mon Nov 11 05:50:21 1996
--- xcalendar/Makefile	Thu Jan  9 15:02:50 1997
***************
*** 11,18 ****
--- 11,24 ----
  CATEGORIES=	misc
  MASTER_SITES=	ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/
  
+ PATCHFILES=	xcalendar-4.0+i18n.patch.gz
+ PATCH_SITES=	ftp://jaz.jp.FreeBSD.org/incoming/
+ 
  MAINTAINER=	mita@jp.FreeBSD.org
  
  USE_IMAKE=	yes
+ 
+ post-extract:
+ 	@(cd ${WRKSRC} ; uudecode XCal-uj.uu)
  
  .include <bsd.port.mk>
diff -rcN xcalendar.orig/files/md5 xcalendar/files/md5
*** xcalendar.orig/files/md5	Wed Jul 10 21:18:34 1996
--- xcalendar/files/md5	Thu Jan  9 14:12:06 1997
***************
*** 1 ****
--- 1,2 ----
  MD5 (xcalendar.tar.gz) = 581e5e6a387fb781bf3bd8f77dd498a8
+ MD5 (xcalendar-4.0+i18n.patch.gz) = 7d1586420168adea6504e1ba94dedeba
diff -rcN xcalendar.orig/patches/patch-aa xcalendar/patches/patch-aa
*** xcalendar.orig/patches/patch-aa	Thu Jan  1 09:00:00 1970
--- xcalendar/patches/patch-aa	Thu Jan  9 14:45:58 1997
***************
*** 0 ****
--- 1,31 ----
+ *** Imakefile.orig	Thu Jan  9 14:43:21 1997
+ --- Imakefile	Thu Jan  9 14:45:05 1997
+ ***************
+ *** 1,7 ****
+   XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar
+           LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp
+   # Comment out the following two lines for the Motif version
+ ! LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
+     EXTRA_DEFINES = -DATHENA
+   # Uncomment the following two lines for the Motif version
+   # LOCAL_LIBRARIES = -L/usr/local/Motif/lib -lXm $(XMULIB) $(XTOOLLIB) $(XLIB)
+ --- 1,7 ----
+   XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar
+           LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp
+   # Comment out the following two lines for the Motif version
+ ! LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lxpg4
+     EXTRA_DEFINES = -DATHENA
+   # Uncomment the following two lines for the Motif version
+   # LOCAL_LIBRARIES = -L/usr/local/Motif/lib -lXm $(XMULIB) $(XTOOLLIB) $(XLIB)
+ ***************
+ *** 46,54 ****
+   install:: XCal-uj.ad
+   	MakeDir($(LIBDIR)/ja_JP.EUC/app-defaults)
+   	$(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.EUC/app-defaults/XCalendar
+ - 
+ - #	MakeDir($(LIBDIR)/ja_JP.ujis/app-defaults)
+ - #	$(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.ujis/app-defaults/XCalendar
+   
+   clean::
+   	$(RM) XCal-uj.ad
+ --- 46,51 ----
diff -rcN xcalendar.orig/pkg/COMMENT xcalendar/pkg/COMMENT
*** xcalendar.orig/pkg/COMMENT	Wed Jul 10 21:18:34 1996
--- xcalendar/pkg/COMMENT	Thu Jan  9 14:54:10 1997
***************
*** 1 ****
! calendar with a notebook for X11
--- 1 ----
! an internationarized calendar with a notebook for X11
diff -rcN xcalendar.orig/pkg/DESCR xcalendar/pkg/DESCR
*** xcalendar.orig/pkg/DESCR	Wed Jul 10 21:18:34 1996
--- xcalendar/pkg/DESCR	Thu Jan  9 18:10:42 1997
***************
*** 4,7 ****
  Just type `xcalendar [month [year]]' on command line.
  If month and year are not provided on the command line they are 
  assumed to be current.
! 					MITA Yoshio <mita@jp.FreeBSD.org>
--- 4,10 ----
  Just type `xcalendar [month [year]]' on command line.
  If month and year are not provided on the command line they are 
  assumed to be current.
! 
! Note: This program is internationarized but only 
! app-defaults files for English (C) and Japanese (ja_JP.EUC) are included.
! Let's add another locales!
diff -rcN xcalendar.orig/pkg/PLIST xcalendar/pkg/PLIST
*** xcalendar.orig/pkg/PLIST	Wed Jul 10 21:18:34 1996
--- xcalendar/pkg/PLIST	Thu Jan  9 14:48:45 1997
***************
*** 1,4 ****
--- 1,5 ----
  bin/xcalendar
+ lib/X11/ja_JP.EUC/app-defaults/XCalendar
  lib/X11/app-defaults/XCalendar
  lib/X11/xcalendar/larrow.xbm
  lib/X11/xcalendar/qmark.xbm
---
MITA Yoshio
