Skip site navigation (1)Skip section navigation (2)

CVS log for ports/audio/slimserver/Attic/distinfo

[BACK] Up to [FreeBSD] / ports / audio / slimserver

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22
Fri Sep 4 22:53:24 2009 UTC (2 years, 5 months ago) by brooks
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.21: +0 -0 lines
SlimServer has been superseded by SqueezeCenter for over a year and the
audio/slimserver port has been marked as DEPRECATED for over eight
months.  Remove all SlimServer related ports.

I was unable to contact the maintainer of slimserver-lastfm and
slimserver-slimscrobbler, but they have received no updates since
late 2006.

The other slimserver-* ports were maintained by tdb who approved their
removal (and who maintains squeezecenter-* couterparts for most of
them.)

Prodded by:	erwin
Approved by:	tdb (maintainer), <silence>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 27 22:04:13 2008 UTC (3 years, 10 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -3 lines
Depend on the ports version of p5-YAML-Syck instead of using the one from
slimdevices.  It turns out we just need to be more agressive about removing
all the pieces of it they ship in the tarball.

Submitted by:	Christopher Key <cjk32 at cam dot ac dot uk>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Aug 31 20:56:26 2007 UTC (4 years, 5 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Upgrade to slimserver 2.5.4, a minor bugfix release.  See the release
notes for details:

http://www.slimdevices.com/Changelog6.html

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jul 15 03:47:19 2007 UTC (4 years, 6 months ago) by brooks
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +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.18: download - view: text, markup, annotated - select for diffs
Thu Jun 7 23:38:12 2007 UTC (4 years, 8 months ago) by brooks
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Upgrade to 6.5.2.  Basicly a bugfix release.  See the changelog for
details:  http://www.slimdevices.com/Changelog6.html

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 19 00:19:06 2007 UTC (5 years ago) by brooks
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 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.16: download - view: text, markup, annotated - select for diffs
Thu Oct 5 02:56:55 2006 UTC (5 years, 4 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -27 lines
Upgrade slimserver to version 6.5.0.

The biggest change is that the database is now MySQL instead of SQLite.
Slimserver starts it's own MySQL instance so you don't need to deal with
MySQL configuration, but both the client and server are now
dependencies.  For more info see the change log at:

	http://www.slimdevices.com/Changelog6.html

Most of the binary perl modules are now port dependencies.  YAML-Syck is
not yet because it didn't work.  I suspect a version issues (the ports
version is newer).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 26 15:53:24 2006 UTC (5 years, 6 months ago) by brooks
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Upgrade to 6.3.1 allowing the removal of a patch and fixing some other
bugs.

PR:		ports/100884
Submitted by:	Mark Knight <markk at knigma dot org>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jul 25 20:24:38 2006 UTC (5 years, 6 months ago) by brooks
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -3 lines
Upgrade slimserver to 6.3.0.

PR:		ports/99789
Submitted by:	Mark Knight <markk at knigma dot org>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 5 05:45:13 2006 UTC (5 years, 9 months ago) by brooks
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
- Upgrade to slimserver 6.2.2, mostly bugfixes.
- Switch to trying to use faad instead of mov123 (non-existant on
  UNIX-like platforms) for AAC files [1]
- Switch to using ogg123 directly for OGG vorbis files since sox
  doesn't pull in vorbis support by default.
- Add OPTIONS support for various useful audio utils and default to
  depending on the less restrictive ones.

PR:		ports/91092 [1]
Submitted by:	lth [1]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Nov 20 02:32:13 2005 UTC (6 years, 2 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Upgrade to 6.2.1.  Mostly a bugfix release.

Also, switch the style of patch to Bin/build-perl-modules.pl to remove
lines rather than commenting them out.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 11 19:03:19 2005 UTC (6 years, 3 months ago) by brooks
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -0 lines
add SHA256

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Oct 28 20:21:24 2005 UTC (6 years, 3 months ago) by brooks
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Upgrade to slimserver 6.2.0.  New features include:
 - Built-in support WMA radio and files for all operating systems.
 - Wake-on-LAN function.
 - Seven day alarm.
 - Replay gain support.

Revision 1.9: 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: RELEASE_6_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 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.8: download - view: text, markup, annotated - select for diffs
Wed Apr 27 22:28:07 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -2 lines
Upgrade to 6.0.2.

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

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +8 -2 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.6: download - view: text, markup, annotated - select for diffs
Tue Dec 14 17:50:27 2004 UTC (7 years, 1 month ago) by brooks
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Upgrade to 5.4.0.

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 20 00:52:23 2004 UTC (7 years, 3 months ago) by brooks
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Upgrade to 5.3.1.

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 23 05:21:41 2004 UTC (7 years, 4 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Upgrade to 5.3.0.  This fixes a minior security problem where
"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)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Aug 21 17:44:06 2004 UTC (7 years, 5 months ago) by brooks
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Upgrade to 5.2.1 which is mostly a bugfix release.  I've commited a
modified version of the submitted patch.

Submitted by:	Patric.Guelat at imp.ch

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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 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: 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>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options