head	1.13;
access;
symbols
	old_RELEASE_6_1_0:1.12
	old_RELEASE_5_5_0:1.12
	old_RELEASE_6_0_0:1.8
	old_RELEASE_5_4_0:1.6
	old_RELEASE_4_11_0:1.3
	old_RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.13
date	2006.04.07.03.22.56;	author vanilla;	state dead;
branches;
next	1.12;

1.12
date	2006.02.22.15.15.43;	author vanilla;	state Exp;
branches;
next	1.11;

1.11
date	2006.01.14.12.01.27;	author tdb;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.26.06.17.31;	author vanilla;	state Exp;
branches;
next	1.9;

1.9
date	2005.09.20.16.13.36;	author vanilla;	state Exp;
branches;
next	1.8;

1.8
date	2005.06.14.01.40.06;	author vanilla;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.07.15.28.14;	author vanilla;	state Exp;
branches;
next	1.6;

1.6
date	2005.03.20.15.17.20;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.03.05.10.04;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.01.19.02.27;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.19.18.00.00;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.03.18.46.42;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.01.17.41.50;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Upgrade to 1.1.8.

PR:		ports/95354
Submitted by:	chinsan.tw@@gmail.dot.com
@
text
@--- configure.orig	Wed Feb 22 21:25:55 2006
+++ configure	Wed Feb 22 21:34:26 2006
@@@@ -1,4 +1,4 @@@@
-#!/bin/bash
+#!/bin/sh
 
 if [ "$1" = "-h" -o "$1" = "--help" -o "$1" = "-help" ]; then
     echo "** valid options:"
@@@@ -9,12 +9,12 @@@@
 fi
 
 MAKE=make
-which gmake >& /dev/null
+which gmake > /dev/null
 if [ $? = 0 ]; then
   MAKE=gmake
 fi
 
-uname | grep FreeBSD >& /dev/null
+uname | grep FreeBSD > /dev/null
 if [ $? = 0 ]; then
   FREEBSD=1
 else
@@@@ -74,7 +74,7 @@@@
 QT_IM='N'
 for i in qt3 qt4
 do
-  QT_IM_DIR=/usr/lib/$i/plugins/$LIB/inputmethods
+  QT_IM_DIR=$prefix/lib/$i/plugins/$LIB/inputmethods
   echo "testing if you have QT_IM_MODULE dir:$QT_IM_DIR support"
   if [ -d  $QT_IM_DIR ]; then
     QT_IM='Y'
@@@@ -92,7 +92,7 @@@@
 
 bindir=$prefix/bin
 datadir=$prefix/share
-mandir=$datadir/man
+mandir=$prefix/man
 libdir=$prefix/lib
 includedir=$prefix/include
 optdir=/opt
@@@@ -105,8 +105,8 @@@@
   GCIN_SETUP_DESKTOP=/opt/gnome/share/control-center-2.0/capplets
   GCIN_SETUP_DESKTOP_rpm='$(optdir)/gnome/share/control-center-2.0/capplets'
 else
-  GCIN_SETUP_DESKTOP=/usr/share/control-center-2.0/capplets
-  GCIN_SETUP_DESKTOP_rpm='$(datadir)/control-center-2.0/capplets'
+  GCIN_SETUP_DESKTOP=$prefix/share/gnome/control-center-2.0/capplets
+  GCIN_SETUP_DESKTOP_rpm='$(datadir)/gnome/control-center-2.0/capplets'
 fi
 
 
@@@@ -115,14 +115,6 @@@@
   grep -v qt3/plugins/inputmethods gcin.spec.tmp > gcin.spec
 fi
 
-grep Cooker /etc/mandriva-release 2>&1 | grep 2006 >& /dev/null
-if [ $? = 0 ]; then
-  new_gtk_im='Y'
-  echo "!!!! new gtk-im(im-gcin.so) will be enabled because you are using Cooker 2006."
-  echo "!!!! You have to install the latest libwidget_gtk2.so"
-  echo "http://www.csie.nctu.edu.tw/~cp76/linux/mozilla/mdk-firefox-thunderbird-1.0.6/cooker-new-gtkim-libwidget_gtk2.so.gz"
-fi
-
 
 OPTFLAGS="-g"
 if [ $prefix = /usr ]; then
