aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver/pkg-install
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 6.0.1.Brooks Davis2005-04-211-65/+0
| | | | | | | | | | | | | | | | | | | | 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
* Various enhancements and fixes for slimserver:Brooks Davis2004-12-311-0/+5
| | | | | | | | | | | | | | | | | | | - 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.3.0. This fixes a minior security problem whereBrooks Davis2004-09-231-5/+6
| | | | | | | | | | | | | | | "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-211-0/+5
| | | | | | | | | 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-031-0/+12
| | | | | | | | | | | | | | | | | | | | - 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-161-0/+42
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