diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 02:50:51 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 02:50:51 +0000 |
commit | 13fc6fca4501a4a4d939e67529ed2e36c8bda33f (patch) | |
tree | 00043aed6140ef3d77e23c785ce097c7930a13db /multimedia | |
parent | 74cabb143e7d79eb64a72991f4021a260d9e2db6 (diff) | |
download | pkgsrc-13fc6fca4501a4a4d939e67529ed2e36c8bda33f.tar.gz |
Initial import of lsdvd-0.10.
lsdvd is an application that reads the contents of a DVD and prints them
to your terminal.
lsdvd will tell you the following:
* The name of the disc
* The number of tracks
* The length, format, and aspect of each track
* The format, language, number of channels, contents, etc. of each audio
track
* The language and contents of each subtitle
* The longest track
Based on the package in pkgsrc-wip.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lsdvd/DESCR | 11 | ||||
-rw-r--r-- | multimedia/lsdvd/Makefile | 15 | ||||
-rw-r--r-- | multimedia/lsdvd/PLIST | 2 | ||||
-rw-r--r-- | multimedia/lsdvd/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/multimedia/lsdvd/DESCR b/multimedia/lsdvd/DESCR new file mode 100644 index 00000000000..40582a899c9 --- /dev/null +++ b/multimedia/lsdvd/DESCR @@ -0,0 +1,11 @@ +lsdvd is an application that reads the contents of a DVD and prints them +to your terminal. + +lsdvd will tell you the following: +* The name of the disc +* The number of tracks +* The length, format, and aspect of each track +* The format, language, number of channels, contents, etc. of each audio + track +* The language and contents of each subtitle +* The longest track diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile new file mode 100644 index 00000000000..d6a4f07da0f --- /dev/null +++ b/multimedia/lsdvd/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 02:50:51 snj Exp $ + +DISTNAME= lsdvd-0.10 +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acidrip/} + +MAINTAINER= snj@NetBSD.org +HOMEPAGE= http://acidrip.thirtythreeandathird.net/lsdvd.html +COMMENT= Application displaying the contents of DVDs + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES + +.include "../../multimedia/libdvdread/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/lsdvd/PLIST b/multimedia/lsdvd/PLIST new file mode 100644 index 00000000000..52284cc1ad6 --- /dev/null +++ b/multimedia/lsdvd/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/11 02:50:51 snj Exp $ +bin/lsdvd diff --git a/multimedia/lsdvd/distinfo b/multimedia/lsdvd/distinfo new file mode 100644 index 00000000000..05421e22934 --- /dev/null +++ b/multimedia/lsdvd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/11 02:50:51 snj Exp $ + +SHA1 (lsdvd-0.10.tar.gz) = 910bab96300dade7b07baa7cb2037ef473c035d6 +Size (lsdvd-0.10.tar.gz) = 36206 bytes |