aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2014-07-18 09:59:17 +0800
committernivit <nivit@FreeBSD.org>2014-07-18 09:59:17 +0800
commit6ddcf5c50e3006d73e7c79b47203559aa1bc07af (patch)
tree690aa38d3dbcd1f2002ef75ee89cdc74813ced2d /deskutils
parent9c477c17be73342607855f82ab039444c23963ce (diff)
downloadfreebsd-ports-gnome-6ddcf5c50e3006d73e7c79b47203559aa1bc07af.tar.gz
freebsd-ports-gnome-6ddcf5c50e3006d73e7c79b47203559aa1bc07af.tar.zst
freebsd-ports-gnome-6ddcf5c50e3006d73e7c79b47203559aa1bc07af.zip
Save your code snippets in the cloud (http://trystash.com/) from
the command line. WWW: http://pypi.python.org/pypi/pystash/
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/py-pystash/Makefile24
-rw-r--r--deskutils/py-pystash/distinfo2
-rw-r--r--deskutils/py-pystash/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index ee6c1e589677..02bdef8a8cb5 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -180,6 +180,7 @@
SUBDIR += plopfolio
SUBDIR += preferencepanes
SUBDIR += preferences
+ SUBDIR += py-pystash
SUBDIR += py-send2trash
SUBDIR += py-vobject
SUBDIR += pybookreader
diff --git a/deskutils/py-pystash/Makefile b/deskutils/py-pystash/Makefile
new file mode 100644
index 000000000000..2b20785470fe
--- /dev/null
+++ b/deskutils/py-pystash/Makefile
@@ -0,0 +1,24 @@
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pystash
+PORTVERSION= 0.0.14
+#PORTREVISION= 0
+CATEGORIES= deskutils
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= Save your code snippets in the cloud from the command line
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:${PORTSDIR}/devel/py-args \
+ ${PYTHON_PKGNAMEPREFIX}clint>=0.3.7:${PORTSDIR}/devel/py-clint \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}xerox>=0.3.1:${PORTSDIR}/devel/py-xerox
+
+PYDISTUTILS_AUTOPLIST= yes
+
+USE_PYDISTUTILS= yes
+USE_PYTHON= yes
+
+.include <bsd.port.mk>
diff --git a/deskutils/py-pystash/distinfo b/deskutils/py-pystash/distinfo
new file mode 100644
index 000000000000..a43d862c2c3d
--- /dev/null
+++ b/deskutils/py-pystash/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pystash-0.0.14.tar.gz) = c1f840ba16e83ca4d36427bd0fd91481ca42ada4e1bcdab5997c255c8584f1ed
+SIZE (pystash-0.0.14.tar.gz) = 8774
diff --git a/deskutils/py-pystash/pkg-descr b/deskutils/py-pystash/pkg-descr
new file mode 100644
index 000000000000..a3be878cd254
--- /dev/null
+++ b/deskutils/py-pystash/pkg-descr
@@ -0,0 +1,4 @@
+Save your code snippets in the cloud (http://trystash.com/) from
+the command line.
+
+WWW: http://pypi.python.org/pypi/pystash/