Date: Wed, 18 Sep 2013 06:23:11 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327517 - head/japanese/kcode Message-ID: <201309180623.r8I6NBmV086192@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Wed Sep 18 06:23:10 2013 New Revision: 327517 URL: http://svnweb.freebsd.org/changeset/ports/327517 Log: - Calling pod2man from extract stage require perl - Replace pkg-plist with PLIST_FILES - Pet portlint(1) Deleted: head/japanese/kcode/pkg-plist Modified: head/japanese/kcode/Makefile head/japanese/kcode/pkg-descr (contents, props changed) Modified: head/japanese/kcode/Makefile ============================================================================== --- head/japanese/kcode/Makefile Wed Sep 18 06:21:10 2013 (r327516) +++ head/japanese/kcode/Makefile Wed Sep 18 06:23:10 2013 (r327517) @@ -9,16 +9,19 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.gz EXTRACT_ONLY= ${DISTFILES} MAINTAINER= ports@FreeBSD.org -COMMENT= A handy utility to show codepoint information of given characters - -USES= perl5 +COMMENT= Handy utility to show codepoint information of given characters +USES= shebangfix perl5 +USE_PERL5= extract run NO_WRKSUBDIR= yes NO_BUILD= yes +SHEBANG_FILES= kcode +perl_OLD_CMD= /usr/bin/env perl MANLANG= ja MAN1= kcode.1 MANCOMPRESSED= no +PLIST_FILES= bin/kcode RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode Modified: head/japanese/kcode/pkg-descr ============================================================================== --- head/japanese/kcode/pkg-descr Wed Sep 18 06:21:10 2013 (r327516) +++ head/japanese/kcode/pkg-descr Wed Sep 18 06:23:10 2013 (r327517) @@ -1,5 +1,4 @@ kcode is a handy utility to show codepoint information of given characters. -Author: HIROSE, Masaaki <hirose31 -at- irori -dot- org> WWW: http://www.irori.org/tool/kcode.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309180623.r8I6NBmV086192>