Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-29 | -lcam is needed on FreeBSD and DragonFly, so include it as dependency | joerg | 3 | -9/+9 | |
library. Bump revision. | |||||
2005-07-13 | Add DragonFlyBSD support, from Joerg Sonnenberger in private mail. | wiz | 9 | -1/+311 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-30 | DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835. | xtraeme | 1 | -2/+3 | |
2005-02-23 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-10-10 | Bump PKGREVISION for Charles' fix for kaudiocreator. | wiz | 1 | -2/+2 | |
2004-10-10 | Fix a problem with our hacked version of cdda_identify_scsi() that was | mycroft | 2 | -28/+31 | |
causing kaudiocreator to fail with a mysterious "Unknown error". | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -2/+4 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -9/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-06-01 | Re: PR 25727 audio/cdparanoia does not compile with gcc 3.4.0 | shannonjr | 2 | -4/+36 | |
The problem is that a switch statement has a default case with no statement. The fix is to add a null statement. Four instances of this problem were corrected. This closes the referenced PR. | |||||
2004-05-02 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
2004-04-26 | No longer used. | snj | 1 | -24/+0 | |
2004-03-20 | Remove chunks that just change the lineno in the output. | wiz | 2 | -372/+10 | |
2004-03-20 | Remove outdated message. Noted by martin@. | wiz | 1 | -11/+0 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -14/+6 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-11 | bl3ify | xtraeme | 2 | -1/+28 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-11-03 | Change maintainer to myself. | kim | 1 | -2/+2 | |
2003-10-20 | files missed in last commit | grant | 2 | -0/+85 | |
2003-10-20 | merge some patches from FreeBSD ports. | grant | 9 | -113/+672 | |
allows this to build on FreeBSD using the ATAPI/CAM subsystem. | |||||
2003-10-18 | as this is ONLY_FOR_PLATFORM Linux and NetBSD, don't try to buildlink | grant | 1 | -1/+5 | |
it if we're on a different platform. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-23 | Restrict the package to NetBSD and Linux, as it doesn't compile elsewhere in | salo | 1 | -7/+8 | |
its current state. Remove unused target, style nits. If anyone is interested: FreeBSD patches: http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/cdparanoia/files/ OpenBSD patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/cdparanoia/patches/ | |||||
2003-06-13 | Move part of DESCR to MESSAGE. | wiz | 2 | -6/+11 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2002-08-31 | Unused. | wiz | 1 | -36/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+20 | |
buildlink2.mk files back into the main trunk. | |||||
2002-04-27 | Add buildlink.mk file. Provided by <collver@linuxfreemail.com> in PR | rh | 1 | -0/+36 | |
pkg/16470, thanks! | |||||
2002-03-04 | Upgrade to cdparanoia III 9.8. | itohy | 10 | -601/+401 | |
Install headers in separate directory. Related changes: - Patch for Kenwood TruX drives (they worked before, but were very slow) - Slightly different default read command to alleviate end-of-track read problems on a number of drives - New -z command syntax; option argument to allow a skip after a user-configurable number of tries - Added more possible read commands to autoprobe - Removed autoprobe limitation, so starting a new rip will not potentially stall in autoprobe until previous rip finishes - Patch to allow sample-granulairy offset - allow NULL callbacks to be passed to library interface | |||||
2001-12-03 | Make PKGNAME dewey-conform. | wiz | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-25 | For NetBSD hosts, use a default device of /dev/rcd0<rawpart>. | simonb | 5 | -47/+836 | |
2001-04-29 | Make this pkg build shared libraries as well. | skrll | 6 | -41/+152 | |
Fixes pkg/12770 from Hume Smith <hclsmith@operamail.com> | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -18/+16 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-08 | - Change the timeout period from 10s to 1min, which is the same value of | itohy | 2 | -15/+48 | |
the original implementation. Actually, one of my drive takes more than 10s for seeking a track and causes inconsistency of the aic SCSI driver. Yeah, the driver should not fail, but that is a different problem.... :) - Implement read speed selection (-S option). The unit is 1000byte/s. "-S 176" for 1x speed, "-S 352" for 2x speed, and so on. If the specified value is smaller than 176, it will be multiplied by 176, so "-S 1" also selects 1x speed. "-S 0" selects the maximum speed. This is an experimental feature and the interface will likely change. | |||||
2000-10-06 | Honor CFLAGS passed in from the environment. | jlam | 4 | -13/+64 | |
2000-07-24 | RCS Id police | itohy | 2 | -2/+4 | |
2000-06-22 | Properly recognize Toshiba ATAPI CDROM/DVD. | hubertf | 2 | -9/+19 | |
2000-06-22 | Don't dump core if device isn't recognized as valid CD-ROM drive. | wiz | 2 | -7/+9 | |
2000-05-02 | Pull in getopt.h correctly - sent to me by Thomas Klausner. | hubertf | 2 | -4/+4 | |
2000-03-13 | Oops, copy-and-paste botch.... | itohy | 2 | -5/+5 | |
SCSI "mode select" commands were not handled correctly, and some drives might not work (I'm not sure). | |||||
2000-01-28 | Make cdparanoia compile under NetBSD-1.4.x (pointed out by Eric Mumpower | rh | 3 | -12/+24 | |
on the cdparanoia mailing list). | |||||
2000-01-19 | An attempt to port cdparanoia-III-alpha9.7. | itohy | 19 | -0/+1039 | |
CD-DA extraction tool with excessive data corrections, such as jitter, loss of data, etc. This will soon be obsoleted by cdparanoia IV, I hope.... Most SCSI/ATAPI CD-ROM drives should work fine. However, the ATAPI stuff is totally untested, and if it happened to work, it was a miracle. :-) Currently, - the feature to search for CD-ROM device is not implemented and the -g option is required, - the libraries are not installed. |