summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren'tgrant4-2/+94
defined.
2003-12-08Update to 1.0.1:wiz6-37/+35
ogg123 * Support for playing FLAC and Speex files. Both the native FLAC and Ogg FLAC varieties are supported. Special thanks to OldMan, adiabatic, and smack from #vorbis for sponsoring the development of this feature. * Send correct User Agent and Accept strings in the HTTP 1.1 headers * Fixed bug preventing the status line from showing the total time information in certain circumstances * Fixed a pthread crash bug on certain platforms (like NetBSD) * Added support for the --end option to specify at what time playback should stop. Both --skip and --end also now accept times in hh:mm:ss format. Thanks to Hans Schou. * If the --skip option is greater than the length of the file, ogg123 now terminates with an error. oggdec * Fixed small memory leak. * Fixed error that caused oggdec to crash when output file was not specified. oggenc * Patch from Jordan Mendelson to support reading little-endian AIFF files (which happen to be made by MacOS X when ripping CDs?). * --scale option to allow scaling the volume of the input. Helps with clipping inputs. * Fixed usage messages. * 24 bit input support * FLAC and Ogg FLAC read support. Comments from the FLAC file are preserved unless explicitly dropped with the --discard-comments option. Also funded by OldMan, adiabatic, and smack. * Less frequent status updates. ogginfo * Minor typo and portability fixes. * Emits fewer spurious errors when minor errors are detected. * Return a useful status code. * Fixed overflow bug on really long files. vcut * Patch from Jared Anderson allows the cutpoint to be specified in (integer) seconds by prefixing it with a +. vorbiscomment * More forgiving of Ogg files that begin with garbage (like ID3v2 tags).
2003-12-08Bump PKGREVISION for libogg update, and fix bl2 file while here.wiz2-10/+17
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz153-219/+307
2003-12-08Sync with libao update (0.8.4).wiz1-2/+1
2003-12-08Update to 1.0.1:wiz7-129/+138
* Corrects errors in the Vorbis specification documentation. * Specification converted to DocBook format. * Added timebase conversion call to libvorbis. * Fixes ov_time_tell() bug for non-seekable streams. * Various decoding fixes. * Addition of ov_crosslap() which allows smooth transitions between two vorbis segments. * Numerous seeking fixes and optimizations. * Fixed bugs affecting decode of one-audio-page samples. * Added ov_halfrate() which allows a "free" conversion from the source sample rate to half of the source rate. * Improved handling of quiet signals in low bitrate modes
2003-12-08Update to 1.1:wiz6-23/+36
* Big endian bitpacker added for Theora and future Ogg codec support. * Minor documentation fixes.
2003-12-08Update to 0.8.4:wiz10-44/+68
* Incorporated OS X patches from the Fink team. * AIX output plugin by Stefan Tibus. * Improvements in plugin detection code by David Walser, especially when ESD or aRts are present. * NAS plugin from Antoine Mathys. * Portability fixes for various platforms (including dlopen() bugs) including HP-UX and *BSD. * Memory/resource leak fixes * Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This should fix stuttering audio for mpg321 users. The --enable-alsa09-mmap option to ./configure turns on memory-mapped I/O. Note this is an experimental feature and causes some problems with some sound card drivers and also users of the dmix software mixer.
2003-12-08note update of pkg_install to 20031121.grant1-1/+2
2003-12-08Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031121.grant11-180/+192
2003-12-08kill some superfluous escaping to shut up warnings from gawk.grant1-10/+10
2003-12-08Use BUILDLINK_SHELL, do not hardcode /bin/sh.salo1-2/+2
From PR pkg/23685 by Adam C. Migus. Addresses PR pkg/23691 by Rob Quinn.
2003-12-08patch-ac was missingadam1-0/+22
2003-12-08sort includesgrant1-2/+3
2003-12-08provide buildlink2.mk.grant1-0/+27
2003-12-07g/c FIX_RPATH, it is broken and no longer required for Darwin, whichgrant2-21/+2
was the only platform where it was being used.
2003-12-07popa3d-0.6.4 update done.wiz2-3/+3
2003-12-07Update to 0.6.4:wiz4-15/+16
Changes made between 0.6.3 and 0.6.4 (2003/11/17). The uses of sprintf(3) have been replaced by the concat() function implemented locally. Also, add rc.d script to PLIST for binary packages.
2003-12-07+ atk-1.4.1 [pkg/23684], thunderbird-bin-0.4, vim-kde-6.2.14wiz1-4/+4
[pkg/23681]. - crimsonfields-0.3.7, curl-7.10.8, epic4-1.2.1.
2003-12-07Note crimsonfields-0.3.7 update.wiz1-1/+2
2003-12-07Update to 0.3.7:wiz3-6/+8
* 0.3.7 (07-10-2003) - fixed occasional black border of the title image - plugged potential memory leak - improved computer player defense - increased maximum map size to 250 x 250 - added keyboard navigation support to menus - added application icon - added event creation and editing to CoMET - added support for general map settings to CoMET - added a validation function to CoMET - added basic CoMET manpage
2003-12-07Find the rpm2pkg utility in the correct place.agc1-2/+2
2003-12-07Note update of www/squid package to squid-2.5.4nb3.taca1-1/+2
2003-12-07Update squid package to squid-2.5.4nb3.taca2-4/+10
Apply two offcial patches. * FQDN lookups sometimes returns garbage synopsis FQDN lookups sometimes give garbage after the result. This can be seen as junk in access.log when using log_fqdn or false access control results when using dstdomain acl type and the user requests a URL by IP address. severity Minor date 2003-12-04 10:04 bugzilla #846, #834, #433 versions Squid-2.5 and earlier platforms All workaround Don't use log_fqdn or alternatively compile Squid with --disable-internal-dns * Cleanup of connect & dns timeouts etc synopsis Several minor errors related to how Squid finds a connection where to forward requests. This patch o Adds a new configuration parameter "forward_timeout" to control how long Squid tries to find a method to find a path where to forward the request before giving up. Defaults to 2 minutes. o The default connect_timeout tuned down from 2 minutes to 1 minute to allow for two attempts to find a suitable path within the forward_timeout o fqdncache/ipcache restructured to allow for DNS code to allow the queried name to be logged in cache.log on errors. o negative_dns_ttl now overloaded to also specify the minimum ttl used when caching DNS responses, and tuned down from 5 minutes to 1 minute. o default dns_timeout tuned down from 5 minutes to 2 minutes o some minor compilation warnings on --disable-internal-dns corrected o properly report DNS timeouts as timeouts and not just "No DNS records" severity Minor date 2003-12-06 17:06 bugzilla #848, #849, #851, #852 versions Squid-2.5 and earlier platforms All
2003-12-07Link directly to the documentation page, drop the udel link, whitespace.fredb1-6/+3
2003-12-07Note epic4-1.2.1 update.wiz1-1/+2
2003-12-07Update to 1.2.1.wiz3-11/+17
*** News -- 12/01/2003 -- Double quoted filenames via dcc from other clients is now supported. *** News -- 12/01/2003 -- New $windowctl() value, "DOUBLE" *** News -- 11/30/2003 -- /XECHO -L now overrides "target window" *** News -- 11/30/2003 -- "Fixed" and "skipped" windows now special *** News -- 11/30/2003 -- New /ON , /ON WINDOW_COMMAND *** News -- 11/24/2003 -- New built in function, $windowct() *** News -- 11/21/2003 -- /SERVER <host> now honors server groups *** News -- 11/21/2003 -- New math parser can now use 64 bit integers and perhaps some other stuff, but that's all that's in the news file.
2003-12-07Updated bins to 1.1.24martti2-3/+3
2003-12-07Updated bins to 1.1.24martti3-20/+78
- Added anti_bins program, to create a clean image files tree for each image size from a BINS album. - Added jpegProgressify config option. Now, generated jpeg can be progressive (instead of baseline) using jpegtran. Usually progressive jpegs save space, but by default it only makes them progressive if it does save space. See bins man page for usage detail. - Added prev/next link element (to enable Mozilla's link prefetching feature and site navigation toolbar) in joi templates . - Added JavaScript image pre-loading in satyap templates. - Bug fixes - New templates - Translation updates
2003-12-07Updated mrtg and proftpdmartti2-4/+4
2003-12-07Updated proftpd to 1.2.9martti4-14/+15
* bug fixes
2003-12-07Updated mrtg to 2.10.11martti4-20/+20
* lots of bug fixes
2003-12-07curl-7.10.8 update done.wiz1-1/+2
2003-12-07Update to 7.10.8:wiz4-19/+23
7.10.8 SPNEGO support, Negotiate support, multiple -T flags work, IPv6 support on Windows, and more were added. More than 40 bugs were fixed. 7.10.7 This release supports NTLM for proxies, --ftp-create-dirs, and optional support for asynchronous name-resolving calls. It fixes an information leak, minor memory leaks, a 64bit problem, two cookie-related problems, URL globbing output using -o #[num], and more.
2003-12-07Make the pkg compile on m68k.kristerw2-5/+6
2003-12-07Make the cvs update work for all shells, not just csh.agc1-2/+2
2003-12-07Allow this to extract on systems where tar's 'z' support does not knowagc1-3/+7
anything about bzip2. Move WRKSRC back to the right place.
2003-12-07Add and enable rapidsvn.epg1-1/+2
2003-12-07Note rapidsvn-0.4.0 import.epg1-1/+2
2003-12-07import rapidsvn-0.4.0.epg4-0/+40
RapidSVN is a cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWindows framework.
2003-12-07Forgot to commit this with patch-aa change.epg1-2/+2
2003-12-07Fix install when BSD_INSTALL_PROGRAM uses the -s option. Can't useepg1-4/+6
BSD_INSTALL_PROGRAM because some of the programs in the list are interpreted scripts and others machine executables.
2003-12-07Note update of p5-SVN-Web to 0.35.epg1-1/+2
2003-12-07Update to 0.35.epg10-198/+6
Upstream change log: [Changes for 0.35 - Nov 19, 2003] * Fix RSS links to revisions under mod_perl. * Misc fixes and API catch-up.
2003-12-07Move the massaging of hot-backup.py and tweak-log.cgi from aepg2-14/+14
pre-configure target in subversion/Makefile.common to a post-patch target in subversion-base/Makefile.
2003-12-07Download site has changed to <http://subversion.tigris.org/tarballs/>.epg1-2/+2
2003-12-07Update db4-4.2.52 and py-bsddb3-4.1.1nb3.epg2-3/+4
2003-12-07Make this work with DB 4.2 and bump PKGREVISION.epg3-9/+32
2003-12-07Update to 4.2.52.epg6-440/+460
Clean up Makefile. Set MAINTAINER to tech-pkg@NetBSD.org (previous maintainer, Alex Newman, says he no longer maintains this). Changes are too many to list.
2003-12-06p5-HTML-Mason-1.24 update is done.epg2-3/+3