Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-03 | Make PKGNAME dewey-conform. | wiz | 1 | -2/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-12 | After playing a file using mmap(2), do a MADV_FREE. In theory this will help | mycroft | 2 | -11/+25 | |
prevent other bits getting paged out. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -4/+7 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -19/+17 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-26 | Honor CFLAGS passed in from environment, and for NetBSD/i386, don't | jlam | 2 | -9/+10 | |
explicitly pass -m486 flag to compiler. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-11 | Use IPv6 support on Solaris, too. | tron | 1 | -2/+1 | |
2001-01-11 | Fix build problem invented in last commit. | tron | 1 | -2/+4 | |
2001-01-11 | Work arround the problem that the IPv6 patch file needs to be applied with | tron | 1 | -2/+4 | |
"-p1" while the layer 3 64bit patch needs "-p0". | |||||
2000-09-11 | Sync. | tron | 1 | -4/+4 | |
2000-09-11 | Build with patch to fix layer 3 engine on 64Bit systems. | tron | 2 | -4/+7 | |
Fixes PR pkg/10677 by R. C. Dowdeswell. | |||||
2000-07-13 | more correction to IPv4 part | itojun | 2 | -4/+4 | |
2000-07-13 | correct IPv4-only behavior (upgradede IPv6 patch). | itojun | 2 | -4/+4 | |
from mcr@sandelman.ottawa.on.ca | |||||
2000-03-01 | Include sys/param.h to make check against __NetBSD_Version__ actually work. | pooka | 2 | -8/+18 | |
2000-03-01 | Give the VM system a hint that we'll be using the mmap()ed data for | pooka | 3 | -2/+21 | |
sequential read. add RCS tag to patch-aa | |||||
2000-02-18 | make the pkgsrc IPv6 ready. | itojun | 4 | -13/+22 | |
% mpg123 http://www.v6.foo.com/ | |||||
1999-10-12 | Regen. | simonb | 1 | -2/+9 | |
1999-10-12 | Add fixed-point support used by the arm32. | simonb | 9 | -24/+1149 | |
XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply. | |||||
1999-09-27 | Regenerate patches checksums. | agc | 1 | -2/+2 | |
1999-09-27 | Make this package compile on Solaris. | agc | 2 | -6/+14 | |
1999-09-07 | new homepage & master site. | hubertf | 1 | -3/+4 | |
1999-07-18 | Fix bug which caused a segmentation fault if "mpg123" was started without | tron | 2 | -7/+15 | |
a tty. Patch supply by the author Michael Hipp. | |||||
1999-07-10 | Update patch checksums. | mjl | 1 | -4/+2 | |
1999-07-10 | Update "mpg123" package version 0.59r. Changes since version 0.59q: | tron | 5 | -65/+12 | |
- applied audio_alib changes from Ralf Hildebrandt <R.Hildebrandt@TU-BS.DE> - some 'paetsches' from DK - minor optimizations in layer3 (dequantize/huffman) - BSDOS 4.0 with gcc added to Makefile (<sms@moe.2bsd.com>) - Solaris-ESD patch from Ryan Prosser <prosser@wam.umd.edu> - Added Frontend changes from Bertrand Petit <elrond@phoe.netdev.net> - more DK 'paetsches' (final dk7-clubhaus edition), includes extended term control - SGI audio fix for non RAD machines from Erik Mouw <J.A.K.Mouw@its.tudelft.nl> - fixed ugly bug in layer3 dequant for bt==2 (may cause high frequency clitchs) - AMD-3DNow optimizations in decode and dct64 - OS/2 reworked from Samuel Audet (see audio_os2.c for more) - added freebsd-esd make-entry from Daniel O'Connor (darius@guppy.dons.net.au) - added enhanced head_check from D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> - applied 'xterm-title-patch' from "Wilson, Jeff D" <jeff.wilson@wilcom.com> - more esd changes from Robert Bihlmeyer <robbe@orcus.priv.at> - applied Hannu Napari's <Hannu.Napari@hut.fi> SGI audio patches - minor changes in httpget.c and mpg123.c - added native AIX support from Juergen.Schoew@unix-ag.uni-siegen.de - applied playlist patch from <psst@euskalnet.net> - more SGI audio patches from Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr> - applied esdserver patch from Matthew Parslow <roy@alpha.alphalink.com.au> - added some fixes for control_generic | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+8 | |
1999-07-05 | Fix last commit differently (work around RCS ID in patch) | hubertf | 2 | -59/+5 | |
1999-06-28 | Make this build on i386/ELF systems. | thorpej | 4 | -57/+102 | |
1999-05-16 | Remove trailing space after a \ continuation so that it actually works. | simonb | 1 | -3/+3 | |
1999-05-01 | Add support for fetching files from name based virtual WWW servers. | tron | 1 | -0/+40 | |
Patch supplied by Michael Graff in PR pkg/7500. | |||||
1999-04-08 | Update "mpg123" to version 0.59q. Patches supplied by Jeff Rizzo in | tron | 4 | -10/+29 | |
PR pkg/7338. | |||||
1999-02-18 | Fix the patch (was corrupt). | is | 1 | -96/+15 | |
1999-02-15 | Use the inlined bfextu opcode for get1bit() on m68k. | is | 2 | -1/+119 | |
Makes mp3 decoding about 6% faster, which gives us a bit more of safety margin on the MC68060 at 50 MHz. | |||||
1999-02-06 | Use READ_MMAP on all platforms. | mycroft | 1 | -3/+9 | |
1998-11-12 | s/cp/${CP}/ | agc | 1 | -2/+2 | |
s/files/${FILESDIR}/ | |||||
1998-10-30 | Use the Pentium-optimized decoding routines. | mycroft | 3 | -8/+337 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-15 | Split patches into one-per-file patch for better maintainance. | frueauf | 3 | -38/+52 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-08-04 | Don't start playing from the audio buffer before decoded audio | kim | 1 | -0/+13 | |
has been written into it (fixes the "beginning of song not played" problem with the "-b" option). | |||||
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-07 | Update to 0.59o. | mycroft | 3 | -91/+49 | |
1998-02-28 | Fix a bug that caused mpg123 to loop on a bad header. | augustss | 1 | -0/+20 | |
1998-02-26 | Upgrade to mpg123-0.59n. | augustss | 3 | -128/+71 | |
1998-01-19 | portlint: move RCS-Id | hubertf | 1 | -1/+2 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |