summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-opster/Makefile20
-rw-r--r--devel/py-opster/distinfo3
-rw-r--r--devel/py-opster/pkg-descr8
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9a85035e8397..d1f4581811b1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4270,6 +4270,7 @@
SUBDIR += py-omnijson
SUBDIR += py-omniorb
SUBDIR += py-omniorb-3
+ SUBDIR += py-opster
SUBDIR += py-optik
SUBDIR += py-option_merge
SUBDIR += py-orbit
diff --git a/devel/py-opster/Makefile b/devel/py-opster/Makefile
new file mode 100644
index 000000000000..81c9442e7144
--- /dev/null
+++ b/devel/py-opster/Makefile
@@ -0,0 +1,20 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= opster
+PORTVERSION= 4.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Command line parsing speedster
+
+LICENSE= BSD2CLAUSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-opster/distinfo b/devel/py-opster/distinfo
new file mode 100644
index 000000000000..1fef5183d6ad
--- /dev/null
+++ b/devel/py-opster/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1471845810
+SHA256 (opster-4.1.tar.gz) = 77514c48cc6918791d818a75473dd1e1fb89993e28ca0b9f3978a8b70a2975c5
+SIZE (opster-4.1.tar.gz) = 13812
diff --git a/devel/py-opster/pkg-descr b/devel/py-opster/pkg-descr
new file mode 100644
index 000000000000..cecb4781e20c
--- /dev/null
+++ b/devel/py-opster/pkg-descr
@@ -0,0 +1,8 @@
+A command line options parser, intended to make writing command line
+applications easy and painless. It uses built-in Python types (lists,
+dictionaries, etc) to define options, which makes configuration clear
+and concise. Additionally it contains possibility to handle subcommands
+(i.e. hg commit or svn update).
+
+WWW: https://pypi.python.org/pypi/opster/
+WWW: http://github.com/piranha/opster/