From 3045e7ae5937cc136e073ae1e1a98a72c161a565 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Fri, 15 Dec 2006 15:14:11 +0000 Subject: [PATCH] - Add new port audio/slimserver-lazysearch. Description: This is a SlimServer plugin to add lazy search capabilities. Lazy searching allows for much faster entry of search text by allowing you to forget about multi-tapping and instead just press each of the remote control buttons once for each of the letters in the text, whatever position the letter appears in above the button. WWW: http://hickinbottom.demon.co.uk/lazysearch/ --- audio/Makefile | 1 + audio/slimserver-lazysearch/Makefile | 33 +++++++++++++++++++++++++++ audio/slimserver-lazysearch/distinfo | 3 +++ audio/slimserver-lazysearch/pkg-descr | 7 ++++++ audio/slimserver-lazysearch/pkg-plist | 1 + 5 files changed, 45 insertions(+) create mode 100644 audio/slimserver-lazysearch/Makefile create mode 100644 audio/slimserver-lazysearch/distinfo create mode 100644 audio/slimserver-lazysearch/pkg-descr create mode 100644 audio/slimserver-lazysearch/pkg-plist diff --git a/audio/Makefile b/audio/Makefile index 8a324ed1cd99..1094f3951bdf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -547,6 +547,7 @@ SUBDIR += slimserver SUBDIR += slimserver-dynamictransition SUBDIR += slimserver-lastfm + SUBDIR += slimserver-lazysearch SUBDIR += slimserver-slimscrobbler SUBDIR += snack SUBDIR += snett diff --git a/audio/slimserver-lazysearch/Makefile b/audio/slimserver-lazysearch/Makefile new file mode 100644 index 000000000000..f9c2d4606a6a --- /dev/null +++ b/audio/slimserver-lazysearch/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: slimserver-lazysearch +# Date created: 10 December 2006 +# Whom: Tim Bishop +# +# $FreeBSD$ +# + +PORTNAME= lazysearch +PORTVERSION= 2.3 +CATEGORIES= audio +# Distfile mirrored due to being unversioned on author's site +MASTER_SITES= ftp://ftp.i-scream.org/pub/slimserver/${PORTNAME}/ \ + http://ftp.i-scream.org/pub/slimserver/${PORTNAME}/ +PKGNAMEPREFIX= slimserver- +DIST_SUBDIR= slimserver + +MAINTAINER= tdb@FreeBSD.org +COMMENT= SlimServer plugin for performing lazy searches + +RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/slimserver + +USE_ZIP= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +SLIMDIR?= slimserver +PLIST_SUB+= SLIMDIR=${SLIMDIR} + +do-install: + ${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins + ${INSTALL_DATA} ${WRKSRC}/LazySearch2.pm ${PREFIX}/${SLIMDIR}/Plugins + +.include diff --git a/audio/slimserver-lazysearch/distinfo b/audio/slimserver-lazysearch/distinfo new file mode 100644 index 000000000000..ca6a12b1c739 --- /dev/null +++ b/audio/slimserver-lazysearch/distinfo @@ -0,0 +1,3 @@ +MD5 (slimserver/lazysearch-2.3.zip) = 6f661a71ecb41ff09515101096d305e4 +SHA256 (slimserver/lazysearch-2.3.zip) = 70ff59ec320266cad4b5762a8864f873f8e69c2170bbf299c82ba7837a9ae267 +SIZE (slimserver/lazysearch-2.3.zip) = 34219 diff --git a/audio/slimserver-lazysearch/pkg-descr b/audio/slimserver-lazysearch/pkg-descr new file mode 100644 index 000000000000..0d92a2d2c81d --- /dev/null +++ b/audio/slimserver-lazysearch/pkg-descr @@ -0,0 +1,7 @@ +This is a SlimServer plugin to add lazy search capabilities. Lazy +searching allows for much faster entry of search text by allowing +you to forget about multi-tapping and instead just press each of +the remote control buttons once for each of the letters in the text, +whatever position the letter appears in above the button. + +WWW: http://hickinbottom.demon.co.uk/lazysearch/ diff --git a/audio/slimserver-lazysearch/pkg-plist b/audio/slimserver-lazysearch/pkg-plist new file mode 100644 index 000000000000..76406e4a753d --- /dev/null +++ b/audio/slimserver-lazysearch/pkg-plist @@ -0,0 +1 @@ +%%SLIMDIR%%/Plugins/LazySearch2.pm