head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.29.12.42.01;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.28.17.36.44;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.19.17.46.59;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.00.41;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2007.03.18.06.12.20;	author rafan;	state Exp;
branches;
next	1.7;

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

1.6
date	2005.07.25.21.58.05;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2005.05.06.15.38.06;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.01.04.51.24;	author vanilla;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.11.06.08.56.44;	author clive;	state Exp;
branches;
next	1.1;

1.1
date	2004.09.03.15.53.09;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	firefly TrueType Font
# Date created:		2 Sep 2004
# Whom:			Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: head/chinese/fireflyttf/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	fireflyttf
PORTVERSION=	1.3.0
PORTREVISION=	3
CATEGORIES=	chinese x11-fonts
MASTER_SITES?=	http://firefly.idv.tw/apt/firefly-font/ \
		http://www.study-area.org/apt/firefly-font/
DISTNAME?=	fireflysung-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Firefly TrueType Font is combine of two arphic sung fonts

CONFLICTS=	zh-opendesktop-fonts-*

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}
OPTIONS_DEFINE=	LGJ_FONT X11
OPTIONS_DEFAULT=	LGJ_FONT X11
LGJ_FONT_DESC=	Patch for Taiwan horn

TTF=		fireflysung.ttf

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MLGJ_FONT}
PKGNAMESUFFIX+=	-LGJ
MASTER_SITES=	http://edt1023.sayya.org/fonts/
DISTNAME=	fireflysung-1.3.0p1
.endif

.if ${PORT_OPTIONS:MX11}
PLIST_SUB+=	X11=""
.else
PLIST_SUB+=	X11="@@comment "
.endif

post-extract:
.if ${PORT_OPTIONS:MLGJ_FONT}
	@@${TAR} -C ${WRKSRC} -zxf ${DISTDIR}/fireflysung-1.3.0p1.tar.gz \
		fireflysung-1.3.0p1/fireflysung.ttf
	@@${MV} ${WRKSRC}/fireflysung-1.3.0p1/fireflysung.ttf  ${WRKSRC}
	@@${RM} -rf ${WRKSRC}/fireflysung-1.3.0p1
.else
	${DO_NADA}
.endif

do-install:
	${MKDIR} ${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/${TTF} ${FONTSDIR}
	${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${FONTSDIR}
.if ${PORT_OPTIONS:MX11}
	${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${LOCALBASE}/etc/fonts/local.conf
.endif

.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include <bsd.port.post.mk>
@


1.12
log
@Convert to new option framework
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d23 3
a25 1
OPTIONS=	LGJ_FONT "Patch for Taiwan horn" on
d31 1
a31 2
.if defined(WITHOUT_LGJ_FONT)
.else
d37 1
a37 1
.if !defined(WITHOUT_X11)
d44 1
a44 3
.if defined(WITHOUT_LGJ_FONT)
	@@${DO_NADA}
.else
d49 2
d57 1
a57 1
.if !defined(WITHOUT_X11)
@


1.10
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
@d16 1
a16 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.9
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d57 1
a57 1
	${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${X11BASE}/etc/fonts/local.conf
@


1.8
log
@- Add CONFLICTS since opendesktop-fonts have duplicate font face with
  fireflyttf

Approved by:	chinsan (maintainer, implicit)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.7
log
@- Add LGJ_FONT KNOB (Patch for Taiwanhorn) as default option
- Take maintainership

PR:		ports/104539
Submitted by:	chinsan@@
@
text
@d10 1
a10 1
PORTREVISION=	1
d19 2
@


1.6
log
@Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:	portmgr
@
text
@d10 1
d12 1
a12 1
MASTER_SITES=	http://firefly.idv.tw/apt/firefly-font/ \
d14 1
a14 1
DISTNAME=	fireflysung-${PORTVERSION}
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d21 1
d25 9
d40 10
a57 1
.include <bsd.port.pre.mk>
@


1.5
log
@Add more MASTER_SITES.

PR:		ports/80701
Submitted by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@


1.4
log
@update to 1.3.0.

PR:		ports/80493
Submitted by:	maintainer
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.study-area.org/apt/firefly-font/
@


1.3
log
@- add chinese/Makefile.ttf to control install/deinstall process of all
  TrueType fonts in chinese/*ttf
- update related Makefile(s) and remove pkg-{install,pkg-deinstall,pkg-plist}
- relocate non-font files to DATADIR or DOCSDIR
- fix "unable to reomve fonts from gscjk" problem in ttfm.sh and gscjk.ttfm
- update chinese/zh-fireflyttf to 1.2.6 [1]

PR:		[1] 77438
Submitted by:	leeym
Approved by:	statue at freebsd.sinica.edu.tw
@
text
@d9 1
a9 2
PORTVERSION=	1.2.6
PORTREVISION=	0
d12 1
a12 2
DISTNAME=	fireflysung.ttf
EXTRACT_SUFX=	.gz
d18 1
a18 2
WRKSRC=		${WRKDIR}
EXTRACT_AFTER_ARGS=	> ${DISTNAME}
d20 1
a20 1
TTF=		${DISTNAME}
@


1.2
log
@Distfile updated for more embedded bitmaps.

PR:		ports/73602
Submitted by:	MAINTAINER
@
text
@d9 2
a10 2
PORTVERSION=	1.1.0
PORTREVISION=	1
a18 5
BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
		ttfm.sh:${PORTSDIR}/chinese/ttfm
RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
		ttfm.sh:${PORTSDIR}/chinese/ttfm

a20 3
USE_XLIB=	yes
FONTDIR=	${PREFIX}/share/fonts/TrueType
XFONTDIR=	${X11BASE}/lib/X11/fonts/TrueType
d23 7
a29 1
.include <bsd.port.pre.mk>
d32 4
a35 7
	@@${MKDIR} ${FONTDIR}
	@@${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${FONTDIR}
	@@${ECHO_MSG} "===> Running ttfm.sh"
	-@@${PREFIX}/bin/ttfm.sh --add xttfm ${DISTNAME}
	@@${ECHO_MSG} "===> Running fc-cache"
	-@@${X11BASE}/bin/fc-cache -f -v ${XFONTDIR}
	${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${FONTDIR}
d37 1
d39 2
@


1.1
log
@add fireflyttf 1.1.0
Firefly TrueType Font is combine of two arphic sung fonts

PR:		71332
Submitted by:	statue <statue@@freebsd.netlab.cse.yzu.edu.tw>
@
text
@d10 1
@

