aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezecenter
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to slimserver 6.1.1.Brooks Davis2005-07-224-18/+8
| | | | | | | | | - 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/. Notes: svn path=/head/; revision=139926
* Upgrade to 6.0.2.Brooks Davis2005-04-273-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 Notes: svn path=/head/; revision=134287
* Add a dependency on expat. Don't bump PORTREVISION since it won'tBrooks Davis2005-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) Notes: svn path=/head/; revision=134037
* Add missing USE_PERL5.Brooks Davis2005-04-221-0/+2
| | | | | | | Reported by: pointyhat (via kris) Notes: svn path=/head/; revision=133949
* Improve the upgrade process a bit. It was previously possible forBrooks Davis2005-04-212-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. Notes: svn path=/head/; revision=133888
* Upgrade to 6.0.1.Brooks Davis2005-04-2110-403/+288
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=133813
* The versions of Audio::WMA and Audio:Wav in ports are hopelesslyBrooks Davis2005-02-172-3/+3
| | | | | | | | | | outdated, use the version that comes with slimserver instead. Reported by: joe Pointy hat to: brooks Notes: svn path=/head/; revision=129100
* Bump PORTREVISION.Josef Karthauser2005-02-161-1/+1
| | | | Notes: svn path=/head/; revision=129036
* Fix a bug that caused perl dependencies not to be installed.Brooks Davis2005-02-141-8/+7
| | | | | | | | | | While I'm here, quite portlint a bit by replacing an number of bare commands with ${CMD} variables. Reported by: joe Notes: svn path=/head/; revision=128868
* Use SUB_FILES and SUB_LIST instead of hand rolled sed to generateBrooks Davis2005-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 Notes: svn path=/head/; revision=127456
* Update configuration notice to reflect changes in user interface layout.Brooks Davis2005-01-251-1/+1
| | | | | | | | PR: 76665 Submitted by: Dan Pelleg <daniel plus gnats at pelleg dot org> Notes: svn path=/head/; revision=127328
* Various enhancements and fixes for slimserver:Brooks Davis2004-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] Notes: svn path=/head/; revision=125578
* Upgrade to 5.4.0.Brooks Davis2004-12-142-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 Notes: svn path=/head/; revision=124015
* Upgrade to 5.3.1.Brooks Davis2004-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 Notes: svn path=/head/; revision=119817
* Upgrade to 5.3.0. This fixes a minior security problem whereBrooks Davis2004-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) Notes: svn path=/head/; revision=118349
* Upgrade to 5.2.1 which is mostly a bugfix release. I've commited aBrooks Davis2004-08-214-8/+80
| | | | | | | | | modified version of the submitted patch. Submitted by: Patric.Guelat at imp.ch Notes: svn path=/head/; revision=116962
* - Upgrade to 5.1.5.Brooks Davis2004-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) Notes: svn path=/head/; revision=108330
* - Upgrade to 5.1.5.Brooks Davis2004-05-037-20/+150
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=108324
* Add slimserver 5.1.1,Kirill Ponomarev2004-04-1610-0/+1362
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> Notes: svn path=/head/; revision=107220