f13dcde71c
- 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]
10 lines
438 B
Bash
10 lines
438 B
Bash
#!/bin/sh
|
|
# This script requires that that java/javavmwrapper port and a JDK
|
|
# version 1.4 or greater be installed.
|
|
#
|
|
# The javavmwrapper port is not installed by default lest the JDK
|
|
# requirement drag this port down into oblivion. Perhaps someday Sun
|
|
# will release the JDK under a license that makes dependencies on the
|
|
# JDK reasionable.
|
|
#
|
|
%%LOCALBASE%%/bin/javavm -jar /usr/local/slimserver/HTML/EN/html/softsqueeze/SoftSqueeze.jar
|