diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-07-05 09:37:54 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-07-05 09:37:54 +0000 |
commit | 2c1d3bffc2ad1af21ebc678290dd44066f779152 (patch) | |
tree | 8fcdc9c4e3231fe8b46d6b7029d1110cbef88bab /deskutils/klipoquery | |
parent | 584dcc1a0602882d3b8478e699bd113b41d5b0ae (diff) | |
download | ports-2c1d3bffc2ad1af21ebc678290dd44066f779152.tar.gz ports-2c1d3bffc2ad1af21ebc678290dd44066f779152.zip |
Notes
Diffstat (limited to 'deskutils/klipoquery')
-rw-r--r-- | deskutils/klipoquery/Makefile | 25 | ||||
-rw-r--r-- | deskutils/klipoquery/distinfo | 2 | ||||
-rw-r--r-- | deskutils/klipoquery/pkg-descr | 11 | ||||
-rw-r--r-- | deskutils/klipoquery/pkg-plist | 14 |
4 files changed, 52 insertions, 0 deletions
diff --git a/deskutils/klipoquery/Makefile b/deskutils/klipoquery/Makefile new file mode 100644 index 000000000000..367c94cf22a8 --- /dev/null +++ b/deskutils/klipoquery/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: klipoquery +# Date created: Wed Jun 29 12:30:12 CEST 2005 +# Whom: Markus Brueffer <markus@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= klipoquery +PORTVERSION= 0.2.4 +CATEGORIES= deskutils kde +MASTER_SITES= http://www.michael-vonrueden.de/${PORTNAME}/ + +MAINTAINER= markus@FreeBSD.org +COMMENT= Panel applet for web searches using clipboard entries + +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure + +USE_KDELIBS_VER=3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.mk> diff --git a/deskutils/klipoquery/distinfo b/deskutils/klipoquery/distinfo new file mode 100644 index 000000000000..aa6f7fa78987 --- /dev/null +++ b/deskutils/klipoquery/distinfo @@ -0,0 +1,2 @@ +MD5 (klipoquery-0.2.4.tar.gz) = e2866389931925b81eb1f907cc7ff6d4 +SIZE (klipoquery-0.2.4.tar.gz) = 627430 diff --git a/deskutils/klipoquery/pkg-descr b/deskutils/klipoquery/pkg-descr new file mode 100644 index 000000000000..22e2cab5fc2b --- /dev/null +++ b/deskutils/klipoquery/pkg-descr @@ -0,0 +1,11 @@ +The KlipOQuery panel applet for KDE is meant to be a bridge between klipper +and the web. By simply copying the active item from the clipboard, KlipOQuery +will pass this string to the selected service from the popupmenu. + +Features: + - Get infos from selected words of all applications with one click + - Group services in your own categories + - Change selected services with the scrollwheel + - Have a fast access to your top services + +WWW: http://www.michael-vonrueden.de/klipoquery/ diff --git a/deskutils/klipoquery/pkg-plist b/deskutils/klipoquery/pkg-plist new file mode 100644 index 000000000000..89d75742dfcb --- /dev/null +++ b/deskutils/klipoquery/pkg-plist @@ -0,0 +1,14 @@ +lib/libklipoquery.la +lib/libklipoquery.so +share/apps/kicker/applets/klipoquery.desktop +share/config/klipoqueryrc +share/doc/HTML/en/klipoquery/common +share/doc/HTML/en/klipoquery/index.cache.bz2 +share/doc/HTML/en/klipoquery/index.docbook +@dirrm share/doc/HTML/en/klipoquery +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 2>/dev/null || true +@unexec rmdir %D/share/config 2>/dev/null || true +@unexec rmdir %D/share/apps/kicker/applets 2>/dev/null || true +@unexec rmdir %D/share/apps/kicker 2>/dev/null || true +@unexec rmdir %D/share/apps 2>/dev/null || true |