From owner-svn-ports-all@FreeBSD.ORG Fri Jul 18 01:59:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5143B2CE; Fri, 18 Jul 2014 01:59:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 234E52868; Fri, 18 Jul 2014 01:59:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6I1xIgw038095; Fri, 18 Jul 2014 01:59:18 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6I1xHLd038088; Fri, 18 Jul 2014 01:59:17 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201407180159.s6I1xHLd038088@svn.freebsd.org> From: Nicola Vitale Date: Fri, 18 Jul 2014 01:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362173 - in head/deskutils: . py-pystash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 01:59:18 -0000 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 +# $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 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/