Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 01:58:54 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175294: [PATCH] japanese/nkf: add license information and etc.
Message-ID:  <20130114165854.4A0224E62E@eastasia.home.utahime.org>
Resent-Message-ID: <201301141700.r0EH00p0053186@freefall.freebsd.org>

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

>Number:         175294
>Category:       ports
>Synopsis:       [PATCH] japanese/nkf: add license information and etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64


	
>Description:

	- Add license information.
	- Trim makefile header.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ja-nkf begins here ---
Index: japanese/nkf/Makefile
===================================================================
--- japanese/nkf/Makefile	(revision 310361)
+++ japanese/nkf/Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nkf
-# Date created:		5 February 1995
-# Whom:			asami
-#
+# Created by: asami
 # $FreeBSD$
-#
 
 PORTNAME=	nkf
 PORTVERSION=	2.1.2
@@ -16,6 +12,9 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=	Network Kanji code conversion Filter
 
+LICENSE?=	ZLIB
+LICENSE_FILE?=	${WRKSRC}/nkf.c
+
 .if ${PKGNAMEPREFIX} != "ja-p5-"
 MAN1=		nkf.1
 MANLANG=	"" ja
Index: japanese/p5-nkf/Makefile
===================================================================
--- japanese/p5-nkf/Makefile	(revision 310361)
+++ japanese/p5-nkf/Makefile	(working copy)
@@ -1,15 +1,18 @@
-# New ports collection makefile for:	p5-nkf
-# Date created:		23 Feb 2000
-# Whom:			max
-#
+# Created by: max
 # $FreeBSD$
-#
 
 CATEGORIES=	japanese perl5
 PKGNAMEPREFIX=	ja-p5-
 
 COMMENT=	A perl extension module to use NKF
 
+LICENSE=	ZLIB NKF
+LICENSE_COMB=	multi
+LICENSE_NAME_NKF=	NKF License
+LICENSE_FILE_ZLIB=	${WRKSRC}/NKF.pm
+LICENSE_FILE_NKF=	${WRKSRC}/NKF.xs
+LICENSE_PERMS_NKF=	${_LICENSE_PERMS_DEFAULT}
+
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 
--- patch-ja-nkf ends here ---


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



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