Import apertium-streamparser-5.0.2.
apertium-streamparser is a Python 3 library to parse the Apertium stream format, generating LexicalUnits. ok sthen@
This commit is contained in:
parent
e63f42eb37
commit
5371aa7335
25
textproc/apertium-streamparser/Makefile
Normal file
25
textproc/apertium-streamparser/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/11/20 10:54:34 bentley Exp $
|
||||
|
||||
COMMENT = apertium stream format parser
|
||||
|
||||
DISTNAME = apertium-streamparser-${MODPY_EGG_VERSION}
|
||||
|
||||
MODPY_EGG_VERSION = 5.0.2
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
HOMEPAGE = https://github.com/apertium/streamparser
|
||||
|
||||
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
MAKE_ENV = LC_CTYPE=en_US.UTF-8
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/apertium-streamparser/distinfo
Normal file
2
textproc/apertium-streamparser/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (apertium-streamparser-5.0.2.tar.gz) = /YPT1XPSPFSzQzmGXN1Aze02hzEcGGKdLTnE6K0dpZc=
|
||||
SIZE (apertium-streamparser-5.0.2.tar.gz) = 19285
|
2
textproc/apertium-streamparser/pkg/DESCR
Normal file
2
textproc/apertium-streamparser/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
apertium-streamparser is a Python 3 library to parse the Apertium stream
|
||||
format, generating LexicalUnits.
|
10
textproc/apertium-streamparser/pkg/PLIST
Normal file
10
textproc/apertium-streamparser/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/11/20 10:54:34 bentley Exp $
|
||||
bin/apertium-streamparser
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}streamparser.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/apertium_streamparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/apertium_streamparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/apertium_streamparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/apertium_streamparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/apertium_streamparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/apertium_streamparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/streamparser.py
|
Loading…
x
Reference in New Issue
Block a user