mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +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:
parent
c3700b53fc
commit
3045e7ae59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179859
@ -547,6 +547,7 @@
|
||||
SUBDIR += slimserver
|
||||
SUBDIR += slimserver-dynamictransition
|
||||
SUBDIR += slimserver-lastfm
|
||||
SUBDIR += slimserver-lazysearch
|
||||
SUBDIR += slimserver-slimscrobbler
|
||||
SUBDIR += snack
|
||||
SUBDIR += snett
|
||||
|
33
audio/slimserver-lazysearch/Makefile
Normal file
33
audio/slimserver-lazysearch/Makefile
Normal 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>
|
3
audio/slimserver-lazysearch/distinfo
Normal file
3
audio/slimserver-lazysearch/distinfo
Normal 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
|
7
audio/slimserver-lazysearch/pkg-descr
Normal file
7
audio/slimserver-lazysearch/pkg-descr
Normal 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/
|
1
audio/slimserver-lazysearch/pkg-plist
Normal file
1
audio/slimserver-lazysearch/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%SLIMDIR%%/Plugins/LazySearch2.pm
|
Loading…
Reference in New Issue
Block a user