head	1.10;
access;
symbols
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2004.02.29.11.46.49;	author pav;	state dead;
branches;
next	1.9;

1.9
date	2004.02.04.05.18.55;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.21.03.09.43;	author linimon;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.07.19.06.41.08;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2003.07.09.05.24.09;	author daichi;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.22.21.52.37;	author erwin;	state Exp;
branches;
next	1.3;

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

1.2
date	2003.05.18.11.33.07;	author kris;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@- Remove stardict2 after repository move to textproc category
@
text
@# Ports collection makefile for:	stardict2
# Date created:			13 April 2003
# Whom:				Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: ports/chinese/stardict2/Makefile,v 1.9 2004/02/04 05:18:55 marcus Exp $
#

PORTNAME=	stardict
PORTVERSION=	2.2.1
PORTREVISION=	2
CATEGORIES=	chinese textproc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTFILES=	stardict-${PORTVERSION}.tar.bz2 \
		stardict-cdict-big5-2.1.0.tar.bz2 \
		stardict-cedict-big5-2.1.0.tar.bz2 \
		stardict-oxford-big5-2.1.0.tar.bz2 \
		stardict-xdict-big5-2.1.0.tar.bz2 \
		stardict-xdict-ce-big5-2.1.0.tar.bz2

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	English-Chinese dictionary

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_BZIP2=	yes
USE_GNOME=	libgnome libgnomeui libbonobo gconf2

MAN1=		stardict.1

post-install:
		${MKDIR} ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-cdict-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-cedict-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-oxford-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.1.0/* ${PREFIX}/share/stardict/dic/

.include <bsd.port.mk>
@


1.9
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@statue@@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@@freebsd.sinica.edu.tw
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.7
log
@libbonobo merge bonoboactivation.

PR:		ports/58608
Submitted by:	maintainer
@
text
@d21 1
a21 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@


1.6
log
@add oxford-big5 dict database.
bump PORTREVISION

PR:		54621
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
@
text
@d30 1
a30 1
USE_GNOME=	libgnome libgnomeui libbonobo bonoboactivation gconf2
@


1.5
log
@update chinese/stardict2: 2.2.0 -> 2.2.1

PR:		54207
Submitted by:	Kuang-che Wu <kcwu@@kcwu.homeip.net>
@
text
@d10 1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		ftp://freebsd.sinica.edu.tw/pub/statue/stardict2/
d17 1
d38 1
@


1.4
log
@Update to 2.2.0

PR:		53511
Submitted by:	Kuang-che Wu <kcwu@@kcwu.homeip.net>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.2.0
@


1.3
log
@o remove all LIB_DEPENDS, replace with USE_GNOME
o add patch files/patch-src::distance.cpp
o add CONFIGURE_ENV for ${LOCALBASE}/{include|lib}
o fix build problem on 5.1

PR:		ports/52199
Submitted by:	maintainer
@
text
@d8 4
a11 4
PORTNAME=	stardict2
PORTVERSION=	2.0.0
CATEGORIES=	chinese
MASTER_SITES=	http://reciteword.cosoft.org.cn/yaoguang/myapps/ \
d13 6
a18 5
DISTFILES=	stardict-${PORTVERSION}.tar.gz \
		stardict-cdict-big5-${PORTVERSION}.tar.bz2 \
		stardict-cedict-big5-${PORTVERSION}.tar.bz2 \
		stardict-xdict-big5-${PORTVERSION}.tar.bz2 \
		stardict-xdict-ce-big5-${PORTVERSION}.tar.bz2
a29 1
WRKSRC=		${WRKDIR}/stardict-${PORTVERSION}
a32 8
do-extract:
		${MKDIR} ${WRKDIR}
		cd ${WRKDIR} && tar zxf ${DISTDIR}/stardict-2.0.0.tar.gz && \
		tar jxf ${DISTDIR}/stardict-cdict-big5-2.0.0.tar.bz2 && \
		tar jxf ${DISTDIR}/stardict-cedict-big5-2.0.0.tar.bz2 && \
		tar jxf ${DISTDIR}/stardict-xdict-big5-2.0.0.tar.bz2 && \
		tar jxf ${DISTDIR}/stardict-xdict-ce-big5-2.0.0.tar.bz2

d35 4
a38 4
		${INSTALL_DATA} ${WRKDIR}/stardict-cdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-cedict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
		${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
@


1.2
log
@BROKEN on 5.1: configure fails
@
text
@a21 11
LIB_DEPENDS=	gnome-2.200:${PORTSDIR}/x11/libgnome \
		gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
		bonobo-2.0:${PORTSDIR}/devel/libbonobo \
		bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Configure fails"
.endif

d23 2
d28 1
d48 1
a48 1
.include <bsd.port.post.mk>
@


1.1
log
@Add stardict2 2.0.0, english-Chinese dictionary.

PR:		51185
Submitted by:	Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d27 6
d56 1
a56 1
.include <bsd.port.mk>
@

