head	1.10;
access;
symbols
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2006.12.04.13.10.27;	author vd;	state dead;
branches;
next	1.9;

1.9
date	2006.09.10.12.49.48;	author rafan;	state Exp;
branches;
next	1.8;

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

1.7
date	2006.07.14.05.25.26;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2006.02.23.10.34.54;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.15.06.48.11;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.27.06.42.02;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.05.21.47.23;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.05.20.40.23;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.13.22.36.15;	author pav;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove expired ports:
2006-12-01 audio/xmms-rateplug: Project disappeared from the internet
2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem)
2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build
2006-12-01 devel/alleyoop: Does not compile
2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating
2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14
2006-12-01 emulators/basiliskII: Does not compile
2006-12-01 emulators/vmware-tools2: Unfetchable
2006-12-01 emulators/vmware2: Unfetchable
2006-12-03 finance/ccard: Project disappeared from the internet
@
text
@# New ports collection makefile for:	iiimf-le-chewing
# Date created:		8 Sep 2004
# Whom:			Kuang-che Wu <kcwu@@csie.org>
#
# $FreeBSD: ports/chinese/iiimf-le-chewing/Makefile,v 1.9 2006/09/10 12:49:48 rafan Exp $
#

PORTNAME=	iiimf-le-chewing
PORTVERSION=	0.0.2
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	chinese textproc
MASTER_SITES=	http://chewing.csie.net/download/iiimf/
DISTNAME=	${PORTNAME:C/-le-/-/}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	IIIMF Chewing engine, an intelligent Chinese phonetic input method

BROKEN=		fails to install (dependency problem)
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2006-12-01

LIB_DEPENDS=	chewing.2:${PORTSDIR}/chinese/libchewing
RUN_DEPENDS=	iiimd:${PORTSDIR}/textproc/iiimf-server

USE_XLIB=	yes
USE_ICONV=	yes
GNU_CONFIGURE=	yes
CPPFLAGS=	-I${LOCALBASE}/include
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"

.include <bsd.port.mk>
@


1.9
log
@- Drop maintainership due to no active use of these ports

Submitted by:	Kuang-che Wu (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Schedule these broken ports for termination on 2006-12-01
@
text
@d16 1
a16 1
MAINTAINER=	kcwu@@csie.org
@


1.7
log
@Mark broken due to dependency problem.
@
text
@d20 2
@


1.6
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d19 2
@


1.5
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
a10 1
PORTREVISION=	1
a23 1
USE_AUTOTOOLS=	libtool:15
@


1.4
log
@- fix dependency

PR:		81542
Submitted by:	Kuang-che Wu (maintainer)
@
text
@d24 1
a24 1
USE_LIBTOOL_VER=15
@


1.3
log
@- update the URLs in MASTER_SITES and pkg-descr
- upgrade to 0.0.2

Approved by:	kcwu
@
text
@d10 1
d20 1
a20 2
BUILD_DEPENDS=	${LOCALBASE}/include/iiimf/iml/SunIM.h:${PORTSDIR}/textproc/iiimf-headers
RUN_DEPENDS=	${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
@


1.2
log
@- chase libchewing-0.2.6
@
text
@d9 2
a10 1
PORTVERSION=	0.01
d12 2
a13 2
MASTER_SITES=	http://wagner.elixus.org/~clkao/
DISTFILES=	iiimf-chewing.tgz
d22 1
a22 1
WRKSRC=		${WRKDIR}/trunk
d24 4
a27 10

do-build:
	cd ${WRKSRC} && \
	${CC} ${CFLAGS} -o chewing.so -shared -fPIC -DARCH=\"${MACHINE_ARCH}\" \
	-I${LOCALBASE}/include -I${LOCALBASE}/include/iiimf -I${LOCALBASE}/include/iiimf/iml -I${LOCALBASE}/include/chewing \
	chewing.c -L${LOCALBASE}/lib -lchewing -liconv

do-install:
	${MKDIR} ${PREFIX}/lib/im/leif
	${INSTALL_DATA} ${WRKSRC}/chewing.so ${PREFIX}/lib/im/leif
@


1.1
log
@Add iiimf-le-chewing, an Intelligent Chinese Phonetic Input Method for UNIX.

PR:		ports/72624
Submitted by:	Kuang-che Wu <kcwu@@csie.org>
@
text
@d17 1
a17 1
LIB_DEPENDS=	chewing.1:${PORTSDIR}/chinese/libchewing
@

