CVS log for ports/audio/squeezecenter/files/Attic/squeezecenter.sh.in
Up to [FreeBSD] / ports / audio / squeezecenter / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15
Mon Nov 30 14:14:28 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.14: +1 -1 lines
2009-11-30 audio/squeezecenter-trackstat: Replaced by audio/squeezeboxserver-trackstat 2009-11-30 audio/squeezecenter-superdatetime: Replaced by audio/squeezeboxserver-superdatetime 2009-11-30 audio/squeezecenter-sqlplaylist: Replaced by audio/squeezeboxserver-sqlplaylist 2009-11-30 audio/squeezecenter-lazysearch: Replaced by audio/squeezeboxserver-lazysearch 2009-11-30 audio/squeezecenter-dynamicplaylist: Replaced by audio/squeezeboxserver-dynamicplaylist 2009-11-30 audio/squeezecenter: Replaced by audio/squeezeboxcenter 2009-10-17 www/mod_auth_mysql41_ap2: distfile no longer fetchable 2009-10-13 x11-toolkits/gtkscintilla: no longer under development, last release in 2002 2009-10-13 x11-toolkits/py-gtkscintilla: no longer under development, last release in 2002
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:55:38 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Sep 2 19:51:04 2008 UTC (3 years, 5 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Upgrade to squeezecenter 7.2 which has: - Added support for Squeezebox Boom - Squeezebox and Transporter firmware updates to fix a number of issues - Improved performance in web interface - New and improved alarm clock - Improved Rhapsody behavior Fix the startup script when /var/*/squeezecenter are symlinks.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 11 16:57:00 2008 UTC (3 years, 6 months ago) by brooks
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Upgrade to 7.1, mostly a bugfix release.
Fix an error in the rc.d script where a typo caused a couple variable
names not to expand. Some configuration settings may need to be restored or
/var/db/squeezecenter/%{name}.conf (literally) my be renamed to
squeezecenter.conf.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 24 16:10:23 2008 UTC (3 years, 7 months ago) by brooks
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +15 -15 lines
Remove most bare references to "squeezecenter" in files subject to substitution. Now I'm ready for what ever they decide to call 8.0. :) This also fixes the newsyslog.conf entry created by pkg-install. Reported by: Tim Bishop <tim at bishnet dot net> (newsyslog.conf)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 4 15:48:14 2008 UTC (3 years, 10 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +33 -24 lines
Install squeezecenter with more normal permissions using the COPYTREE_SHARE macro. Use rc.subr's user and group startup functionality instead of the poorly supported code in squeezecenter. Switch to the default log layout where mutiple log files end up in /var/log/slimserver. Changing location is required due to the startup change and the split layout is easier to handle.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 2 17:30:27 2008 UTC (3 years, 10 months ago) by brooks
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +16 -26 lines
Introduce a port of SqueezeCenter 7.0.0, the latest release of the software formerly know as SlimServer (audio/slimserver). The most visiable change is a new AJAX heavy default skin. A configuration option is available to install with the Classic skin instead (the new Default is broken with Konqueror). Other changes can be found in the release notes: http://www.slimdevices.com/changelog7.html The SqueezeCenter port does not overlap with SlimServer so both will remain for the time being. Repocopy by: marcus (ports/122138)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 15 03:47:20 2007 UTC (4 years, 6 months ago) by brooks
Branches: MAIN
CVS tags: old_old_RELEASE_7_0_0, old_old_RELEASE_6_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade to slimserver 6.5.3 see change log for details. 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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 19 00:19:07 2007 UTC (5 years ago) by brooks
Branches: MAIN
CVS tags: old_old_RELEASE_4_EOL, old_old_PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +15 -23 lines
Upgrade to slimserver 6.5.1. Mostly minor improvements. See the 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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:46:49 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: old_old_RELEASE_6_2_0, old_old_RELEASE_6_1_0, old_old_RELEASE_5_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears. 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.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 22 22:48:55 2005 UTC (6 years, 6 months ago) by brooks
Branches: MAIN
CVS tags: old_old_RELEASE_6_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -8 lines
- Upgrade to slimserver 6.1.1. - 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/.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 21 05:17:02 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +27 -4 lines
Upgrade to 6.0.1. 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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 27 06:00:51 2005 UTC (7 years ago) by brooks
Branches: MAIN
CVS tags: old_old_RELEASE_5_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Use SUB_FILES and SUB_LIST instead of hand rolled sed to generate softsqueeze.sh and slimserver.sh. Files were repo-copyed to from *.sh to *.sh.in. Repo-copy by: marcus PR: 76519
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 3 22:59:03 2004 UTC (7 years, 9 months ago) by brooks
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_3_0, old_old_old_RELEASE_4_11_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -3 lines
- Upgrade to 5.1.5. - 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)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:13:30 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_10_0
Add slimserver 5.1.1, 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>