@@@@ -130,7 +122,7 @@@@
 fi
 
 
-echo "CC=gcc" > config.mak
+echo "CC=$CC" > config.mak
 echo "MAKE=$MAKE" >> config.mak
 echo "GTKINC=$GTKINC" >> config.mak
 echo "prefix=$prefix" >> config.mak
@@@@ -150,8 +142,8 @@@@
 echo "GCIN_SCRIPT_DIR=\$(datadir_r)/gcin/script" >> config.mak
 echo "GCIN_SCRIPT_DIR_i=\$(datadir)/gcin/script" >> config.mak
 echo "OPTFLAGS=$OPTFLAGS" >> config.mak
-echo "DOC_DIR=\$(datadir_r)/doc/gcin-$GCIN_VERSION" >> config.mak
-echo "DOC_DIR_i=\$(datadir)/doc/gcin-$GCIN_VERSION" >> config.mak
+echo "DOC_DIR=\$(datadir_r)/doc/gcin" >> config.mak
+echo "DOC_DIR_i=\$(datadir)/doc/gcin" >> config.mak
 echo "GCIN_ICON_DIR=\$(datadir_r)/icons/gcin" >> config.mak
 echo "SYS_ICON_DIR=\$(datadir_r)/icons" >> config.mak
 echo "GCIN_ICON_DIR_i=\$(datadir)/icons/gcin" >> config.mak
@


1.12
log
@Upgrade to 1.1.7

PR:		ports/93704
Submitted by:	chinsan.tw@@gmail.at.com
@
text
@@


1.11
log
@- Update to 1.1.5
- Add additional categories: textproc gnome

PR:		91787
Submitted by:	chinsan <chinsan.tw@@gmail.com>
@
text
@d1 2
a2 2
--- configure.orig	Sat Jan 14 18:08:41 2006
+++ configure	Sat Jan 14 18:12:44 2006
d24 1
a24 1
@@@@ -70,7 +70,7 @@@@
d28 2
a29 2
-  QT_IM_DIR=/usr/lib/$i/plugins/lib/inputmethods
+  QT_IM_DIR=$prefix/lib/$i/plugins/lib/inputmethods
d33 1
a33 1
@@@@ -88,7 +88,7 @@@@
d42 1
a42 1
@@@@ -101,8 +101,8 @@@@
d53 1
a53 1
@@@@ -111,21 +111,13 @@@@
d68 1
a68 1
   OPTFLAGS="-O"
d71 1
d77 1
a77 1
@@@@ -145,8 +137,8 @@@@
@


1.10
log
@Upgrade to 1.0.8.

PR:		ports/86558
Submitted by:	chinsan at gmail.com
@
text
@d1 3
a3 3
--- configure.orig	Sun Sep 25 21:38:24 2005
+++ configure	Sun Sep 25 21:46:15 2005
@@@@ -1,12 +1,12 @@@@
d7 5
d24 1
a24 1
@@@@ -65,7 +65,7 @@@@
d33 1
a33 1
@@@@ -83,7 +83,7 @@@@
d42 1
a42 1
@@@@ -96,8 +96,8 @@@@
d53 1
a53 1
@@@@ -106,21 +106,12 @@@@
d59 1
a59 1
-  NEW_GTK_IM='Y'
d65 1
a65 1
-
d76 1
a76 1
@@@@ -140,8 +131,8 @@@@
@


1.9
log
@Upgrade to 1.0.7.

