git: bc092f300e18 - main - japanese/py-ipadic: New port: IPAdic packaged for Python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jul 2024 03:50:23 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc092f300e188c6eb5c6249756ea4222ad05cd85 commit bc092f300e188c6eb5c6249756ea4222ad05cd85 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-21 02:44:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-21 03:50:21 +0000 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(+) 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 <bsd.port.mk> 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.