diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-06 04:26:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-06 04:26:40 +0000 |
commit | 011f58044213492aaab303680d05d2a7c6b53cb9 (patch) | |
tree | 8c4f6a64a01766a24af15a9c11a43e35e3450b74 /graphics | |
parent | 49c52312315e99fa40583ac9602681aa9a761377 (diff) | |
download | FreeBSD-ports-011f58044213492aaab303680d05d2a7c6b53cb9.zip FreeBSD-ports-011f58044213492aaab303680d05d2a7c6b53cb9.tar.gz |
add libdvdcss
Accessing DVDs like a block device w/o having to bother about the decryption
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libdvdcss/Makefile | 25 | ||||
-rw-r--r-- | graphics/libdvdcss/distinfo | 1 | ||||
-rw-r--r-- | graphics/libdvdcss/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/libdvdcss/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/libdvdcss/pkg-plist | 6 |
6 files changed, 48 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4cdac7c..253a9c1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -122,6 +122,7 @@ SUBDIR += libdivxdecore SUBDIR += libdivxdecore-devel SUBDIR += libdjvu++ + SUBDIR += libdvdcss SUBDIR += libflash SUBDIR += libfpx SUBDIR += libgdgeda diff --git a/graphics/libdvdcss/Makefile b/graphics/libdvdcss/Makefile new file mode 100644 index 0000000..0914e12c --- /dev/null +++ b/graphics/libdvdcss/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: libdvdcss +# Date created: Jul 6, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libdvdcss +PORTVERSION= 0.0.1 +CATEGORIES= graphics +MASTER_SITES= http://www.videolan.org/pub/videolan/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/graphics/libdvdcss/distinfo b/graphics/libdvdcss/distinfo new file mode 100644 index 0000000..21f0860 --- /dev/null +++ b/graphics/libdvdcss/distinfo @@ -0,0 +1 @@ +MD5 (libdvdcss-0.0.1.tar.gz) = e98d0078e710e2c4dd7befc9e2da30e1 diff --git a/graphics/libdvdcss/pkg-comment b/graphics/libdvdcss/pkg-comment new file mode 100644 index 0000000..8f21fc7 --- /dev/null +++ b/graphics/libdvdcss/pkg-comment @@ -0,0 +1 @@ +Accessing DVDs like a block device w/o having to bother about the decryption diff --git a/graphics/libdvdcss/pkg-descr b/graphics/libdvdcss/pkg-descr new file mode 100644 index 0000000..c020f82 --- /dev/null +++ b/graphics/libdvdcss/pkg-descr @@ -0,0 +1,14 @@ +libdvdcss is a simple library designed for accessing DVDs like a block device +without having to bother about the decryption. The important features are: + + - Portability. Currently supported platforms are GNU/Linux, FreeBSD, BeOS + and Windows. + - The MacOS X version is being worked on as well. + - Simplicity. There are currently 7 functions in the API, and we intend to + keep this number low. + - Freedom. libdvdcss is released under the General Public License, ensuring + it will stay free, and used only for free software products. + - Just better. Unlike most similar projects, libdvdcss doesn't require the + region of your drive to be set. + +WWW: http://www.videolan.org/libdvdcss/ diff --git a/graphics/libdvdcss/pkg-plist b/graphics/libdvdcss/pkg-plist new file mode 100644 index 0000000..8e7b846 --- /dev/null +++ b/graphics/libdvdcss/pkg-plist @@ -0,0 +1,6 @@ +include/videolan/dvdcss.h +@dirrm include/videolan +lib/libdvdcss.a +lib/libdvdcss.so +lib/libdvdcss.so.0 +lib/libdvdcss.so.0.0.1 |