svn commit: r362173 - in head/deskutils: . py-pystash
Nicola Vitale
nivit at FreeBSD.org
Fri Jul 18 01:59:18 UTC 2014
Author: nivit
Date: Fri Jul 18 01:59:17 2014
New Revision: 362173
URL: http://svnweb.freebsd.org/changeset/ports/362173
QAT: https://qat.redports.org/buildarchive/r362173/
Log:
Save your code snippets in the cloud (http://trystash.com/) from
the command line.
WWW: http://pypi.python.org/pypi/pystash/
Added:
head/deskutils/py-pystash/
head/deskutils/py-pystash/Makefile (contents, props changed)
head/deskutils/py-pystash/distinfo (contents, props changed)
head/deskutils/py-pystash/pkg-descr (contents, props changed)
Modified:
head/deskutils/Makefile
Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile Fri Jul 18 01:56:36 2014 (r362172)
+++ head/deskutils/Makefile Fri Jul 18 01:59:17 2014 (r362173)
@@ -180,6 +180,7 @@
SUBDIR += plopfolio
SUBDIR += preferencepanes
SUBDIR += preferences
+ SUBDIR += py-pystash
SUBDIR += py-send2trash
SUBDIR += py-vobject
SUBDIR += pybookreader
Added: head/deskutils/py-pystash/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/py-pystash/Makefile Fri Jul 18 01:59:17 2014 (r362173)
@@ -0,0 +1,24 @@
+# Created by: Nicola Vitale <nivit at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pystash
+PORTVERSION= 0.0.14
+#PORTREVISION= 0
+CATEGORIES= deskutils
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nivit at 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>
Added: head/deskutils/py-pystash/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/py-pystash/distinfo Fri Jul 18 01:59:17 2014 (r362173)
@@ -0,0 +1,2 @@
+SHA256 (pystash-0.0.14.tar.gz) = c1f840ba16e83ca4d36427bd0fd91481ca42ada4e1bcdab5997c255c8584f1ed
+SIZE (pystash-0.0.14.tar.gz) = 8774
Added: head/deskutils/py-pystash/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/py-pystash/pkg-descr Fri Jul 18 01:59:17 2014 (r362173)
@@ -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/
More information about the svn-ports-all
mailing list