From eb3a1388afa884be9362b71b34fc8ee343aabc36 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 Oct 2009 22:30:40 +0000 Subject: [PATCH] Initial import of gselt-1.2: This tool shows a borderless GTK window with various buttons in depending on the current X11 selection. It's configured by a ".gselt" file in your $HOME directory. --- x11/gselt/DESCR | 3 +++ x11/gselt/Makefile | 19 +++++++++++++++++++ x11/gselt/PLIST | 3 +++ x11/gselt/distinfo | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 x11/gselt/DESCR create mode 100644 x11/gselt/Makefile create mode 100644 x11/gselt/PLIST create mode 100644 x11/gselt/distinfo diff --git a/x11/gselt/DESCR b/x11/gselt/DESCR new file mode 100644 index 000000000000..5a84dc67f67c --- /dev/null +++ b/x11/gselt/DESCR @@ -0,0 +1,3 @@ +This tool shows a borderless GTK window with various buttons in +depending on the current X11 selection. It's configured by a ".gselt" +file in your $HOME directory. diff --git a/x11/gselt/Makefile b/x11/gselt/Makefile new file mode 100644 index 000000000000..fa0188b276c7 --- /dev/null +++ b/x11/gselt/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $ +# + +DISTNAME= gselt-1.2 +CATEGORIES= x11 +MASTER_SITES= http://offog.org/files/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://offog.org/code/gselt.html +COMMENT= Display a menu of actions that can be done with an X selection +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gselt/PLIST b/x11/gselt/PLIST new file mode 100644 index 000000000000..aa618f1b048e --- /dev/null +++ b/x11/gselt/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $ +bin/gselt +share/gselt/dot-gselt diff --git a/x11/gselt/distinfo b/x11/gselt/distinfo new file mode 100644 index 000000000000..860bb155fa1e --- /dev/null +++ b/x11/gselt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $ + +SHA1 (gselt-1.2.tar.gz) = cb646d042ed78b4937daa5a36889cc553b1a1478 +RMD160 (gselt-1.2.tar.gz) = 11445a51fbb01a3e2c2b9f419e2261c4f669e6cc +Size (gselt-1.2.tar.gz) = 79375 bytes