head	1.27;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.25
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.22
	RELEASE_8_0_0:1.21
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.19
	RELEASE_6_4_0:1.19
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.15
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.27
date	2012.11.17.05.54.58;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.06.01.05.16.40;	author dinoex;	state Exp;
branches;
next	1.25;

1.25
date	2011.09.23.22.21.25;	author amdmi3;	state Exp;
branches;
next	1.24;

1.24
date	2011.07.20.22.09.52;	author lx;	state Exp;
branches;
next	1.23;

1.23
date	2010.03.28.06.31.55;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2010.02.05.11.34.49;	author dinoex;	state Exp;
branches;
next	1.21;

1.21
date	2009.08.22.00.15.07;	author amdmi3;	state Exp;
branches;
next	1.20;

1.20
date	2009.07.31.13.49.27;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2008.06.06.13.14.36;	author edwin;	state Exp;
branches;
next	1.18;

1.18
date	2007.05.19.20.00.48;	author flz;	state Exp;
branches;
next	1.17;

1.17
date	2007.04.30.18.36.35;	author lx;	state Exp;
branches;
next	1.16;

1.16
date	2007.03.14.07.47.32;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2006.10.14.08.53.48;	author marcus;	state Exp;
branches;
next	1.14;

1.14
date	2005.11.10.17.00.23;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2005.11.05.05.20.23;	author marcus;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.03.07.58.19;	author nork;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.15.13.21.14;	author nork;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.30.06.20.19;	author nork;	state Exp;
branches;
next	1.9;

1.9
date	2005.05.10.14.57.22;	author nork;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.12.10.52.40;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2005.03.07.08.26.43;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.20.15.25.44;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2004.11.07.22.36.02;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2004.10.18.21.35.10;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.22.12.33.49;	author arved;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.27
log
@Switch exporter over
@
text
@# New ports collection makefile for:    zh-scim-tables
# Date created:		22 May 2004
# Whom:			Jie Gao	<gaoj@@cpsc.ucalgary.ca>
#
# $FreeBSD: head/chinese/scim-tables/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	scim-tables
PORTVERSION=	0.5.10
PORTREVISION=	1
CATEGORIES=	chinese
MASTER_SITES=	SF/scim/${PORTNAME}/${PORTVERSION}

MAINTAINER=	lx@@FreeBSD.org
COMMENT=	SCIM table based Chinese input methods

BUILD_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
RUN_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.pre.mk>

CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__

CONFIGURE_ENV+=	SCIM_DATADIR=${PREFIX}/share/scim \
		SCIM_ICONDIR=${PREFIX}/share/scim/icons
LDFLAGS+=	-L${LOCALBASE}/lib -lintl

CONFIGURE_ARGS+=	--disable-skim-support

post-install:
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO}
	@@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
	@@${ECHO}

.include <bsd.port.post.mk>
@


1.26
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.25
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
@


1.24
log
@Update scim-tables ports to 0.5.10. Appease portlint.
@
text
@d26 1
a26 2
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lintl" \
		SCIM_DATADIR=${PREFIX}/share/scim \
d28 1
@


1.23
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.5.7
PORTREVISION=	5
d17 1
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d24 3
a26 2
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
		LDFLAGS="-L${LOCALBASE}/lib -lintl" \
@


1.22
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.21
log
@- Switch SourceForge ports to the new File Release System: categories starting with B,C
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.20
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim
@


1.19
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.18
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.17
log
@Update to 0.57, remove cruft, honor PREFIX, take maintainership.

Approved by:	edwin (mentor)
@
text
@d10 1
@


1.16
log
@Reset gaoj@@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d9 1
a9 2
PORTVERSION=	0.5.4
PORTREVISION=	3
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d25 6
a30 3
.if ${OSVERSION} < 500035
BROKEN=		"No working scim-make-table command on 4.x. Install textproc/scim-table-imengine for details"
.endif
@


1.15
log
@Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
@
text
@d15 1
a15 1
MAINTAINER=	gaoj@@cpsc.ucalgary.ca
@


