diff --git a/devel/libdvdread/Makefile b/devel/libdvdread/Makefile new file mode 100644 index 00000000000..0fafa5753a3 --- /dev/null +++ b/devel/libdvdread/Makefile @@ -0,0 +1,20 @@ +#$OpenBSD: Makefile,v 1.1.1.1 2001/10/14 15:24:50 espie Exp $ +CATEGORIES= devel +NEED_VERSION= 1.474 + +COMMENT= "accessing DVD files" +DISTNAME= libdvdread-0.9.2 +MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/ +HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ + +MAINTAINER= Marc Espie + +CONFIGURE_STYLE= gnu + +# GPL +PERMIT_DISTFILES_CDROM=Yes +PERMIT_DISTFILES_FTP=Yes +PERMIT_PACKAGE_CDROM=Yes +PERMIT_PACKAGE_FTP=Yes + +.include diff --git a/devel/libdvdread/files/md5 b/devel/libdvdread/files/md5 new file mode 100644 index 00000000000..c85585d10a3 --- /dev/null +++ b/devel/libdvdread/files/md5 @@ -0,0 +1,3 @@ +MD5 (libdvdread-0.9.2.tar.gz) = 8898bad22d8183233f5c3d814fff5151 +RMD160 (libdvdread-0.9.2.tar.gz) = 55f8694d3e90c1abb562a644d6e9a26a20f15130 +SHA1 (libdvdread-0.9.2.tar.gz) = 68fbd4a583b82b052f8a766c918f7814e805ae28 diff --git a/devel/libdvdread/pkg/DESCR b/devel/libdvdread/pkg/DESCR new file mode 100644 index 00000000000..102599a7eab --- /dev/null +++ b/devel/libdvdread/pkg/DESCR @@ -0,0 +1,19 @@ +libdvdread provides a simple foundation for reading DVD-Video images. +It offers DVD applications: + +1. A simple abstraction for reading the files on a DVD image + (dvd_reader.h). +2. A simple library for parsing the information (IFO) files + (ifo_read.h/ifo_types.h). +3. A simple library for parsing the navigation (NAV) packets + (nav_read.h/nav_types.h). + +This allows application designers to access some of the more advanced +features of the DVD format. + +libdvdread currently uses libdl to dynamically probe for libdvdcss at +runtime. If libdvdcss is found, then it will be used to decrypt the +encrypted sections of a DVD. + + +WWW: ${HOMEPAGE} diff --git a/devel/libdvdread/pkg/PFRAG.shared b/devel/libdvdread/pkg/PFRAG.shared new file mode 100644 index 00000000000..997b1b9d5e0 --- /dev/null +++ b/devel/libdvdread/pkg/PFRAG.shared @@ -0,0 +1,3 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/10/14 15:24:50 espie Exp $ +lib/libdvdread.so.2.1 +DYNLIBDIR(%D/lib) diff --git a/devel/libdvdread/pkg/PLIST b/devel/libdvdread/pkg/PLIST new file mode 100644 index 00000000000..8beebd62ad9 --- /dev/null +++ b/devel/libdvdread/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/10/14 15:24:50 espie Exp $ +include/dvdread/dvd_reader.h +include/dvdread/ifo_print.h +include/dvdread/ifo_read.h +include/dvdread/ifo_types.h +include/dvdread/nav_print.h +include/dvdread/nav_read.h +include/dvdread/nav_types.h +lib/libdvdread.a +lib/libdvdread.la +%%SHARED%% +@dirrm include/dvdread