diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-23 04:20:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-23 04:20:53 +0000 |
commit | 6b3b8056966e973a473d9b0d6144a9aaec051404 (patch) | |
tree | 8dd67e64f12ee92bc033fc5b7b9873e31577f7c3 /textproc | |
parent | 726518cc9482c73941e9c0e37c9d3593ad3732fd (diff) | |
download | ports-6b3b8056966e973a473d9b0d6144a9aaec051404.tar.gz ports-6b3b8056966e973a473d9b0d6144a9aaec051404.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-isbnlib/Makefile | 21 | ||||
-rw-r--r-- | textproc/py-isbnlib/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-isbnlib/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f560436931fc..d4c64c710759 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1272,6 +1272,7 @@ SUBDIR += py-hunspell SUBDIR += py-hyperestraier-python SUBDIR += py-hypua2jamo + SUBDIR += py-isbnlib SUBDIR += py-jaxml SUBDIR += py-jsonslicer SUBDIR += py-jsx-lexer diff --git a/textproc/py-isbnlib/Makefile b/textproc/py-isbnlib/Makefile new file mode 100644 index 000000000000..9fb9573c91d7 --- /dev/null +++ b/textproc/py-isbnlib/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= isbnlib +PORTVERSION= 3.9.10 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Extract, clean, transform, hyphenate and metadata for ISBNs + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE-LGPL-3.0-only.txt + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-isbnlib/distinfo b/textproc/py-isbnlib/distinfo new file mode 100644 index 000000000000..36d6e73e78a3 --- /dev/null +++ b/textproc/py-isbnlib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579684124 +SHA256 (isbnlib-3.9.10.tar.gz) = 1a389556cc5cf82b7ad95924710101e3bd06d809d6f889a3f437975b275af944 +SIZE (isbnlib-3.9.10.tar.gz) = 60657 diff --git a/textproc/py-isbnlib/pkg-descr b/textproc/py-isbnlib/pkg-descr new file mode 100644 index 000000000000..f697db1a84cd --- /dev/null +++ b/textproc/py-isbnlib/pkg-descr @@ -0,0 +1,5 @@ +isbnlib is a (pure) python library that provides several useful methods and +functions to validate, clean, transform, hyphenate and get metadata for ISBN +strings. Its origin was as the core of isbntools. + +WWW: https://github.com/xlcnd/isbnlib |