aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-regex
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-02-09 08:48:25 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-02-09 08:48:25 +0000
commiteb3e3e24ebc38f5d26c9e63cf505aea7dd196424 (patch)
tree0fcd425e6e01859b8ccb1c93417577820c543f32 /textproc/py-regex
parent36d9f3bbeb8572c8c71c2a296200c30e5f34b14b (diff)
downloadports-eb3e3e24ebc38f5d26c9e63cf505aea7dd196424.tar.gz
ports-eb3e3e24ebc38f5d26c9e63cf505aea7dd196424.zip
Notes
Diffstat (limited to 'textproc/py-regex')
-rw-r--r--textproc/py-regex/Makefile18
-rw-r--r--textproc/py-regex/distinfo2
-rw-r--r--textproc/py-regex/pkg-descr4
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile
new file mode 100644
index 000000000000..194b473aba25
--- /dev/null
+++ b/textproc/py-regex/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= regex
+PORTVERSION= 2014.01.30
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= fax@nohik.ee
+COMMENT= Alternative regular expression module, to replace re
+
+LICENSE= PSFL
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-regex/distinfo b/textproc/py-regex/distinfo
new file mode 100644
index 000000000000..c060414474df
--- /dev/null
+++ b/textproc/py-regex/distinfo
@@ -0,0 +1,2 @@
+SHA256 (regex-2014.01.30.tar.gz) = 485b0761955a9529274c42533c1352257ac27bfa091994e5a7c0ba6d2f0f3b56
+SIZE (regex-2014.01.30.tar.gz) = 1305821
diff --git a/textproc/py-regex/pkg-descr b/textproc/py-regex/pkg-descr
new file mode 100644
index 000000000000..bca8efaf2066
--- /dev/null
+++ b/textproc/py-regex/pkg-descr
@@ -0,0 +1,4 @@
+This new regex implementation is intended eventually to replace Python's
+current re module implementation.
+
+WWW: https://pypi.python.org/pypi/regex