[Midnightbsd-cvs] mports [24240] trunk/converters: add p5-Encode-JIS2K
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 8 13:05:18 EDT 2018
Revision: 24240
http://svnweb.midnightbsd.org/mports/?rev=24240
Author: laffer1
Date: 2018-09-08 13:05:17 -0400 (Sat, 08 Sep 2018)
Log Message:
-----------
add p5-Encode-JIS2K
Modified Paths:
--------------
trunk/converters/Makefile
Added Paths:
-----------
trunk/converters/p5-Encode-JIS2K/
trunk/converters/p5-Encode-JIS2K/Makefile
trunk/converters/p5-Encode-JIS2K/distinfo
trunk/converters/p5-Encode-JIS2K/pkg-descr
trunk/converters/p5-Encode-JIS2K/pkg-plist
Modified: trunk/converters/Makefile
===================================================================
--- trunk/converters/Makefile 2018-09-08 16:56:18 UTC (rev 24239)
+++ trunk/converters/Makefile 2018-09-08 17:05:17 UTC (rev 24240)
@@ -13,6 +13,7 @@
SUBDIR += p5-Cpanel-JSON-XS
SUBDIR += p5-Encode
SUBDIR += p5-Encode-Detect
+SUBDIR += p5-Encode-JIS2K
SUBDIR += p5-Encode-Locale
SUBDIR += p5-JSON
SUBDIR += p5-JSON-Any
Added: trunk/converters/p5-Encode-JIS2K/Makefile
===================================================================
--- trunk/converters/p5-Encode-JIS2K/Makefile (rev 0)
+++ trunk/converters/p5-Encode-JIS2K/Makefile 2018-09-08 17:05:17 UTC (rev 24240)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+
+PORTNAME= Encode-JIS2K
+PORTVERSION= 0.03
+CATEGORIES= converters perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= JIS X 0212 (aka JIS 2000) Encodings
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+PERL_CONFIGURE= yes
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so
+
+.include <bsd.port.mk>
Property changes on: trunk/converters/p5-Encode-JIS2K/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/p5-Encode-JIS2K/distinfo
===================================================================
--- trunk/converters/p5-Encode-JIS2K/distinfo (rev 0)
+++ trunk/converters/p5-Encode-JIS2K/distinfo 2018-09-08 17:05:17 UTC (rev 24240)
@@ -0,0 +1,2 @@
+SHA256 (Encode-JIS2K-0.03.tar.gz) = 1ec84d72db39deb4dad6fca95acfcc21033f45a24d347c20f9a1a696896c35cc
+SIZE (Encode-JIS2K-0.03.tar.gz) = 419693
Property changes on: trunk/converters/p5-Encode-JIS2K/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/p5-Encode-JIS2K/pkg-descr
===================================================================
--- trunk/converters/p5-Encode-JIS2K/pkg-descr (rev 0)
+++ trunk/converters/p5-Encode-JIS2K/pkg-descr 2018-09-08 17:05:17 UTC (rev 24240)
@@ -0,0 +1,16 @@
+This module implements encodings that covers JIS X 0213 charset (AKA
+JIS 2000, hence the module name). Encodings supported are as follows.
+
+Canonical Alias Description
+--------------------------------------------------------------------
+euc-jisx0213 qr/\beuc.*jp[ \-]?(?:2000|2k)$/i EUC-JISX0213
+ qr/\bjp.*euc[ \-]?(2000|2k)$/i
+ qr/\bujis[ \-]?(?:2000|2k)$/i
+shiftjisx0123 qr/\bshift.*jis(?:2000|2k)$/i Shift_JISX0213
+ qr/\bsjisp \-]?(?:2000|2k)$/i
+
+iso-2022-jp-3
+jis0213-1-raw JIS X 0213 plane 1, raw format
+jis0213-2-raw JIS X 0213 plane 2, raw format
+
+WWW: https://metacpan.org/release/Encode-JIS2K
Property changes on: trunk/converters/p5-Encode-JIS2K/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/p5-Encode-JIS2K/pkg-plist
===================================================================
--- trunk/converters/p5-Encode-JIS2K/pkg-plist (rev 0)
+++ trunk/converters/p5-Encode-JIS2K/pkg-plist 2018-09-08 17:05:17 UTC (rev 24240)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Encode/JIS2K.pm
+%%SITE_ARCH%%/Encode/JIS2K/2022JP3.pm
+%%SITE_ARCH%%/auto/Encode/JIS2K/JIS2K.so
Property changes on: trunk/converters/p5-Encode-JIS2K/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list