head	1.14;
access;
symbols
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4;
locks; strict;
comment	@# @;


1.14
date	2006.01.14.21.15.45;	author pav;	state dead;
branches;
next	1.13;

1.13
date	2005.10.30.21.29.53;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2005.07.25.21.05.36;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2004.12.23.01.41.11;	author lesi;	state Exp;
branches;
next	1.10;

1.10
date	2004.10.12.18.37.52;	author leeym;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.13.14.44.58;	author trevor;	state Exp;
branches;
next	1.8;

1.8
date	2003.06.04.22.43.21;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.18.11.51.27;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.11.06.26;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.04.19.12.46.56;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.09.21.14.28;	author keith;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.21.15.40.30;	author dirk;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.08.09.23.06;	author keith;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@- Remove expired ports
@
text
@# ex:ts=8
# Ports collection makefile for:	chinput2
# Date created:				11/09/2000
# Whom:					Peng HaiJie   (phj@@cn.freebsd.org)
#
# $FreeBSD: ports/chinese/chinput2/Makefile,v 1.13 2005/10/30 21:29:53 linimon Exp $
#

PORTNAME=	chinput2
PORTVERSION=	1.3.1
CATEGORIES=	chinese x11
MASTER_SITES=	ftp://ftp.cn.freebsd.org/pub/ported/
DISTNAME=	zh-chinput2-1.3.1

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Another Chinese GB2312 and Big5 X11 input server

DEPRECATED=	mastersite disappeared, no longer maintained by author
EXPIRATION_DATE=	2005-12-31

BUILD_DEPENDS=	imake:${X_IMAKE_PORT}

USE_MYSQL=	yes
USE_REINPLACE=	yes
USE_XLIB=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}
PLIST_FILES=	bin/chinput2 bin/add_items etc/chinput2.conf share/${PORTNAME}/README
PLIST_DIRS=	share/${PORTNAME}

post-extract:
	@@${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf

post-patch:
	@@${REINPLACE_CMD} -Ee 's,^((BIN|CONF|DOC_)(DIR|PATH)=)/usr/local,\1${PREFIX},g' \
		${WRKSRC}/util/pydb/Makefile ${WRKSRC}/src/Makefile ${WRKSRC}/Makefile

pre-build:
	@@${RM} -f ${WRKSRC}/src/.depend

pre-install:
	@@${REINPLACE_CMD} -Ee 's,^((BIN|CONF|DOC_)(DIR|PATH)=)/usr/local,\1${PREFIX},g' \
		${WRKSRC}/src/Makefile

post-install:
	@@${ECHO_MSG}
	@@${ECHO_MSG}
	@@${ECHO_MSG} "Please refer to ${PREFIX}/share/chinput2/README for "
	@@${ECHO_MSG} "how to use chinput2,thanks for using this software."
	@@${ECHO_MSG}
	@@${ECHO_MSG} "					-phj@@cn.freebsd.org"
	@@${ECHO_MSG}

.include <bsd.port.mk>
@


1.13
log
@Mark as deprecated: mastersite disappeared.

PR:		ports/88031
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.12
log
@Reset bouncing maintainer address.

Hat:	portmgr
@
text
@d18 3
@


1.11
log
@Add imake build dependency, it is no longer implied by USE_XLIB.

Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	phj@@cn.FreeBSD.org
@


1.10
log
@- unbreak this port
- utilize USE_MYSQL and ECHO_MSG
- replace pkg-plist with PLIST_FILES/PLIST_DIRS

PR:		71888
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d18 2
@


1.9
log
@Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
@
text
@d18 2
a19 3
BUILD_DEPENDS=	mysql:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS=	mysql:${PORTSDIR}/databases/mysql323-client

a20 1

d22 2
d25 2
a26 1
.include <bsd.port.pre.mk>
d28 10
a37 6
.if ${OSVERSION} >= 500113
BROKEN=         "Does not build"
.endif

post-extract:
	${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf
d40 7
a46 7
	@@echo
	@@echo
	@@echo "Please refer to /usr/local/share/chinput2/README for "
	@@echo "how to use chinput2,thanks for using this software."
	@@echo
	@@echo "					-phj@@cn.freebsd.org"
	@@echo
d48 1
a48 1
.include <bsd.port.post.mk>
@


1.8
log
@Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
@
text
@d32 1
a32 1
	find ${WRKSRC} -name CVS | xargs ${RM} -rf
@


1.7
log
@BROKEN on 5.1: does not build
@
text
@d21 4
a29 4

USE_XLIB=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
@


1.6
log
@De-pkg-comment.
@
text
@d21 6
d43 1
a43 1
.include <bsd.port.mk>
@


1.5
log
@upgrade to 1.3.1

PR:		37220
Submitted by:	maintainer
@
text
@d16 1
@


1.4
log
@Upgrade to 1.2.1.

PR:		ports/24861
Submitted by:	Peng HaiJie <phj@@cn.FreeBSD.org> (MAINTAINER)
@
text
@d6 1
a6 1
# $FreeBSD: ports/chinese/chinput2/Makefile,v 1.3 2001/01/21 15:40:30 dirk Exp $
d10 1
a10 1
PORTVERSION=	1.2.1
d13 1
a13 1
DISTNAME=	zh-chinput2-1.2.1
@


1.3
log
@Switch from mysql322-{client,server} to mysql323-{client,server}.

mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
@
text
@d6 1
a6 1
# $FreeBSD: ports/chinese/chinput2/Makefile,v 1.2 2000/12/08 09:23:06 keith Exp $
d10 1
a10 1
PORTVERSION=	1.0
d13 1
a13 1
DISTNAME=	zh-chinput2-1.0
@


1.2
log
@Add USE_XLIB=yes.

Reported by:	bento
@
text
@d6 1
a6 1
# $FreeBSD: ports/chinese/chinput2/Makefile,v 1.1 2000/12/02 16:31:57 vanilla Exp $
d17 2
a18 2
BUILD_DEPENDS=	mysql:${PORTSDIR}/databases/mysql322-client
RUN_DEPENDS=	mysql:${PORTSDIR}/databases/mysql322-client
@


1.1
log
@Add chinput2, it's a Chinese QuanPin X input server.

PR:		ports/22731
Submitted by:	Peng HaiJie <phj@@cn.freebsd.org>
@
text
@d6 1
a6 1
# $FreeBSD$
d19 2
@