PR:		ports/86373
Submitted by:	chinsan
@
text
@d1 2
a2 2
--- configure.orig	Fri Sep 16 13:38:02 2005
+++ configure	Tue Sep 20 22:14:33 2005
d19 1
a19 1
@@@@ -59,7 +59,7 @@@@
d28 1
a28 1
@@@@ -77,7 +77,7 @@@@
d37 12
a48 1
@@@@ -100,20 +100,13 @@@@
d52 1
a52 1
-grep Cooker /etc/mandriva-release 2>1 | grep 2006 >& /dev/null
d57 1
d60 1
a60 1
 
d71 1
a71 1
@@@@ -133,8 +126,8 @@@@
@


1.8
log
@Upgrade to 0.9.7.

PR:		ports/82201
Submitted by:	chisan
Reviewed by:	maintainer
@
text
@d1 2
a2 2
--- configure.orig	Tue May 24 19:14:40 2005
+++ configure	Mon Jun 13 23:57:03 2005
d19 10
a28 1
@@@@ -50,7 +50,7 @@@@
d36 15
a50 2
 GCIN_VERSION=`cat VERSION.gcin`
@@@@ -61,7 +61,7 @@@@
d59 1
a59 1
@@@@ -81,8 +81,8 @@@@
@


1.7
log
@Upgrade to 0.9.0.

Submitted by:	chinsan <chinsan_at_mail2000.com.tw>
Approved by:	maintainer
@
text
@d1 2
a2 2
--- configure.orig	Thu Apr  7 08:59:13 2005
+++ configure	Thu Apr  7 09:01:06 2005
d19 10
a28 1
@@@@ -60,7 +60,7 @@@@
d37 1
a37 1
@@@@ -78,8 +78,8 @@@@
@


1.6
log
@- Update to 0.8.9

PR:		ports/78996
Submitted by:	Chin-San Huang <chinsan@@mail2000.com.tw>
Approved by:	statue <statue@@netlab.cse.yzu.edu.tw> (maintainer)
@
text
@d1 2
a2 2
--- configure.orig	Sat Feb 26 03:40:57 2005
+++ configure	Sun Mar 20 16:09:31 2005
d28 1
a28 1
@@@@ -78,7 +78,7 @@@@
d33 1
d35 1
@


1.5
log
@Add a patch for gcin-setup "Help" button.

Submitted by:	chinsan <chinsan@@mail2000.com.tw>
@
text
@d1 2
a2 2
--- configure.orig	Sat Feb 26 10:40:57 2005
+++ configure	Wed Mar  2 18:26:06 2005
d19 9
@


1.4
log
@Upgrade to 0.8.4.

Approved by:	maintainer
@
text
@d2 1
a2 1
+++ configure	Wed Mar  2 02:51:00 2005
d19 9
@


1.3
log
@Upgrade to 0.2.1.

PR:		ports/70575
Submitted by:	statue <statue@@freebsd.netlab.cse.yzu.edu.tw>
@
text
@d1 3
a3 3
--- configure.orig	Tue Aug  3 13:46:22 2004
+++ configure	Tue Aug 17 20:24:39 2004
@@@@ -1,7 +1,7 @@@@
d13 6
@


1.2
log
@update to 0.2.0

PR:		ports/69909
Submitted by:	statue <statue@@netlab.cse.yzu.edu.tw>
@
text
@d1 5
a5 3
--- configure.orig	Mon Aug  2 13:32:06 2004
+++ configure	Mon Aug  2 23:01:34 2004
@@@@ -1,6 +1,6 @@@@
@


1.1
log
@Add gcin 0.1.9, a triditional chinese input utility in X.

PR:		ports/69530
Submitted by:	Shen Chuan-Hsing
@
text
@d1 3
a3 5
--- configure.orig	Sat Jul 17 16:26:48 2004
+++ configure	Sun Jul 25 19:48:05 2004
@@@@ -38,7 +38,7 @@@@
 GCIN_VERSION=`cat VERSION.gcin`
 sed -e "s/__gcin_version__/$GCIN_VERSION/" < gcin.spec.in > gcin.spec
d5 5
a9 4
-OPTFLAGS="-g"
+OPTFLAGS=$CFLAGS
 if [ $prefix = /usr ]; then
   OPTFLAGS="-O"
@

