aboutsummaryrefslogtreecommitdiffstats
path: root/audio/slimserver
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Depend on the ports version of p5-YAML-Syck instead of using the one frombrooks2008-03-282-19/+5
| | | | | | | slimdevices. It turns out we just need to be more agressive about removing all the pieces of it they ship in the tarball. Submitted by: Christopher Key <cjk32 at cam dot ac dot uk>
* Upgrade to slimserver 2.5.4, a minor bugfix release. See the releasebrooks2007-09-012-7/+5
| | | | | | notes for details: http://www.slimdevices.com/Changelog6.html
* Upgrade to slimserver 6.5.3 see change log for details.brooks2007-07-155-21/+32
| | | | | | | | | http://www.slimdevices.com/Changelog6.html Add largely untested support for changing the slimserver user, group, and database/cache directory with the SLIMUSER, SLIMGROUP, and SLIMDBDIR make variables. Make sure the user/group exists before install if you use a non-standard one.
* Upgrade to 6.5.2. Basicly a bugfix release. See the changelog forbrooks2007-06-083-9/+9
| | | | details: http://www.slimdevices.com/Changelog6.html
* Get rid of warnings about for old, unsupported perl versions.brooks2007-02-081-4/+0
|
* Fix build for people who have somehow managed to install Perl without abrooks2007-01-292-4/+6
| | | | working /usr/bin/perl.
* p5-DBD-mysql no longer installs Mysql.pm so our depends were broken.brooks2007-01-231-1/+1
| | | | Depend on DBD/mysql.pm instead.
* Upgrade to slimserver 6.5.1. Mostly minor improvements. See thebrooks2007-01-196-49/+63
| | | | | | | | | release notes for details http://www.slimdevices.com/Changelog6.html. Fix a longstanding bug that caused mDNS support to not actually work. Take advantage of improvements in rc.subr to reduce the amount of code in the shutdown path including removing the pgrep dependancy.
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1
|
* SlimServer will work with with MySQL 4.1 so allow that in addition tobrooks2006-10-071-1/+1
| | | | | | | 5.0. It's not clear if 5.1 will work, but go ahead and allow it for now. Reported by: Matthew Komar <digital at blackroses dot com>
* p5-File-Which is a BUILD_DEPEND, not a RUN_DEPEND.brooks2006-10-061-2/+2
| | | | Reported by: kris (from pointyhat)
* Upgrade slimserver to version 6.5.0.brooks2006-10-056-69/+164
| | | | | | | | | | | | | The biggest change is that the database is now MySQL instead of SQLite. Slimserver starts it's own MySQL instance so you don't need to deal with MySQL configuration, but both the client and server are now dependencies. For more info see the change log at: http://www.slimdevices.com/Changelog6.html Most of the binary perl modules are now port dependencies. YAML-Syck is not yet because it didn't work. I suspect a version issues (the ports version is newer).
* Upgrade to 6.3.1 allowing the removal of a patch and fixing some otherbrooks2006-07-263-17/+4
| | | | | | | bugs. PR: ports/100884 Submitted by: Mark Knight <markk at knigma dot org>
* Upgrade slimserver to 6.3.0.brooks2006-07-263-6/+22
| | | | | PR: ports/99789 Submitted by: Mark Knight <markk at knigma dot org>
* Really send all output from the deletation of the page cache to /dev/null.brooks2006-05-061-1/+2
| | | | Submitted by: Niels Bakker <niels at bakker dot net>
* - Upgrade to slimserver 6.2.2, mostly bugfixes.brooks2006-05-052-13/+51
| | | | | | | | | | | | - Switch to trying to use faad instead of mov123 (non-existant on UNIX-like platforms) for AAC files [1] - Switch to using ogg123 directly for OGG vorbis files since sox doesn't pull in vorbis support by default. - Add OPTIONS support for various useful audio utils and default to depending on the less restrictive ones. PR: ports/91092 [1] Submitted by: lth [1]
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Chase shlib bump of libexpat.kuriyama2006-01-311-1/+2
|
* Don't manually install the rc.d script, USE_RC_SUBR does it for us.brooks2006-01-251-2/+0
| | | | Reported by: krismail
* Upgrade to 6.2.1. Mostly a bugfix release.brooks2005-11-203-72/+11
| | | | | Also, switch the style of patch to Bin/build-perl-modules.pl to remove lines rather than commenting them out.
* add SHA256brooks2005-11-121-0/+8
|
* Upgrade to slimserver 6.2.0. New features include:brooks2005-10-292-6/+3
| | | | | | | - Built-in support WMA radio and files for all operating systems. - Wake-on-LAN function. - Seven day alarm. - Replay gain support.
* Override hardcoding of libexpat search paths in internal build ofbrooks2005-10-192-4/+19
| | | | | | XML-Parser to allow an alternate LOCALBASE to work. Reported by: dosirak (via kris)
* - Upgrade to slimserver 6.1.1.brooks2005-07-233-11/+6
| | | | | | - Don't quote IGNORE message. - Don't put pid file in /var/run/slimserver/. It's now created early enough to put it directly in /var/run/.
* Upgrade to 6.0.2.brooks2005-04-283-9/+17
| | | | | | | | The most important fix is probably avoiding database corruption that caused the wrong artists to be associated with songs/albums. For full details, see the Changelog.html or: http://www.slimdevices.com/su_changelog.html
* Add a dependency on expat. Don't bump PORTREVISION since it won'tbrooks2005-04-241-0/+1
| | | | | | | change the output if it built before and packages wouldn't have built even if RESTRICTED wasn't set. Reported by: pointyhat (via kris)
* Add missing USE_PERL5.brooks2005-04-231-0/+2
| | | | Reported by: pointyhat (via kris)
* Improve the upgrade process a bit. It was previously possible forbrooks2005-04-222-7/+15
| | | | | | | | | | | | | | | | the log file to be owned by root because most files were opened/created before the uid was switched to non-root. That's not the case anymore so we need to be sure those files are owned by slimserv:slimserv. This isn't a problem with new installed because they are made correctly in the rc script, but on upgrades it may be an issue. Handle this by resetting the permissions of existing files and directories during the install. While I'm here, remove some leftover directory creation. It properly belongs in the startup script so the files will be created if /var is clear. Bump port revision.
* Upgrade to 6.0.1.brooks2005-04-219-400/+262
| | | | | | | | | | | | | | | | | Stop trying to use ports versions of all the CPAN bits and do things the way the vendor expects. It's less elegant, but much easier to maintain. Do build our own versions of binary modules so we have a chance on all platforms, but use a slightly modified version of their script to do so (mostly make it non interactive and fetch the files from DISTDIR/DIST_SUBDIR rather than direct from slimdevices each build). Mark RESTRICTED. The distfiles and the build contain non-restributable bits. Some of the people building packages for linux are working on a way around this (not distributing the firmware and using alternate images), but that's no here yet. Nagged by: many :-) Prodded by: my dying cd player
* The versions of Audio::WMA and Audio:Wav in ports are hopelesslybrooks2005-02-182-3/+3
| | | | | | | outdated, use the version that comes with slimserver instead. Reported by: joe Pointy hat to: brooks
* Bump PORTREVISION.joe2005-02-171-1/+1
|
* Fix a bug that caused perl dependencies not to be installed.brooks2005-02-151-8/+7
| | | | | | | While I'm here, quite portlint a bit by replacing an number of bare commands with ${CMD} variables. Reported by: joe
* Use SUB_FILES and SUB_LIST instead of hand rolled sed to generatebrooks2005-01-273-87/+5
| | | | | | | | softsqueeze.sh and slimserver.sh. Files were repo-copyed to from *.sh to *.sh.in. Repo-copy by: marcus PR: 76519
* Update configuration notice to reflect changes in user interface layout.brooks2005-01-261-1/+1
| | | | | PR: 76665 Submitted by: Dan Pelleg <daniel plus gnats at pelleg dot org>
* Various enhancements and fixes for slimserver:brooks2004-12-317-51/+427
| | | | | | | | | | | | | | | | - Use a new system to track which files in the CPAN directory should be installed. As a side effect, generate most of the RUN_DEPENDS list at runtime. - Add a script to start softsqueeze. The javavm port and a Jave VM must be installed to the script to actually work. A dependency was not added at this point because that's a huge barrier. - Fix a bug in EXCEPTFILES processing. - Patch the configuration parsing code to default the cache and playlist directories to locations under /var/db/slimserver instead of the weird defaults. This will fix the cache on new installs. [0] - Bump port revision. Reported by: Kraig Vander Berg <kraig at woodshoes dot net> [0]
* Upgrade to 5.4.0.brooks2004-12-152-4/+11
| | | | | | | Contains library scanning preformance improvements. Some new pluggins. Small firmware fixes etc. See the change log for details: http://www.slimdevices.com/su_changelog.html
* Upgrade to 5.3.1.brooks2004-10-202-3/+3
| | | | | | | The main change is improved startup time. There are also a number of bugfixes. See the release notes for details: http://www.slimdevices.com/su_changelog.html
* Upgrade to 5.3.0. This fixes a minior security problem wherebrooks2004-09-236-1186/+80
| | | | | | | | | | | | "a thirdparty web page could cause your browser to trigger changes to setup." The other major change is support for the new graphical display shipping standard on all Squeezeboxes. Because I had it already done in perforce and doing an upgrade without it would be more difficult, I have also modified the port to auto generate its pkg-plist. Approved by: portmgr (linimon)
* Upgrade to 5.2.1 which is mostly a bugfix release. I've commited abrooks2004-08-224-8/+80
| | | | | | modified version of the submitted patch. Submitted by: Patric.Guelat at imp.ch
* - Upgrade to 5.1.5.brooks2004-05-041-0/+9
| | | | | | | | | | | | | | | | | | - Create empty config file on the first startup to allow settings to be saved. - Fix shutdown on 4.x and some 5.x systems. [0] - Remove unnecessicary p5-URI dependency, p5-libwww handles it for us. - Add p5-Template-Toolkit dependency. - Remove some EXCLUDE_FILES already handled by EXCLUDE_DIRS - Fix message about SLIMDIR. [0] - Add a newsyslog.conf entry for the log file. [0] - Add a pkg-message warning about the open defaults of the server. [0] PR: ports/65799 Submitted by: Dan Pelleg <daniel at pelleg.org> [0] Approved by: krion (mentor) Pointy hat to: brooks (failed to add pkg-message)
* - Upgrade to 5.1.5.brooks2004-05-046-18/+136
| | | | | | | | | | | | | | | | | - Create empty config file on the first startup to allow settings to be saved. - Fix shutdown on 4.x and some 5.x systems. [0] - Remove unnecessicary p5-URI dependency, p5-libwww handles it for us. - Add p5-Template-Toolkit dependency. - Remove some EXCLUDE_FILES already handled by EXCLUDE_DIRS - Fix message about SLIMDIR. [0] - Add a newsyslog.conf entry for the log file. [0] - Add a pkg-message warning about the open defaults of the server. [0] PR: ports/65799 Submitted by: Dan Pelleg <daniel at pelleg.org> [0] Approved by: krion (mentor)
* Add slimserver 5.1.1,krion2004-04-169-0/+1306
Slim Devices SlimServer streams a variety of audio formats including MP3, Ogg, and FLAC to Squeezebox and SLIMP3 network players as well as most software players. PR: ports/65601 Submitted by: Brooks Davis <brooks@freebsd.org>