head	1.10;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2013.03.21.13.29.41;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2013.03.02.13.44.41;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2013.02.23.14.56.40;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.05.54.55;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.05.10.34.40;	author lwhsu;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.15.06.00.05;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2011.01.09.11.13.35;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.28.17.36.43;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.03.11.10.34;	author chinsan;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.03.09.45.08;	author chinsan;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314755
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: chinsan
# $FreeBSD: head/chinese/CNS11643-font/Makefile 314755 2013-03-20 19:08:49Z lwhsu $

PORTNAME=	CNS11643-font
PORTVERSION=	98.1
PORTREVISION=	2
CATEGORIES=	chinese x11-fonts
MASTER_SITES=	http://www.cns11643.gov.tw/AIDB/file.do?path=download/%E5%AD%97%E5%9E%8B%E4%B8%8B%E8%BC%89%601q%60%E5%85%A8%E5%AD%97%E5%BA%AB%E6%AD%A3%E6%A5%B7%E9%AB%94/name/:kai \
		http://www.cns11643.gov.tw/AIDB/file.do?path=download/%E5%AD%97%E5%9E%8B%E4%B8%8B%E8%BC%89%601q%60%E5%85%A8%E5%AD%97%E5%BA%AB%E6%AD%A3%E5%AE%8B%E9%AB%94/name/:sung
DISTFILES=	TW-Kai-98_1.ttf:kai TW-Sung-98_1.ttf:sung
EXTRACT_ONLY=

MAINTAINER=	lhd@@cs.nctu.edu.tw
COMMENT=	A combine of Kai and Sung with CNS11643 TrueType Fonts

LICENSE=	CC_BY-ND_3.0_TW
LICENSE_NAME=	Creative Commons Attribution-NoDerivs 3.0 Taiwan License
LICENSE_TEXT=	Description of the license can be obtained from the following URL: http://creativecommons.org/licenses/by-nd/3.0/tw/
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

TTF=		TW-Kai-98_1.ttf TW-Sung-98_1.ttf

do-install:
	@@${MKDIR} ${FONTSDIR}
.for f in ${TTF}
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${FONTSDIR}
.endfor

post-install:
	@@${ECHO_CMD} "*******************************************************************************"
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_CMD} "*******************************************************************************"

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


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313182
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 6
# New ports collection makefile for:	CNS11643-font
# Date created:		2009/01/03
# Whom:			chinsan
#
# $FreeBSD: head/chinese/CNS11643-font/Makefile 313182 2013-03-02 03:55:25Z eadler $
#
d6 1
a6 1
PORTREVISION=	1
d21 1
a21 1
DIST_SUBDIR=	${PORTNAME}
a24 2
BROKEN=		checksum mismatch

d29 3
a31 2
	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-98_1.ttf ${FONTSDIR}
	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-98_1.ttf ${FONTSDIR}
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312814
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d5 1
a5 1
# $FreeBSD: head/chinese/CNS11643-font/Makefile 312814 2013-02-23 14:04:32Z miwi $
d23 1
a23 1
LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
@


1.7
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/chinese/CNS11643-font/Makefile 302104 2012-08-05 10:34:40Z lwhsu $
d29 2
@


1.6
log
@SVN rev 302104 on 2012-08-05 10:34:40Z by lwhsu

- Add copyright notice in pkg-message
- Remove RESTRICTED form Makefile
- Add LICENSE* and  show pkg-message after install
- Change distinfo for official font files with built-in license text
- Refine pkg-descr
- Bump PORTREVISION

PR:		ports/169596
Submitted by:	Hung-te Liang <lhd@@cs.nctu.edu.tw> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 98.1
- Pass maintainership to submitter
- Change MASTER_SITES
- Redefine with EXTRACT_ONLY instead of do-extract

PR:		ports/169059
Submitted by:	Hung-te Liang <lhd@@cs.nctu.edu.tw>
@
text
@d10 1
d20 5
a27 1
RESTRICTED=	No redistribution or commercial use is allowed.
d36 5
@


1.4
log
@- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
@
text
@d9 1
a9 1
PORTVERSION=	95.1.3
d11 4
a14 3
MASTER_SITES=	LOCAL/chinsan/fonts/ \
		http://www.cns11643.gov.tw/cns11643/images/ttf/
DISTFILES=	TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
a22 1
RESTRICTED=	"No redistribution or commercial use is allowed."
d24 1
a24 4
TTF=		TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf

do-extract:
	@@${MKDIR} ${WRKDIR}
d28 2
a29 2
	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-95_1_3.ttf ${FONTSDIR}
	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-95_1_3.ttf ${FONTSDIR}
@


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

Hat:		portmgr
@
text
@a12 1
PKGNAMEPREFIX=	zh-
@


1.2
log
@- Add chinese/CNS11643-font's RESTRICTED
- fix build
@
text
@d16 1
a16 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.1
log
@Add CNS11643-font, a combine of Kai and Sung with CNS11643 TrueType Fonts.

WWW: http://www.cns11643.gov.tw/web/
@
text
@d22 1
d26 3
d31 2
a32 2
	${INSTALL_DATA} ${WRKDIR}/TW-Kai-95_1_3.ttf ${FONTSDIR}
	${INSTALL_DATA} ${WRKDIR}/TW-Sung-95_1_3.ttf ${FONTSDIR}
@

