head	1.24;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.24
date	2012.11.17.05.54.58;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.11.02.18.50.04;	author delphij;	state Exp;
branches;
next	1.22;

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

1.21
date	2011.10.06.23.55.00;	author delphij;	state Exp;
branches;
next	1.20;

1.20
date	2011.08.01.04.29.39;	author bapt;	state dead;
branches;
next	1.19;

1.19
date	2011.06.16.14.37.06;	author bapt;	state Exp;
branches;
next	1.18;

1.18
date	2010.05.31.01.57.39;	author ade;	state Exp;
branches;
next	1.17;

1.17
date	2010.03.28.06.31.54;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2010.02.05.11.34.49;	author dinoex;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.31.13.49.27;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.13.14.36;	author edwin;	state Exp;
branches;
next	1.13;

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

1.12
date	2007.07.29.10.44.56;	author rafan;	state Exp;
branches;
next	1.11;

1.11
date	2007.07.29.10.27.51;	author rafan;	state Exp;
branches;
next	1.10;

1.10
date	2007.07.28.15.20.01;	author rafan;	state Exp;
branches;
next	1.9;

1.9
date	2007.07.05.07.21.20;	author beech;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.00.47;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.10.19.18.14;	author clive;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.03.23.38.33;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2006.04.29.13.40.39;	author clive;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.05.05.19.07;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.10.17.45.25;	author novel;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.12.10.51.55;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.09.05.46.51;	author clive;	state Exp;
branches;
next	;


desc
@@


1.24
log
@Switch exporter over
@
text
@# Created by: hamigua <hamigua@@cuc.cn>
# $FreeBSD: head/chinese/reciteword/Makefile 306879 2012-11-02 18:50:04Z delphij $

PORTNAME=	reciteword
PORTVERSION=	0.8.5
CATEGORIES=	chinese
MASTER_SITES=	SF:src \
		SF/${PORTNAME}/${PORTNAME}-books/${PORTVERSION}:books \
		SF/${PORTNAME}/${PORTNAME}-dicts/0.8.2:dicts
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2:src \
		${PORTNAME}-books-${PORTVERSION}.tar.bz2:books \
		${PORTNAME}-dicts-0.8.2.tar.bz2:dicts

MAINTAINER=	delphij@@FreeBSD.org
COMMENT=	Education software to help people to study English

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_GNOME=	gtk20 esound
USE_GMAKE=	yes
CPPFLAGS+=	"-I${LOCALBASE}/include"

PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README TODO readme.txt

XTRACT_AFTER_ARGS+=	--exclude CVS

.include <bsd.port.options.mk>

LIB_DEPENDS+=	espeak:${PORTSDIR}/audio/espeak

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' ${WRKSRC}/src/readword.cpp

post-install:
	@@${MKDIR} ${DATADIR}
	(cd ${WRKDIR}/ && ${COPYTREE_SHARE} "books dicts" ${DATADIR})
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.23
log
@SVN rev 306879 on 2012-11-02 18:50:04Z by delphij

Update to 0.8.5.

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.22
log
@- update png to 1.5.10
@
text
@d1 1
a1 4
# Ports collection makefile for:	reciteword
# Date created:			1 November 2004
# Whom:				hamigua <hamigua@@cuc.cn>
#
a2 1
#
d5 1
a5 2
PORTVERSION=	0.8.4
PORTREVISION=	1
d27 1
a27 1
OPTIONS=	RPTTS "With Real People TTS" off
d29 1
a29 1
.include <bsd.port.pre.mk>
d31 1
a31 3
.if defined(WITH_RPTTS)
RUN_DEPENDS+=	${LOCALBASE}/share/WyabdcRealPeopleTTS/a/a.wav:${PORTSDIR}/textproc/stardict2-rptts
.endif
d38 1
a38 1
	(cd ${WRKDIR}/ && ${COPYTREE_SHARE} "books dicts" ${DATADIR} "! ( -type d -a -name CVS )")
d46 1
a46 1
.include <bsd.port.post.mk>
@


1.21
log
@Add reciteword back and update it to 0.8.4.
@
text
@d10 1
@


1.20
log
@Bye bye abandonwares (part 2)

2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile
2011-08-01 databases/sybase_ase: no more public distfiles available
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/reciteword/Makefile,v 1.19 2011/06/16 14:37:06 bapt Exp $
d9 1
a9 2
PORTVERSION=	0.8.3
PORTREVISION=	8
d11 6
a16 5
MASTER_SITES=	http://reciteword.cosoft.org.cn/reciteword/download/ \
		ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2 \
		${PORTNAME}-books-${PORTVERSION}.tar.bz2 \
		${PORTNAME}-dicts-0.8.2.tar.bz2
