aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-12 13:32:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-12 13:32:20 +0000
commitc739113287a7946e37c302a988af4a07a1f116d8 (patch)
tree653b6baf526b203c304305e813478be458bf4c2a /deskutils
parent404e765ea95b264d1aeae7ef2ac31576b6a96275 (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/puush/Makefile28
-rw-r--r--deskutils/puush/distinfo3
-rw-r--r--deskutils/puush/pkg-descr7
4 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 8395fe391842..306ca052c74d 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -188,6 +188,7 @@
SUBDIR += plasma-applet-yawp
SUBDIR += plopfolio
SUBDIR += preferences
+ SUBDIR += puush
SUBDIR += py-bugwarrior
SUBDIR += py-khal
SUBDIR += py-pycarddav
diff --git a/deskutils/puush/Makefile b/deskutils/puush/Makefile
new file mode 100644
index 000000000000..cf404f7362a2
--- /dev/null
+++ b/deskutils/puush/Makefile
@@ -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>
diff --git a/deskutils/puush/distinfo b/deskutils/puush/distinfo
new file mode 100644
index 000000000000..6f610137e940
--- /dev/null
+++ b/deskutils/puush/distinfo
@@ -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
diff --git a/deskutils/puush/pkg-descr b/deskutils/puush/pkg-descr
new file mode 100644
index 000000000000..d7ec654c21d5
--- /dev/null
+++ b/deskutils/puush/pkg-descr
@@ -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