From bc092f300e188c6eb5c6249756ea4222ad05cd85 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 20 Jul 2024 19:44:23 -0700 Subject: [PATCH] japanese/py-ipadic: New port: IPAdic packaged for Python --- japanese/Makefile | 1 + japanese/py-ipadic/Makefile | 18 ++++++++++++++++++ japanese/py-ipadic/distinfo | 3 +++ japanese/py-ipadic/pkg-descr | 1 + 4 files changed, 23 insertions(+) create mode 100644 japanese/py-ipadic/Makefile create mode 100644 japanese/py-ipadic/distinfo create mode 100644 japanese/py-ipadic/pkg-descr diff --git a/japanese/Makefile b/japanese/Makefile index 9e1df7b69745..67f8f953a30e 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -225,6 +225,7 @@ SUBDIR += prn SUBDIR += py-SudachiPy SUBDIR += py-fugashi + SUBDIR += py-ipadic SUBDIR += py-jaconv SUBDIR += py-unidic SUBDIR += qkc diff --git a/japanese/py-ipadic/Makefile b/japanese/py-ipadic/Makefile new file mode 100644 index 000000000000..39016030ee3d --- /dev/null +++ b/japanese/py-ipadic/Makefile @@ -0,0 +1,18 @@ +PORTNAME= ipadic +DISTVERSION= 1.0.0 +CATEGORIES= japanese python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= IPAdic packaged for Python +WWW= https://github.com/polm/ipadic-py + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils cython autoplist + +NO_ARCH= yes + +.include diff --git a/japanese/py-ipadic/distinfo b/japanese/py-ipadic/distinfo new file mode 100644 index 000000000000..15cbf8a19dea --- /dev/null +++ b/japanese/py-ipadic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1721529232 +SHA256 (ipadic-1.0.0.tar.gz) = f5923d31eca6131acaaf18ed28d8998665b1347b640d3a6476f64650e9a71c07 +SIZE (ipadic-1.0.0.tar.gz) = 13413189 diff --git a/japanese/py-ipadic/pkg-descr b/japanese/py-ipadic/pkg-descr new file mode 100644 index 000000000000..a43d40d6c977 --- /dev/null +++ b/japanese/py-ipadic/pkg-descr @@ -0,0 +1 @@ +ipadic-py is a version of IPAdic packaged for use in Python.