import dragon-drop-1.2.0

dragon is a lightweight drag-and-drop source for X.

port from Thim Cederlund, who is also taking maintainership of the port,
thanks!

ok sthen@
This commit is contained in:
op 2022-10-06 13:16:51 +00:00
parent 29af7f7fbc
commit d96ddec2a4
4 changed files with 36 additions and 0 deletions

27
x11/dragon-drop/Makefile Normal file
View File

@ -0,0 +1,27 @@
COMMENT = drag and drop source/target for X
V = 1.2.0
PKGNAME = dragon-drop-${V}
GH_ACCOUNT = mwh
GH_PROJECT = dragon
GH_TAGNAME = v${V}
CATEGORIES = x11
MAINTAINER = Thim Cederlund <thim@cederlund.de>
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 harfbuzz intl pango-1.0
WANTLIB += pangocairo-1.0 pthread
LIB_DEPENDS = x11/gtk+3
FAKE_FLAGS = MANPREFIX="${TRUEPREFIX}/man" \
NAME=dragon-drop \
PREFIX="${TRUEPREFIX}"
.include <bsd.port.mk>

2
x11/dragon-drop/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (dragon-1.2.0.tar.gz) = m9oo6W1xXHWcih23VL395efYNnHhPNJaiS9rXik1eZQ=
SIZE (dragon-1.2.0.tar.gz) = 18735

View File

@ -0,0 +1,5 @@
dragon is a lightweight drag-and-drop source for X where you can run:
dragon file.tar.gz
to get a window with just that file in it, ready to be dragged where you need.

View File

@ -0,0 +1,2 @@
@bin bin/dragon-drop
@man man/man1/dragon-drop.1