NetBSD.se

CVS log for pkgsrc/audio/musicpd/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / musicpd

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 16 20:57:32 2012 UTC (3 months, 4 weeks ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -5 lines
update to 0.16.6
changes: bugfixes, minor feature improvements

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 30 12:02:25 2011 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
Fix build with latest libaudiofile.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Apr 14 17:55:43 2011 UTC (13 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -1 lines
fix misuse of "bool", should fix build with some compilers, from
Pouya D. Tafti per pkgsrc-users

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 4 08:51:34 2011 UTC (13 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -6 lines
Update to 0.16.2, from Matthias Rampke in PR 44821.

ver 0.16.2 (2011/03/18)
* configure.ac:
  - fix bashism in tremor test
* decoder:
  - tremor: fix configure test
  - gme: detect end of song
* encoder:
  - vorbis: reset the Ogg stream after flush
* output:
  - httpd: fix uninitialized variable
  - httpd: include sys/socket.h
  - oss: AFMT_S24_PACKED is little-endian
  - oss: disable 24 bit playback on FreeBSD

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 27 11:01:04 2011 UTC (14 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
Update to 0.16.1. Use more standard option names.

ver 0.16.1 (2010/01/09)
* audio_check: fix parameter in prototype
* add void casts to suppress "result unused" warnings (clang)
* input:
  - ffado: disable by default
* decoder:
  - mad: work around build failure on Solaris
  - resolve modplug vs. libsndfile cflags/headers conflict
* output:
  - solaris: add missing parameter to open_cloexec() cal
  - osx: fix up audio format first, then apply it to device
* player_thread: discard empty chunks while cross-fading
* player_thread: fix assertion failure due to early seek
* output_thread: fix double lock

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 27 10:42:13 2011 UTC (14 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -7 lines
Update to 0.16, add libsidplay option.

ver 0.16 (2010/12/11)
* protocol:
  - send song modification time to client
  - added "update" idle event
  - removed the deprecated "volume" command
  - added the "findadd" command
  - range support for "delete"
  - "previous" really plays the previous song
  - "addid" with negative position is deprecated
  - "load" supports remote playlists (extm3u, pls, asx, xspf, lastfm://)
  - allow changing replay gain mode on-the-fly
  - omitting the range end is possible
  - "update" checks if the path is malformed
* archive:
  - iso: renamed plugin to "iso9660"
  - zip: renamed plugin to "zzip"
* input:
  - lastfm: obsolete plugin removed
  - ffmpeg: new input plugin using libavformat's "avio" library
* tags:
  - added tags "ArtistSort", "AlbumArtistSort"
  - id3: revised "performer" tag support
  - id3: support multiple values
  - ape: MusicBrainz tags
  - ape: support multiple values
* decoders:
  - don't try a plugin twice (MIME type & suffix)
  - don't fall back to "mad" unless no plugin matches
  - ffmpeg: support multiple tags
  - ffmpeg: convert metadata to generic format
  - ffmpeg: implement the libavutil log callback
  - sndfile: new decoder plugin based on libsndfile
  - flac: moved CUE sheet support to a playlist plugin
  - flac: support streams without STREAMINFO block
  - mikmod: sample rate is configurable
  - mpg123: new decoder plugin based on libmpg123
  - sidplay: support sub-tunes
  - sidplay: implemented songlength database
  - sidplay: support seeking
  - sidplay: play monaural SID tunes in mono
  - sidplay: play mus, str, prg, x00 files
  - wavpack: activate 32 bit support
  - wavpack: allow more than 2 channels
  - mp4ff: rename plugin "mp4" to "mp4ff"
* encoders:
  - twolame: new encoder plugin based on libtwolame
  - flac: new encoder plugin based on libFLAC
  - wave: new encoder plugin for PCM WAV format
* output:
  - recorder: new output plugin for recording radio streams
  - alsa: don't recover on CANCEL
  - alsa: fill period buffer with silence before draining
  - openal: new output plugin
  - pulse: announce "media.role=music"
  - pulse: renamed context to "Music Player Daemon"
  - pulse: connect to server on MPD startup, implement pause
  - jack: require libjack 0.100
  - jack: don't disconnect during pause
  - jack: connect to server on MPD startup
  - jack: added options "client_name", "server_name"
  - jack: clear ring buffers before activating
  - jack: renamed option "ports" to "destination_ports"
  - jack: support more than two audio channels
  - httpd: bind port when output is enabled
  - httpd: added name/genre/website configuration
  - httpd: implement "pause"
  - httpd: bind_to_address support (including IPv6)
  - oss: 24 bit support via OSS4
  - win32: new output plugin for Windows Wave
  - shout, httpd: more responsive to control commands
  - wildcards allowed in audio_format configuration
  - consistently lock audio output objects
* player:
  - drain audio outputs at the end of the playlist
* mixers:
  - removed support for legacy mixer configuration
  - reimplemented software volume as mixer+filter plugin
  - per-device software/hardware mixer setting
* commands:
  - added new "status" line with more precise "elapsed time"
* update:
  - automatically update the database with Linux inotify
  - support .mpdignore files in the music directory
  - sort songs by album name first, then disc/track number
  - rescan after metadata_to_use change
* normalize: upgraded to AudioCompress 2.0
  - automatically convert to 16 bit samples
* replay gain:
  - reimplemented as a filter plugin
  - fall back to track gain if album gain is unavailable
  - optionally use hardware mixer to apply replay gain
  - added mode "auto"
  - parse replay gain from APE tags
* log unused/unknown block parameters
* removed the deprecated "error_file" option
* save state when stopped
* renamed option "--stdout" to "--stderr"
* removed options --create-db and --no-create-db
* state_file: save only if something has changed
* database: eliminated maximum line length
* log: redirect stdout/stderr to /dev/null if syslog is used
* set the close-on-exec flag on all file descriptors
* pcm_volume, pcm_mix: implemented 32 bit support
* support packed 24 bit samples
* CUE sheet support
* support for MixRamp tags
* obey $(sysconfdir) for default mpd.conf location
* build with large file support by default
* added test suite ("make check")
* require GLib 2.12
* added libwrap support
* make single mode 'sticky'

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jan 11 11:43:19 2011 UTC (16 months ago) by drochner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
-add ffmpeg option, patch posted to pkgsrc-users by Pouya D. Tafti
-update to 0.15.15
 changes: bugfixes

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 19 18:25:19 2010 UTC (23 months, 4 weeks ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
zero-initialize format specifier for libao, bump PKGREVISION

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Apr 12 19:10:42 2010 UTC (2 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
update to 0.15.9
This bugfix release fixes a couple of crashes, a ReplayGain regression
from the last stable release, single and repeat modes in random and
other small fixes.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 22 20:47:45 2010 UTC (2 years, 3 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
update to 0.15.8
This bugfix release will make incoming streaming more reliable, allowing
stream rewinding if supported, fix CUE track playback, fixes shn support
in ffmpeg and other minor fixes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 16 19:28:49 2009 UTC (2 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4 lines
update to 0.15.6
changes:
This release fixes OggFLAC, some annoyances and a few critical bugs

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 19 19:40:43 2009 UTC (2 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Update to mpd-0.15.5.
- stability improvements
- fix memory leaks
- fix Vorbis issues
- fix Snowleopard build

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Sep 12 11:06:22 2009 UTC (2 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Regen.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 11 20:58:55 2009 UTC (2 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -5 lines
mpd-0.15.3:
- faster tag scanning for vorbis
- fix stuttering and stuck pause bugs for output
- fix issues with tag scanning like forcing huge memory allocations
- plug some memory leaks

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Aug 11 11:29:04 2009 UTC (2 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
add checksum for added patch

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 30 16:51:04 2009 UTC (2 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
add am option to use shoutcast as a sound output device, from
Guillaume Lasmayous per PR pkg/41469, with some minor adaption by me,
also fix some harmless but annoying diagnostic message if flac
albums are played

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jul 27 20:08:38 2009 UTC (2 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
update to 0.15.1
This is a major update - from the announcement:
24/32 bit support, audio archive support (bz2/iso9660/zip), all config
entries are completely optional now, multiple and pulseaudio mixer
support, new audio playing modes (consume, etc..), sticker database,
improved tag parsing of all types and too many interesting highlights left
out of this list

pkgsrc notes:
Archive support isn't enabled yet (disabled per default upstream),
neither is pulseaudio support,
just kept the functionality of the previous version.
I didn't find out what libcue does for flac support -- album FLACs
work well for me without that, so I've left it out for now.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 19 21:35:14 2009 UTC (3 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -5 lines

Update MPD (musicpd) to 0.14.2.

This release contains bug fixes for many decoder plugins.
This release also adds True Audio file support and WAV streaming
in the ffmpeg decoder plugin.

pkgsrc changes: support "jack" option (default "off") to utilize
JACK audio server.

Patch provided by Peter Bex in private mail.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 11 18:30:42 2009 UTC (3 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
replace my quick-and-dirty patch fixing mikmod play with the upstream
version, to ease further updates

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 28 18:06:21 2009 UTC (3 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
-kill the "iconv" option which doesn't serve any purpose anymore
-remove libmikmod from default options - it is buggy and possibly a
 security risk (it is disabled in "configure" per default too)
-remove shout option - this didn't work anyway (can be fixed, but
 I haven't used shout so far)
-enable ipv6 option - the comment on options.mk stating that IPv6
 disables IPv4 doesn't seem to ve valid anymore
-fix some configure args which changed spelling over time
-fix a crash in case libmikmod is enabled and used
bump PKGREVISION

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 20 22:52:17 2009 UTC (3 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -6 lines
update to 0.14.1
This release features fixes for jack instability, many streaming issues,
solaris build, cross fading audio defects, improvement in software
volume and non-distribution building. This releases adds writer/composer
tag support and disables oggvorbis seeking on remote files, which fixes
slow ogg file streaming playback.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Nov 2 22:25:09 2008 UTC (3 years, 6 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
64bit fix, from Raymond Meyer in PR pkg/38938.

Bump PKGREVISION to 2.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 9 14:03:12 2008 UTC (4 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -5 lines
-reset maintainer to pkgsrc-users, suggested by simonb
-update to 0.13.1
 changes: Numerous bugfixes

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 9 04:09:33 2007 UTC (4 years, 9 months ago) by simonb
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -6 lines
Update to version 0.13.0.  Notable changes are:
 - Many changes to playlist support
 - Lots of bug fixes, cleaned up code, and performance improvements

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 9 23:19:26 2007 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -5 lines
Update to 0.12.1. Add patches from mpd svn repository to add flac-1.1.3.

ver 0.12.1 (2006/10/10)
* Fix segfault when scanning an MP3 that has a Xing tag with 0 frames
* Fix segfault when there's no audio output specified and one can't be detected
* Fix handling of escaping in quotes
* Allow a quality of -1 to be specified for shout outputs
* A few minor cleanups

ver 0.12.0 (2006/9/22)
* New audio output code which supports:
  * A plugin-like architecture
  * Non-libao ("native") outputs:
    * ALSA
    * OSS
    * OS X
    * Sun
    * Media MVP
    * PulseAudio
    * Shout (Icecast or Shoutcast)
  * Playing through multiple outputs at once
  * Enabling/disabling outputs while MPD is running
  * Saving output state (enabled/disabled) to the state_file
* OggFLAC support
  (doesn't currently work with flac-1.1.3)
* Musepack support
* Gapless MP3 playback
* MP3 ReplayGain support (using ID3v2 tags only)
* Support for MP2 files if MP3 support is enabled
* Composer, Performer, Comment, and Disc metadata support
* New outputs command for listing available audio outputs
* New enableoutput and disableoutput commands for enabling/disabling outputs
* New plchangesposid command for a stripped down version of plchanges
* New addid command for adding to the playlist and returning a song ID
* New commands and notcommands commands for checking available commands
* Can now specify any supported metadata type or "any" in search, find, and list
* New volume_normalization parameter for enabling Audio Compress normalization
* New metadata_to_use parameter for choosing supported metadata types
* New pid_file parameter for saving the MPD process ID to the specified file
* The db_file parameter is now required
* The port parameter is now optional (defaults to 6600)
* Can specify bind_to_address multiple times
* New --kill argument for killing MPD if pid_file is specified
* Removed --update-db argument (use the update function in your client instead)
* New mpdconf.example
* New mpd.conf man page
* Removed bundled libmad and libid3tag
* Lots of bug fixes, cleaned up code, and performance improvements

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 25 23:17:29 2006 UTC (5 years, 6 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
setenv() doesn't exist on solaris so use putenv() instead.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 23 20:39:50 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Add RMD160 digests to the SHA1 ones.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 11 03:17:07 2004 UTC (7 years, 6 months ago) by simonb
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade to 0.11.5.  Minor bug fixes, nothing that stands out.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 14 13:21:14 2004 UTC (7 years, 9 months ago) by simonb
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update to version 0.11.4.  Changes from 0.11.3 are:
 1) Fixed a segfault when decoding mp3's with corrupt id3v2 tags
 2) Fixed a memory leak when encountering id3v2 tags in mp3 decoder

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 22 16:25:28 2004 UTC (7 years, 9 months ago) by simonb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update to version 0.11.3.  Changes include:
 . support for http authentication for streams
 . replaygain pre-amp support
 . some bug fixes

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 7 05:45:19 2004 UTC (7 years, 10 months ago) by simonb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to version 0.11.2.  Changes include:
1) Work around in computing total time for mp3's whose first valid mpeg
   frame is not layer III
2) Fix mp3 and mp4 decoders when seeking past the end of the file
3) Fix replaygain for flac and vorbis
4) Fix memory leaks in flac decoder (from normalperson)
5) Fix Several other bugs in playlist.c and directory.c (from normalperson)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 29 08:24:20 2004 UTC (7 years, 10 months ago) by simonb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update to version 0.11.1.

Changes include:
. Added support for HTTP Proxy
. Detect and skip recursive links in the music directory
. Support for playing mp3 and Ogg Vorbis streams
. Replaygain support for Ogg Vorbis and FLAC
. Update specific files/directories (for fast, incremental updating)
. Play after stop resumes from last position in the playlist
. Play while pause resumes playback

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 5 08:08:59 2004 UTC (8 years ago) by mrg
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
revert the previous; it has some weird side-effects i'm still investigating..

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun May 2 12:35:57 2004 UTC (8 years ago) by mrg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
don't reset the playlist order when restarting.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Apr 30 10:48:21 2004 UTC (8 years ago) by grant
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of musicpd 0.10.3 into the NetBSD packages collection.

Music Player Daemon allows remote access for playing music (MP3s, Ogg
Vorbis files, Flacs and AAC files) and managing playlists. It is
designed for integrating a computer into a stereo system that provides
control for music playback over a local network. It is also makes a
great desktop music player, especially if you're a console junkie,
like frontend options, or restart X often.

this package is a hybrid of a package created by pkg@burningsoda.com
in pkgsrc-wip and the package created independently by myself.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 10:48:21 2004 UTC (8 years ago) by grant
Branches: MAIN
Initial revision

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

NetBSD-CVSweb <admin[at]NetBSD[dot]se>