diff options
author | pi <pi@FreeBSD.org> | 2016-06-12 21:32:20 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-12 21:32:20 +0800 |
commit | 42c4605f0a1eaa2be61ee89ce3979bedb5ddcc41 (patch) | |
tree | 653b6baf526b203c304305e813478be458bf4c2a /deskutils | |
parent | a08e3b52ed58d2939a1c16f531ed1a6562b301f1 (diff) | |
download | freebsd-ports-gnome-42c4605f0a1eaa2be61ee89ce3979bedb5ddcc41.tar.gz freebsd-ports-gnome-42c4605f0a1eaa2be61ee89ce3979bedb5ddcc41.tar.zst freebsd-ports-gnome-42c4605f0a1eaa2be61ee89ce3979bedb5ddcc41.zip |
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
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/puush/Makefile | 28 | ||||
-rw-r--r-- | deskutils/puush/distinfo | 3 | ||||
-rw-r--r-- | deskutils/puush/pkg-descr | 7 |
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 |