svn commit: r519837 - in head/korean: . p5-Lingua-KO-Romanize-Hangul

Kurt Jaeger pi at FreeBSD.org
Wed Dec 11 19:35:26 UTC 2019


Author: pi
Date: Wed Dec 11 19:35:25 2019
New Revision: 519837
URL: https://svnweb.freebsd.org/changeset/ports/519837

Log:
  New port: korean/p5-Lingua-KO-Romanize-Hangul: Romanization of Korean language
  
  Romanization of Korean language.
  
  WWW: https://metacpan.org/release/Lingua-KO-Romanize-Hangul
  
  PR:		242357
  Submitted by:	Tomohiro Hosaka <bokutin at bokut.in>

Added:
  head/korean/p5-Lingua-KO-Romanize-Hangul/
  head/korean/p5-Lingua-KO-Romanize-Hangul/Makefile   (contents, props changed)
  head/korean/p5-Lingua-KO-Romanize-Hangul/distinfo   (contents, props changed)
  head/korean/p5-Lingua-KO-Romanize-Hangul/pkg-descr   (contents, props changed)
Modified:
  head/korean/Makefile

Modified: head/korean/Makefile
==============================================================================
--- head/korean/Makefile	Wed Dec 11 19:33:01 2019	(r519836)
+++ head/korean/Makefile	Wed Dec 11 19:35:25 2019	(r519837)
@@ -35,6 +35,7 @@
     SUBDIR += nanumfonts-ttf
     SUBDIR += nhpf
     SUBDIR += p5-Lingua-KO-Hangul-Util
+    SUBDIR += p5-Lingua-KO-Romanize-Hangul
     SUBDIR += scim-hangul
     SUBDIR += scim-tables
     SUBDIR += sourcehansans-otf

Added: head/korean/p5-Lingua-KO-Romanize-Hangul/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/korean/p5-Lingua-KO-Romanize-Hangul/Makefile	Wed Dec 11 19:35:25 2019	(r519837)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	Lingua-KO-Romanize-Hangul
+PORTVERSION=	0.20
+CATEGORIES=	korean perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=CPAN:KAWASAKI
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	bokutin at bokut.in
+COMMENT=	Romanization of Korean language
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PLIST_FILES=	${SITE_PERL}/Lingua/KO/Romanize/Hangul.pm \
+		${SITE_MAN3_REL}/Lingua::KO::Romanize::Hangul.3.gz
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/korean/p5-Lingua-KO-Romanize-Hangul/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/korean/p5-Lingua-KO-Romanize-Hangul/distinfo	Wed Dec 11 19:35:25 2019	(r519837)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1574739554
+SHA256 (Lingua-KO-Romanize-Hangul-0.20.tar.gz) = bcba673be28ad8b830781e5c8718d1afc6793135ca4c649661031f95433c5dac
+SIZE (Lingua-KO-Romanize-Hangul-0.20.tar.gz) = 5416

Added: head/korean/p5-Lingua-KO-Romanize-Hangul/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/korean/p5-Lingua-KO-Romanize-Hangul/pkg-descr	Wed Dec 11 19:35:25 2019	(r519837)
@@ -0,0 +1,3 @@
+Romanization of Korean language.
+
+WWW: https://metacpan.org/release/Lingua-KO-Romanize-Hangul


More information about the svn-ports-all mailing list