summaryrefslogtreecommitdiff
path: root/misc/libcdio
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-05uodate to 0.70drochner5-33/+72
changes: - SCSI MMC interface routine (all except Darwin) - CD-Text support (all except Darwin) - Distinguish DVD's from CD's - Code clean-ups and reduced code duplication - Better CUE parsing - Reporting drive capability is more accurate - add constant driver_id for kind of hardware driver in build - new drive scanning routines which pass back driver as well as drive string. Speeds up subsequent opens.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-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-05-11Use INFO_FILES= libcdio.info and remove thereed2-5/+4
info files from the PLIST. (Since they are automatically registered when using INFO_FILES.) (Okay'd by maintainer, M.Drochner.)
2004-05-11Enable pkgviews installation.minskim1-1/+3
2004-05-11Add a NetBSD-specific file (${FILESDIR}/_cdio_netbsd.c) only onminskim1-1/+5
NetBSD; this file doesn't compile on other platforms, at least not on Linux.
2004-05-11configure needs pkg-config; add build dependency on pkgconfig.minskim1-1/+2
2004-04-22set drochner@ as maintainerrecht1-2/+2
2004-04-19-avoid duplicate option designationdrochner3-1/+39
-don't exit on trivial cddb errors -don't print NULL string on error arrgh - this stuff sucks, too bad serious programs are depending on it
2004-04-18Convert to buildlink3 and s/CD's/CDs/ in DESCR.snj2-5/+5
2004-04-11No longer used.snj1-21/+0
2004-04-08update to 0.68drochner3-10/+14
changes: - Add interface for reading an ISO-9660 image - bugfixes - some nonsense with versioned libs which I had to disable:-(
2004-04-08dependencied changed->PKGREVISION++drochner1-1/+2
pointed out by wiz
2004-04-08-add some NetBSD CD reading supportdrochner3-2/+507
-depend on devel/popt and audio/libcddb, this makes that the frontend utilities are built
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-7/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13s/dependant/dependent/snj1-1/+1
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-17remove references to work dir (S/.work//)recht2-4/+4
2004-01-17initial import of libcdio-0.65recht6-0/+94
This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's.