1.14
log
@- Install forgotten icon file

PR:		ports/88638
Submitted by:	Jie Gao <gaoj@@cpsc.ucalgary.ca> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
a20 1
USE_X_PREFIX=	yes
@


1.13
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d10 1
a10 1
PORTREVISION=	1
d28 1
a28 1
BROKEN=		No working scim-make-table command on 4.x. Install textproc/scim-table-imengine for details
@


1.12
log
@Update to 0.5.4.

Approved by:	Jie Gao <gaoj@@cpsc.ucalgary.ca> (maintainer)
Reviewed by:	Jie Gao <gaoj@@cpsc.ucalgary.ca> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	0
@


1.11
log
@SCIM updated to 1.4.2.
o Update scim 1.4.2. [1]
o Update skim 1.4.2. [1]
o Update scim-uim 0.1.4. [2]
o Bump PORTREVISION in scim related ports.

Approved by:	Jie Gao <gaoj@@cpsc.ucalgary.ca> [1]
Approved by:	Seiya Yanagita <s_yanagita@@ybb.ne.jp> [2]
@
text
@d9 2
a10 2
PORTVERSION=	0.5.1
PORTREVISION=	4
@


1.10
log
@o Update to 1.4.0.
o Chase bump libversion to slave ports .

PR:		ports/84247
Submitted by:	Jie Gao <gaoj@@cpsc.ucalgary.ca> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.9
log
@o Update
  ports/textproc/scim 1.2.0 --> 1.2.2
  ports/textproc/skim 1.2.0 --> 1.2.2
o Chase scim's library bump.

PR:		ports/80848
Submitted by:	Jie Gao <gaoj@@cpsc.ucalgary.ca> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.8
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.7
log
@- update to 0.5.1, use scim-table-imengine now

PR:		78266
Submitted by:	Jie Gao (maintainer)
@
text
@d10 1
@


1.6
log
@Remove dead master site and update WWW.

PR:		ports/76476
Submitted by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.4.3
PORTREVISION=	1
d17 1
a17 1
BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
d27 1
a27 1
BROKEN=		scim-make-table is not available for 4.x
@


1.5
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://freedesktop.org/~suzhe/sources/
@


1.4
log
@Upgrade textproc/scim and related ports:
  textproc/scim         0.99.6 --> 1.0.0
  chinese/scim-chinese  0.4.1  --> 0.4.2
  chinese/scim-tables   0.4.1  --> 0.4.3
  korean/scim-tables    0.4.1  --> 0.4.3
  japanese/scim-tables  0.4.1  --> 0.4.3
  textproc/skim         0.9.5  --> 1.0.0

Pet portlint.

PR:		ports/71919
Submitted by:	maintainer.
@
text
@d10 1
@


1.3
log
@Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6
Update dependants:
  textproc/skim         0.9.4 --> 0.9.5
  chinese/scim-chinese  0.4.0 --> 0.4.1
  chinese/scim-tables   0.4.0 --> 0.4.1
  korean/scim-tables    0.4.0 --> 0.4.1
  japanese/scim-tables  0.4.0 --> 0.4.1

PR:		70501
Submitted by:	Jie Gao <gaoj@@cpsc.ucalgary.ca>
@
text
@d9 1
a9 1
PORTVERSION=	0.4.1
d34 1
a34 1
	@@${ECHO} To display this message again, type \`make post-install\'
@


1.2
log
@1: Make scim buildable on 4-X.
2: Add sf.net to MASTER_SITE.
3: make other ports BROKEN on 4-X.

PR:		ports/70326
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
@


1.1
log
@Add scim-tables 0.4.0, SCIM table based Chinese input methods.

PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@@cpsc.ucalgary.ca>
Somepart by:	me
@
text
@d11 3
a13 1
MASTER_SITES=	http://freedesktop.org/~suzhe/sources/
d25 6
d37 1
a37 1
.include <bsd.port.mk>
@

