Version: 7.3.3, Package name: squeezecenter-7.3.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Formerly known as SlimServer, this is a streaming audio server for use with the SlimDevices/Logitech network music players - Squeezebox, Transporter and SLiMP3. * Web browser UI to control the player and manage playlists * MP3 & WMA Internet radio * Alarm clock * Automatically imports metadata tags * Browse and search by title, artist, album or genre * Shuffle and repeat albums or songs * Create, save, and import .pls, .cue and .m3u playlist files * Displays current date and time when not playing * Open protocol and command line API * Expandable through 3rd party plug-ins and skins * Supports multiple synchronized players * Listen from any computer using an MP3 software player |
Filesize: 24893.745 KB |
Version History (View Complete History) |
|
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-13 20:16:53 by Christian Weisgerber | Files touched by this commit (49) |
Log message: Switch to PERMIT_(DISTFILES|PACKAGE). CDROM restrictions are no longer applicable. |
2017-08-15 09:53:57 by Andrew Fresh | Files touched by this commit (2) |
Log message: Remove RUN_DEPENDS on p5-I18N-LangTags, now in base |
2016-04-05 06:21:41 by Stuart Henderson | Files touched by this commit (9) |
Log message: sprinkle some deps on www/p5-CGI |
2015-05-25 01:54:28 by Jasper Lievisse Adriaanse | Files touched by this commit (29) |
Log message: remove a whole bunch more @rm -f cases |
2015-05-08 03:08:45 by Marc Espie | Files touched by this commit (23) |
Log message: don't depend on modes in the ports tree being what we want installed |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-05-11 00:22:17 by Antoine Jacoutot | Files touched by this commit (27) |
Log message: Sanitize some @unexec/@extraunexec calls to rm: move them up in the PLIST and remove remove everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories. |
2011-03-02 01:35:14 by Stuart Henderson | Files touched by this commit (2) |
Log message: Avoid using use Class::XSAccessor::Array private API to unbreak this port, taken from newer version. jim@ ok |
2010-11-26 00:07:57 by Marc Espie | Files touched by this commit (23) |
Log message: redo depends with >= |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-09-21 04:28:11 by Stuart Henderson | Files touched by this commit (1) |
Log message: change homepage, pointed out aja@ |
2010-09-21 04:12:07 by Stuart Henderson | Files touched by this commit (1) |
Log message: add a note about why this isn't updated, people keep asking |
2009-07-12 13:58:28 by Stuart Henderson | Files touched by this commit (6) |
Log message: maintenance update to 7.3.3 |
2009-01-27 18:36:00 by Stuart Henderson | Files touched by this commit (11) |
Log message: update to 7.3.2 |
2008-12-13 03:37:28 by Stuart Henderson | Files touched by this commit (1) |
Log message: add NO_REGRESS=Yes, no package bump needed. |
2008-11-17 05:31:27 by Stuart Henderson | Files touched by this commit (3) |
Log message: - update to 7.2.1 - fix userid conflict with heartbeat (sorry) |