1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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/
This commit is contained in:
Tim Bishop 2006-12-15 15:14:11 +00:00
parent c3700b53fc
commit 3045e7ae59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179859
5 changed files with 45 additions and 0 deletions

View File

@ -547,6 +547,7 @@
SUBDIR += slimserver
SUBDIR += slimserver-dynamictransition
SUBDIR += slimserver-lastfm
SUBDIR += slimserver-lazysearch
SUBDIR += slimserver-slimscrobbler
SUBDIR += snack
SUBDIR += snett

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: slimserver-lazysearch
# Date created: 10 December 2006
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $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 <bsd.port.mk>

View File

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

View File

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

View File

@ -0,0 +1 @@
%%SLIMDIR%%/Plugins/LazySearch2.pm