Add klipoquery 0.2.4, a panel applet for web searches using clipboard

entries.

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/
This commit is contained in:
Markus Brueffer 2005-07-05 09:37:54 +00:00
parent 584dcc1a06
commit 2c1d3bffc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138499
5 changed files with 53 additions and 0 deletions

View File

@ -80,6 +80,7 @@
SUBDIR += kdepim3
SUBDIR += kdissert
SUBDIR += kickpim
SUBDIR += klipoquery
SUBDIR += kluje
SUBDIR += knowit
SUBDIR += kompose

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (klipoquery-0.2.4.tar.gz) = e2866389931925b81eb1f907cc7ff6d4
SIZE (klipoquery-0.2.4.tar.gz) = 627430

View File

@ -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/

View File

@ -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