aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-scriptine
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-05-06 15:09:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-05-06 15:09:22 +0000
commitb0435fae10c14092657a3244a9b5d404a6fffc26 (patch)
treef334e9537dbfa0b914398e3ef77b37620171ab91 /sysutils/py-scriptine
parent45869e0885fdba5722ad1dfee988567f76f6d8bf (diff)
downloadports-b0435fae10c14092657a3244a9b5d404a6fffc26.tar.gz
ports-b0435fae10c14092657a3244a9b5d404a6fffc26.zip
Notes
Diffstat (limited to 'sysutils/py-scriptine')
-rw-r--r--sysutils/py-scriptine/Makefile19
-rw-r--r--sysutils/py-scriptine/distinfo3
-rw-r--r--sysutils/py-scriptine/pkg-descr14
3 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/py-scriptine/Makefile b/sysutils/py-scriptine/Makefile
new file mode 100644
index 000000000000..31296643c9ac
--- /dev/null
+++ b/sysutils/py-scriptine/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= scriptine
+PORTVERSION= 0.2.1
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio@bsd.com.br
+COMMENT= Python shell scripts made easy
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USES= python:-2.7
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/sysutils/py-scriptine/distinfo b/sysutils/py-scriptine/distinfo
new file mode 100644
index 000000000000..98e9384fcc40
--- /dev/null
+++ b/sysutils/py-scriptine/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472312198
+SHA256 (scriptine-0.2.1.tar.gz) = 4de06ce9b37ebed2d27150f9fd18c574692263d04f2432a20c457837e2c01477
+SIZE (scriptine-0.2.1.tar.gz) = 32563
diff --git a/sysutils/py-scriptine/pkg-descr b/sysutils/py-scriptine/pkg-descr
new file mode 100644
index 000000000000..f5bb965a506c
--- /dev/null
+++ b/sysutils/py-scriptine/pkg-descr
@@ -0,0 +1,14 @@
+The primary goal of scriptine is to make it easy to write shell scripts with
+python.
+
+Features:
+
+ * Easy command creation. Each command is just a function.
+ * Automatic option parsing
+ * Automatic help text (--help)
+ * Log handling (with -v, --verbose and -q, --quiet handling)
+ * Testing scripts in dry-mode.
+ * Easy execution of other shell scripts.
+ * Convenient working with files and directories.
+
+WWW: https://pypi.python.org/pypi/scriptine