Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 21:23:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527267 - in head/japanese: . py-jaconv
Message-ID:  <202002272123.01RLNXRP002025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 27 21:23:33 2020
New Revision: 527267
URL: https://svnweb.freebsd.org/changeset/ports/527267

Log:
  Add py-jaconv 0.2.4
  
  jaconv (Japanese Converter) is interconverter for Hiragana, Katakana, Hankaku
  (half-width character) and Zenkaku (full-width character).
  
  WWW: https://github.com/ikegami-yukino/jaconv

Added:
  head/japanese/py-jaconv/
  head/japanese/py-jaconv/Makefile   (contents, props changed)
  head/japanese/py-jaconv/distinfo   (contents, props changed)
  head/japanese/py-jaconv/pkg-descr   (contents, props changed)
Modified:
  head/japanese/Makefile

Modified: head/japanese/Makefile
==============================================================================
--- head/japanese/Makefile	Thu Feb 27 20:58:07 2020	(r527266)
+++ head/japanese/Makefile	Thu Feb 27 21:23:33 2020	(r527267)
@@ -217,6 +217,7 @@
     SUBDIR += plain2
     SUBDIR += plan
     SUBDIR += prn
+    SUBDIR += py-jaconv
     SUBDIR += py-mecab
     SUBDIR += py-tegaki
     SUBDIR += py-tegaki-gtk

Added: head/japanese/py-jaconv/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/py-jaconv/Makefile	Thu Feb 27 21:23:33 2020	(r527267)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jaconv
+PORTVERSION=	0.2.4
+CATEGORIES=	japanese python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Japanese character interconverter for Hiragana, Katakana, Hankaku and Zenkaku
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/japanese/py-jaconv/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/py-jaconv/distinfo	Thu Feb 27 21:23:33 2020	(r527267)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582811370
+SHA256 (jaconv-0.2.4.tar.gz) = 2ccdf768da20d55f30e8801e5e2e27783aae1bb29b890e503e1124134d6d09c9
+SIZE (jaconv-0.2.4.tar.gz) = 11912

Added: head/japanese/py-jaconv/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/py-jaconv/pkg-descr	Thu Feb 27 21:23:33 2020	(r527267)
@@ -0,0 +1,4 @@
+jaconv (Japanese Converter) is interconverter for Hiragana, Katakana, Hankaku
+(half-width character) and Zenkaku (full-width character).
+
+WWW: https://github.com/ikegami-yukino/jaconv



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