Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2016 13:32:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416803 - in head/deskutils: . puush
Message-ID:  <201606121332.u5CDWKP6087838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ultima1252@gmail.com>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606121332.u5CDWKP6087838>