From c6d60b9ab82bc40740b13aef5c42d33417e7773e Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Fri, 18 Jul 2014 01:59:17 +0000 Subject: [PATCH] Save your code snippets in the cloud (http://trystash.com/) from the command line. WWW: http://pypi.python.org/pypi/pystash/ --- deskutils/Makefile | 1 + deskutils/py-pystash/Makefile | 24 ++++++++++++++++++++++++ deskutils/py-pystash/distinfo | 2 ++ deskutils/py-pystash/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 deskutils/py-pystash/Makefile create mode 100644 deskutils/py-pystash/distinfo create mode 100644 deskutils/py-pystash/pkg-descr 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 +# $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 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/