d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
a20 3
DEPRECATED=	Looks like an abandonware, no more public distfile
EXPIRATION_DATE=	2011-08-01

d22 1
a22 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
d26 2
@


1.19
log
@Another bunch of deprecation: no more public distfiles and/or abandonware
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d21 3
@


1.17
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.16
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.15
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.14
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=	4
@


1.13
log
@Reset relaxbsd@@gmail.com due to maintainer-timeouts.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.12
log
@- Correctly quote arguments for COPYTREE_* macro
@
text
@d18 1
a18 1
MAINTAINER=	relaxbsd@@gmail.com
@


1.11
log
@- Fix build

Pointy hat to:	rafan
@
text
@d43 1
a43 1
	(cd ${WRKDIR}/ && ${COPYTREE_SHARE} books dicts ${DATADIR} "! -type d -name CVS")
@


1.10
log
@- Our make(1) works fine with this port, so remove USE_GMAKE
- This port can be built with GCC 4.x, so remove USE_GCC
- Remove USE_X_PREFIX (it does not directly rely on xlib)
- Install additional documents
- Use COPYTREE_SHARE instead of TAR
- Use DATADIR

PR:		ports/114944
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com> (maintainer)
@
text
@d43 1
a43 1
	(cd ${WRKDIR}/ && ${COPYTREE_SHARE} books dicts ${DATADIR} "! -type d -name CVS"
@


1.9
log
@- Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@@gmail.com> (maintainer)
Approved by:	sat (mentor)
@
text
@a16 3
EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}.tar.bz2 \
		${PORTNAME}-books-${PORTVERSION}.tar.bz2 \
		${PORTNAME}-dicts-0.8.2.tar.bz2
a23 3
USE_GMAKE=	yes
USE_GCC=	3.4
USE_X_PREFIX=	yes
d28 2
a37 2
RECITE_DATADIR=	${PREFIX}/share/${PORTNAME}

d42 8
a49 4
	(cd ${WRKDIR}; ${TAR} -cf - books) | \
	${TAR} --exclude CVS -xf - -C ${RECITE_DATADIR} ; \
	(cd ${WRKDIR}; ${TAR} -cf - dicts) | \
	${TAR} --exclude CVS -xf - -C ${RECITE_DATADIR}
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d21 1
a21 1
MAINTAINER=	liu_yinghong@@yahoo.com.cn
@


1.7
log
@Update to 0.8.3

Submitted by:	MAINTAINER
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.6
log
@remove USE_REINPLACE for all ports with categories starting with C
@
text
@d9 1
a9 1
PORTVERSION=	0.8.2
d12 2
a13 1
MASTER_SITES=	http://reciteword.cosoft.org.cn/reciteword/download/
d16 1
a16 1
		${PORTNAME}-dicts-${PORTVERSION}.tar.bz2
d19 1
a19 1
		${PORTNAME}-dicts-${PORTVERSION}.tar.bz2
a23 3
USE_ICONV=	yes
NO_PACKAGE=	bsdtar can not handle utf-8 path name correctly under certain circumstance

d31 12
a42 1
USE_GNOME=	gnomehack gnomeprefix libgnomeui
d44 2
a45 1
RECITE_DATADIR=	${PREFIX}/share/gnome/${PORTNAME}
d48 1
a48 1
	((cd ${WRKDIR}; ${TAR} -cf - books) | \
a49 1
	${MV} ${RECITE_DATADIR}/books ${RECITE_DATADIR}/books.EUC-CN)
a51 5
	${SETENV} PKG_PREFIX=${PREFIX} RECITE_DATADIR=${RECITE_DATADIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@@${FIND} ${RECITE_DATADIR} -not -type d | \
	${SED} -e 's,^${PREFIX}/,,g' >> ${TMPPLIST}
	@@${FIND} ${RECITE_DATADIR} -type d | \
	${SED} -e 's,^${PREFIX}/,@@dirrm ,g' | ${SORT} -r >> ${TMPPLIST}
d53 1
a53 1
.include <bsd.port.mk>
@


1.5
log
@Replace hamigua's MAINTAINER emails to a unified one.

Submitted by:	MAINTAINER via IM.
@
text
@a33 1
USE_REINPLACE=	yes
@


1.4
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d20 1
a20 1
MAINTAINER=	hamigua@@cuc.cn
@


1.3
log
@Fix MASTER_SITES.

PR:		87211
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d12 1
a12 1
MASTER_SITES=	http://reciteword.cosoft.org.cn/yaoguang/myapps/
@


1.1
log
@Add reciteword, an education software to help people to study English.

PR:		ports/73687
Submitted by:	hamigua <hamigua at cuc.cn>
@
text
@d10 1
@

