svn commit: r519836 - in head/korean: . p5-Lingua-KO-Hangul-Util
Kurt Jaeger
pi at FreeBSD.org
Wed Dec 11 19:33:02 UTC 2019
Author: pi
Date: Wed Dec 11 19:33:01 2019
New Revision: 519836
URL: https://svnweb.freebsd.org/changeset/ports/519836
Log:
New port: korean/p5-Lingua-KO-Hangul-Util: Utility functions for Hangul in Unicode
Utility functions for Hangul in Unicode.
WWW: https://metacpan.org/release/Lingua-KO-Hangul-Util
PR: 242356
Submitted by: Tomohiro Hosaka <bokutin at bokut.in>
Added:
head/korean/p5-Lingua-KO-Hangul-Util/
head/korean/p5-Lingua-KO-Hangul-Util/Makefile (contents, props changed)
head/korean/p5-Lingua-KO-Hangul-Util/distinfo (contents, props changed)
head/korean/p5-Lingua-KO-Hangul-Util/pkg-descr (contents, props changed)
Modified:
head/korean/Makefile
Modified: head/korean/Makefile
==============================================================================
--- head/korean/Makefile Wed Dec 11 19:31:32 2019 (r519835)
+++ head/korean/Makefile Wed Dec 11 19:33:01 2019 (r519836)
@@ -34,6 +34,7 @@
SUBDIR += nanumfonts-otf
SUBDIR += nanumfonts-ttf
SUBDIR += nhpf
+ SUBDIR += p5-Lingua-KO-Hangul-Util
SUBDIR += scim-hangul
SUBDIR += scim-tables
SUBDIR += sourcehansans-otf
Added: head/korean/p5-Lingua-KO-Hangul-Util/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/korean/p5-Lingua-KO-Hangul-Util/Makefile Wed Dec 11 19:33:01 2019 (r519836)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= Lingua-KO-Hangul-Util
+PORTVERSION= 0.28
+CATEGORIES= korean perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR=CPAN:SADAHIRO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= bokutin at bokut.in
+COMMENT= Utility functions for Hangul in Unicode
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+PLIST_FILES= ${SITE_PERL}/Lingua/KO/Hangul/Util.pm \
+ ${SITE_MAN3_REL}/Lingua::KO::Hangul::Util.3.gz
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/korean/p5-Lingua-KO-Hangul-Util/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/korean/p5-Lingua-KO-Hangul-Util/distinfo Wed Dec 11 19:33:01 2019 (r519836)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1574739535
+SHA256 (Lingua-KO-Hangul-Util-0.28.tar.gz) = 23f186698affa1a0197e3a8615af3ab5eed6a0d55bf36914a52479ba22642a29
+SIZE (Lingua-KO-Hangul-Util-0.28.tar.gz) = 19490
Added: head/korean/p5-Lingua-KO-Hangul-Util/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/korean/p5-Lingua-KO-Hangul-Util/pkg-descr Wed Dec 11 19:33:01 2019 (r519836)
@@ -0,0 +1,3 @@
+Utility functions for Hangul in Unicode.
+
+WWW: https://metacpan.org/release/Lingua-KO-Hangul-Util
More information about the svn-ports-all
mailing list