Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Jul 2012 17:55:46 +0800 (CST)
From:      Hung-te Liang <lhd@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@FreeBSD.org
Subject:   ports/169596: [MAINTAINER] chinese/CNS11643-font: remove RESITRCTED for license change
Message-ID:  <20120702095546.1ED522E024@BBS.LHD.tw>
Resent-Message-ID: <201207021020.q62AK8Bp004828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169596
>Category:       ports
>Synopsis:       [MAINTAINER] chinese/CNS11643-font: remove RESITRCTED for license change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 10:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hung-te Liang
>Release:        FreeBSD 8.3-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD BBS.LHD.tw 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:52:38 UTC 2012
>Description:
[DESCRIBE CHANGES]

- Add copyright notice in pkg-message
- remove RESTRICTED form Makefile
- LICENSE* & do-install:show pkg-message in Makefile
- Change distinfo for official font file alternative for built-in license
- Bump PORTREVISION
- Refine pkg-descr

Added file:
- pkg-message

Modified files:
- Makefile
- pkg-descr
- distinfo

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- CNS11643-font-98.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/chinese/CNS11643-font/Makefile ./Makefile
--- /usr/ports/chinese/CNS11643-font/Makefile	2012-06-15 14:00:05.000000000 +0800
+++ ./Makefile	2012-07-02 17:22:02.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	CNS11643-font
 PORTVERSION=	98.1
+PORTREVISION=	1
 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
@@ -16,10 +17,14 @@
 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=	This fonts allowed for redistribution, as long as they are passed along unchanged with the original font name and copyright notice.
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 DIST_SUBDIR=	${PORTNAME}
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-RESTRICTED=	No redistribution or commercial use is allowed.
 
 TTF=		TW-Kai-98_1.ttf TW-Sung-98_1.ttf
 
@@ -28,6 +33,11 @@
 	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-98_1.ttf ${FONTSDIR}
 	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-98_1.ttf ${FONTSDIR}
 
+post-install:
+	@${ECHO_CMD} "*******************************************************************************"
+	@${CAT} ${PKGMESSAGE}
+	@${ECHO_CMD} "*******************************************************************************"
+
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/chinese/CNS11643-font/distinfo ./distinfo
--- /usr/ports/chinese/CNS11643-font/distinfo	2012-06-15 14:00:05.000000000 +0800
+++ ./distinfo	2012-07-02 16:39:07.000000000 +0800
@@ -1,4 +1,4 @@
-SHA256 (CNS11643-font/TW-Kai-98_1.ttf) = 36f288baeb02ad764b49530f1fea038df9fa09f5d020202f202bea53b3d5ba03
-SIZE (CNS11643-font/TW-Kai-98_1.ttf) = 33390372
-SHA256 (CNS11643-font/TW-Sung-98_1.ttf) = d97e25d402908818a88b627107b7da4f19a651b77eb75c93e7acc736ae0c8495
-SIZE (CNS11643-font/TW-Sung-98_1.ttf) = 19388164
+SHA256 (CNS11643-font/TW-Kai-98_1.ttf) = 90e7807c697df4888d32639b40080bd17df73f45c54b12b5a1d9c889a08af36b
+SIZE (CNS11643-font/TW-Kai-98_1.ttf) = 33391108
+SHA256 (CNS11643-font/TW-Sung-98_1.ttf) = 150b627c558a9a846e2bd6e36d47e38a4fd17ccfa3665da1e94801019af1cf4a
+SIZE (CNS11643-font/TW-Sung-98_1.ttf) = 19388932
diff -ruN --exclude=CVS /usr/ports/chinese/CNS11643-font/pkg-descr ./pkg-descr
--- /usr/ports/chinese/CNS11643-font/pkg-descr	2012-06-15 14:00:05.000000000 +0800
+++ ./pkg-descr	2012-07-02 17:09:24.000000000 +0800
@@ -1,4 +1,3 @@
-These fonts are chinese Unicode fonts which include the following charsets: 
-CNS 11643
+These fonts are Chinese Unicode fonts which include the CNS 11643 character set.
 
 WWW: http://www.cns11643.gov.tw/
diff -ruN --exclude=CVS /usr/ports/chinese/CNS11643-font/pkg-message ./pkg-message
--- /usr/ports/chinese/CNS11643-font/pkg-message	1970-01-01 08:00:00.000000000 +0800
+++ ./pkg-message	2012-07-02 17:02:05.000000000 +0800
@@ -0,0 +1,5 @@
+Copyright (c) 2012 RDEC, Executive Yuan, ROC.
+
+These fonts are licensed under Creative Commons Attribution-NoDerivs 3.0
+Taiwan License, and allowed for redistribution, as long as they are passed
+along unchanged with the original font name and copyright notice. 
--- CNS11643-font-98.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120702095546.1ED522E024>