head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.05.54.58;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.01.05.16.40;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.23.22.21.25;	author amdmi3;	state Exp;
branches;
next	1.16;

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

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

1.14
date	2009.08.22.00.15.07;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2009.07.31.13.49.28;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.06.13.14.37;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.19.17.47.03;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2008.03.02.08.25.04;	author linimon;	state Exp;
branches;
next	1.9;

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

1.8
date	2007.07.05.07.21.21;	author beech;	state Exp;
branches;
next	1.7;

1.7
date	2007.05.19.20.00.48;	author flz;	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.03.12.10.51.55;	author marcus;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.19
log
@Switch exporter over
@
text
@# Ports collection makefile for:	srecite
# Date created:				28 Oct 2004
# Whom:					hamigua <hamigua@@cuc.cn>
#
# $FreeBSD: head/chinese/srecite/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	srecite
PORTVERSION=	0.6.2
PORTREVISION=	11
CATEGORIES=	chinese textproc
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/SRecite-${PORTVERSION}
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
		wordbooks-utf8.tar.gz
EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
		wordbooks-utf8.tar.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tool for the Chinese people to study foreign language

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=	-I${LOCALBASE}/include
USE_GMAKE=	yes
USE_GNOME=	gnomehack gnomeprefix libgnomeui

WORDBOOKS_PATH=	${PREFIX}/share/${PORTNAME}/wordbooks

post-install:
	cd ${WRKDIR}/wordbooks && ${INSTALL_DATA} * ${WORDBOOKS_PATH}
	${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${PREFIX}/share/applications

.include <bsd.port.mk>
@


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


1.17
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
a10 1
PORTREVISION=	10
@


1.16
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d22 2
a23 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
@


1.15
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	9
@


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


1.13
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


1.12
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=	7
@


1.11
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	6
@


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

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	5
a24 1
USE_X_PREFIX=	yes
@


1.9
log
@Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
@
text
@d18 1
a18 1
MAINTAINER=	relaxbsd@@gmail.com
@


1.8
log
@- Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@@gmail.com> (maintainer)
Approved by:	sat (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	4
d28 1
a28 1
WORDBOOKS_PATH=	${PREFIX}/share/gnome/${PORTNAME}/wordbooks
d32 1
a32 1
	${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${PREFIX}/share/gnome/applications
@


1.7
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d18 1
a18 1
MAINTAINER=	liu_yinghong@@yahoo.com.cn
@


1.6
log
@remove USE_REINPLACE for all ports with categories starting with C
@
text
@d10 1
a10 1
PORTREVISION=	3
@


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

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


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


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


1.2
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add srecite, a educational tool helps Chinese people learning
foreign language.
@
text
@d10 1
@

