Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 19:35:25 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519837 - in head/korean: . p5-Lingua-KO-Romanize-Hangul
Message-ID:  <201912111935.xBBJZPQe050514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912111935.xBBJZPQe050514>