pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-chkjis Initial import of p5-chkjis:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98da378b39d9
branches:  trunk
changeset: 484132:98da378b39d9
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Nov 25 15:17:52 2004 +0000

description:
Initial import of p5-chkjis:

chkjis.pl is Perl library for Japanese character code processing.
It replace vendor's own characters which isn't defined in JIS X
0208:1997 to "geta" character and support ISO-2022-JP, euc-JP and
Shift_JIS.

It is useful to check intentional use of vendor's own characters in
text or to filter out these characters.

diffstat:

 converters/p5-chkjis/DESCR    |   7 +++++++
 converters/p5-chkjis/Makefile |  28 ++++++++++++++++++++++++++++
 converters/p5-chkjis/PLIST    |   2 ++
 converters/p5-chkjis/distinfo |   4 ++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r f0038d13bfda -r 98da378b39d9 converters/p5-chkjis/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-chkjis/DESCR        Thu Nov 25 15:17:52 2004 +0000
@@ -0,0 +1,7 @@
+chkjis.pl is Perl library for Japanese character code processing.
+It replace vendor's own characters which isn't defined in JIS X
+0208:1997 to "geta" character and support ISO-2022-JP, euc-JP and
+Shift_JIS.
+
+It is useful to check intentional use of vendor's own characters in
+text or to filter out these characters.
diff -r f0038d13bfda -r 98da378b39d9 converters/p5-chkjis/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-chkjis/Makefile     Thu Nov 25 15:17:52 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/25 15:17:52 taca Exp $
+#
+
+DISTNAME=      chkjis
+PKGNAME=       p5-chkjis-0.18
+CATEGORIES=    textproc
+MASTER_SITES=  http://www2d.biglobe.ne.jp/~msyk/software/perl5/
+EXTRACT_SUFX=  .pl
+
+MAINTAINER=    tech-pkg-ja%jp.netbsd.org@localhost
+HOMEPAGE=      http://www2d.biglobe.ne.jp/~msyk/software/chkjis.html
+COMMENT=       Filter library substituting vendor's own characters
+
+WRKSRC=                ${WRKDIR}
+USE_BUILDLINK3=        yes
+
+EXTRACT_CMD=   ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+
+WRKSRC=                ${WRKDIR}
+USE_PERL5=     yes
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+NO_WRAPPER=    yes
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/chkjis.pl ${PERL5_SITELIB}
+
+.include "../../mk/bsd.pkg.mk"
diff -r f0038d13bfda -r 98da378b39d9 converters/p5-chkjis/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-chkjis/PLIST        Thu Nov 25 15:17:52 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/25 15:17:52 taca Exp $
+${PERL5_SITELIB}/chkjis.pl
diff -r f0038d13bfda -r 98da378b39d9 converters/p5-chkjis/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-chkjis/distinfo     Thu Nov 25 15:17:52 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/25 15:17:52 taca Exp $
+
+SHA1 (chkjis.pl) = 4a6db30275380e66d842c2c0390dd0285007d67d
+Size (chkjis.pl) = 6471 bytes



Home | Main Index | Thread Index | Old Index