- 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]
"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)
- 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)
- 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)
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>