diff options
author | Lars Engels <lme@FreeBSD.org> | 2007-09-09 20:57:59 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2007-09-09 20:57:59 +0000 |
commit | 3bf4a629859ed7ee9e6062e5f9b4d3e069b1c24b (patch) | |
tree | 72a3a37d5095695676c7fb86b464a44ce965cc65 /deskutils | |
parent | 8feb87d168fb3b72afb14078fc40614d4491e42e (diff) | |
download | ports-3bf4a629859ed7ee9e6062e5f9b4d3e069b1c24b.tar.gz ports-3bf4a629859ed7ee9e6062e5f9b4d3e069b1c24b.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kio_locate/Makefile | 34 | ||||
-rw-r--r-- | deskutils/kio_locate/distinfo | 3 | ||||
-rw-r--r-- | deskutils/kio_locate/pkg-descr | 10 | ||||
-rw-r--r-- | deskutils/kio_locate/pkg-plist | 12 |
5 files changed, 60 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index d9acc7902a4e..6999d471754a 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -110,6 +110,7 @@ SUBDIR += kdepim3 SUBDIR += kdissert SUBDIR += kickpim + SUBDIR += kio_locate SUBDIR += klipoquery SUBDIR += kluje SUBDIR += kmatrix3d diff --git a/deskutils/kio_locate/Makefile b/deskutils/kio_locate/Makefile new file mode 100644 index 000000000000..6a803a67321e --- /dev/null +++ b/deskutils/kio_locate/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: kio_locate +# Date created: 2007-08-26 +# Whom: fusselbaer <e-ports@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= kio_locate +PORTVERSION= 0.4.4 +CATEGORIES= deskutils kde +MASTER_SITES= http://arminstraub.com/downloads/kio-locate/ +DISTNAME= kio-locate_${PORTVERSION} + +MAINTAINER= e-ports@gmx.de +COMMENT= Locate KIO for Konqueror + +WRKSRC= ${WRKDIR}/kio-locate-${PORTVERSION} + +USE_SCONS= yes +USE_KDELIBS_VER= 3 + +.if !defined(WITHOUT_NLS) + USE_GETTEXT= yes + PLIST_SUB+= NLS="" +.else + PLIST_SUB+= NLS="@comment " +.endif + +post-extract: + ${REINPLACE_CMD} 's/LocateProtocol:://' ${WRKSRC}/src/kio_locate.h +pre-configure: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/scons -C ${WRKSRC} prefix=${PREFIX} + +.include <bsd.port.mk> diff --git a/deskutils/kio_locate/distinfo b/deskutils/kio_locate/distinfo new file mode 100644 index 000000000000..a4ba3f0b5852 --- /dev/null +++ b/deskutils/kio_locate/distinfo @@ -0,0 +1,3 @@ +MD5 (kio-locate_0.4.4.tar.gz) = 180b7ae9e2023a52311aa4f6730d8c7e +SHA256 (kio-locate_0.4.4.tar.gz) = bd137069425fc188b1c9ad4dc1ef6ecab492812a9dca670a99de699705a18fb9 +SIZE (kio-locate_0.4.4.tar.gz) = 155628 diff --git a/deskutils/kio_locate/pkg-descr b/deskutils/kio_locate/pkg-descr new file mode 100644 index 000000000000..84efa495f016 --- /dev/null +++ b/deskutils/kio_locate/pkg-descr @@ -0,0 +1,10 @@ +kio_locate is a KIO slave for konqueror which allows you: + +* To search using locate you don't have to switch to a prompt. +* The search results are shown to you, as if you were in a directory. + Any found file is just one click away. +* You could e.g. move all found files using Drag & Drop. +* And all that's possible from practically any KDE program, that can + open files. + +WWW: http://arminstraub.com/browse.php?page=programs_kiolocate&lang=en diff --git a/deskutils/kio_locate/pkg-plist b/deskutils/kio_locate/pkg-plist new file mode 100644 index 000000000000..65a012a86f58 --- /dev/null +++ b/deskutils/kio_locate/pkg-plist @@ -0,0 +1,12 @@ +lib/kde3/kio_locate.la +lib/kde3/kio_locate.so +share/doc/HTML/en/kio-locate/common +share/doc/HTML/en/kio-locate/index.cache.bz2 +share/doc/HTML/en/kio-locate/index.docbook +share/doc/HTML/en/kio-locate/screenshot.png +%%NLS%%share/locale/de/LC_MESSAGES/kio-locate.mo +%%NLS%%share/locale/fr/LC_MESSAGES/kio-locate.mo +share/services/locate.protocol +share/services/locater.protocol +share/services/rlocate.protocol +share/services/searchproviders/locate.desktop |