From owner-svn-ports-head@freebsd.org Sun Jun 12 13:32:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ACD7AF1414; Sun, 12 Jun 2016 13:32:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D81642F0B; Sun, 12 Jun 2016 13:32:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5CDWKLX087842; Sun, 12 Jun 2016 13:32:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5CDWKP6087838; Sun, 12 Jun 2016 13:32:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606121332.u5CDWKP6087838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 12 Jun 2016 13:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416803 - in head/deskutils: . puush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2016 13:32:22 -0000 Author: pi Date: Sun Jun 12 13:32:20 2016 New Revision: 416803 URL: https://svnweb.freebsd.org/changeset/ports/416803 Log: New port: deskutils/puush Use keyboard shortcuts gestures to quickly capture any portion of your screen. These screenshots are near-instantly puush'd, leaving behind a short URL in your clipboard, perfect for sharing. Paste these easily into your Twitter, IRC or IM clients. Share them with the world or make them private, for your eyes only. WWW: https://github.com/Ultima1252/puush PR: 203113 Submitted by: Ultima1252@gmail.com Added: head/deskutils/puush/ head/deskutils/puush/Makefile (contents, props changed) head/deskutils/puush/distinfo (contents, props changed) head/deskutils/puush/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Jun 12 13:21:20 2016 (r416802) +++ head/deskutils/Makefile Sun Jun 12 13:32:20 2016 (r416803) @@ -188,6 +188,7 @@ SUBDIR += plasma-applet-yawp SUBDIR += plopfolio SUBDIR += preferences + SUBDIR += puush SUBDIR += py-bugwarrior SUBDIR += py-khal SUBDIR += py-pycarddav Added: head/deskutils/puush/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/puush/Makefile Sun Jun 12 13:32:20 2016 (r416803) @@ -0,0 +1,28 @@ +# Created by: Ultima +# $FreeBSD$ + +PORTNAME= puush +PORTVERSION= 0.0.1 +CATEGORIES= deskutils + +MAINTAINER= ultima1252@gmail.com +COMMENT= Screen capture and Puush image-bin client + +RUN_DEPENDS= gnome-screenshot:deskutils/gnome-screenshot \ + curl:ftp/curl \ + zenity:x11/zenity \ + xclip:x11/xclip + +USE_GITHUB= yes +GH_ACCOUNT= ultima1252 +NO_BUILD= yes + +PLIST_FILES= sbin/puush \ + share/icons/puush.png + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/puush ${STAGEDIR}${PREFIX}/sbin/puush + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons + ${CP} -R ${WRKSRC}/icon.png ${STAGEDIR}${PREFIX}/share/icons/puush.png + +.include Added: head/deskutils/puush/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/puush/distinfo Sun Jun 12 13:32:20 2016 (r416803) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465605222 +SHA256 (ultima1252-puush-0.0.1_GH0.tar.gz) = e550a9c7dd544d8115704b0171a6a6fb00bda9b0f5bae9c4672503369e296c10 +SIZE (ultima1252-puush-0.0.1_GH0.tar.gz) = 30846 Added: head/deskutils/puush/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/puush/pkg-descr Sun Jun 12 13:32:20 2016 (r416803) @@ -0,0 +1,7 @@ +Use keyboard shortcuts gestures to quickly capture any portion +of your screen. These screenshots are near-instantly puush'd, +leaving behind a short URL in your clipboard, perfect for sharing. +Paste these easily into your Twitter, IRC or IM clients. Share +them with the world or make them private, for your eyes only. + +WWW: https://github.com/Ultima1252/puush