Date: Fri, 18 Jul 2014 01:59:17 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362173 - in head/deskutils: . py-pystash Message-ID: <201407180159.s6I1xHLd038088@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407180159.s6I1xHLd038088>