diff options
Diffstat (limited to 'freebsd/applications/tdeio/tdeio-locate')
-rw-r--r-- | freebsd/applications/tdeio/tdeio-locate/Makefile | 37 | ||||
-rw-r--r-- | freebsd/applications/tdeio/tdeio-locate/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/tdeio/tdeio-locate/pkg-descr | 8 | ||||
-rw-r--r-- | freebsd/applications/tdeio/tdeio-locate/pkg-plist | 13 |
4 files changed, 61 insertions, 0 deletions
diff --git a/freebsd/applications/tdeio/tdeio-locate/Makefile b/freebsd/applications/tdeio/tdeio-locate/Makefile new file mode 100644 index 000000000..70d2f71cd --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/tdeio/tdeio-locate + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tdeio-locate-trinity +COMMENT= tdeio-slave for the locate command +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= deskutils x11 +DIST_SUBDIR= TDE/applications/tdeio + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/tdeio/tdeio-locate/distinfo b/freebsd/applications/tdeio/tdeio-locate/distinfo new file mode 100644 index 000000000..0d0a8e8c0 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682033461 +SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.0.orig.tar.xz) = 18996cbfd90ecc0515ba48bd18fcfa9402ed533acf7a22d521ec84d138cdcd5f +SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.0.orig.tar.xz) = 61544 diff --git a/freebsd/applications/tdeio/tdeio-locate/pkg-descr b/freebsd/applications/tdeio/tdeio-locate/pkg-descr new file mode 100644 index 000000000..d69dba6a2 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/pkg-descr @@ -0,0 +1,8 @@ +tdeio-slave for the locate command + +Adds support for the "locate:" and "locater:" +protocols to Konqueror and other TDE applications. + +This enables you to perform locate searches as you +would in a terminal. The result is displayed just +as a directory. diff --git a/freebsd/applications/tdeio/tdeio-locate/pkg-plist b/freebsd/applications/tdeio/tdeio-locate/pkg-plist new file mode 100644 index 000000000..c9756f460 --- /dev/null +++ b/freebsd/applications/tdeio/tdeio-locate/pkg-plist @@ -0,0 +1,13 @@ +lib/trinity/tdeio_locate.la +lib/trinity/tdeio_locate.so +share/doc/tde/HTML/en/tdeioslave/locate/common +share/doc/tde/HTML/en/tdeioslave/locate/index.cache.bz2 +share/doc/tde/HTML/en/tdeioslave/locate/index.docbook +share/doc/tde/HTML/en/tdeioslave/locate/screenshot.png +share/locale/de/LC_MESSAGES/tdeio_locate.mo +share/locale/fr/LC_MESSAGES/tdeio_locate.mo +share/locale/pt/LC_MESSAGES/tdeio_locate.mo +share/services/locate.protocol +share/services/locater.protocol +share/services/rlocate.protocol +share/services/searchproviders/locate.desktop |