diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vcdimager-devel/DESCR | 16 | ||||
-rw-r--r-- | sysutils/vcdimager-devel/Makefile | 19 | ||||
-rw-r--r-- | sysutils/vcdimager-devel/PLIST | 12 | ||||
-rw-r--r-- | sysutils/vcdimager-devel/distinfo | 4 |
4 files changed, 51 insertions, 0 deletions
diff --git a/sysutils/vcdimager-devel/DESCR b/sysutils/vcdimager-devel/DESCR new file mode 100644 index 00000000000..e8aa9c0091f --- /dev/null +++ b/sysutils/vcdimager-devel/DESCR @@ -0,0 +1,16 @@ +GNU VCDImager is a full-featured mastering suite for authoring, +disassembling and analyzing Video CDs and Super Video CDs. + +The following features are available so far (some features are +only available in the latest alpha snapshots): + Free software available under the GNU Public License + Support for Video CD 1.1 and 2.0 disc formats + Support for the Super Video CD 1.0 disc format + Full PBC (playback control) support (play lists, + selection lists and end lists) + Support for segment play items + Automatic padding of MPEG streams on the fly + Support for 99-minute (out-of-specification) CD-R media + Extraction of Video CDs into files (incl. the PBC information) + Runs on all major UNIX flavors and on Win32 + Use of XML for the description of Video CDs diff --git a/sysutils/vcdimager-devel/Makefile b/sysutils/vcdimager-devel/Makefile new file mode 100644 index 00000000000..ca8f5cbd2a1 --- /dev/null +++ b/sysutils/vcdimager-devel/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/25 12:29:22 wiz Exp $ +# + +DISTNAME= vcdimager-0.7.12 +CATEGORIES= sysutils +MASTER_SITES= ftp://alpha.gnu.org/gnu/vcdimager/ + +MAINTAINER= collver@linuxfreemail.com +HOMEPAGE= http://www.gnu.org/software/vcdimager/ +COMMENT= mastering suite for Video CDs + +USE_BUILDLINK2= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES + +.include "../../devel/gettext-lib/buildlink2.mk" + +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/vcdimager-devel/PLIST b/sysutils/vcdimager-devel/PLIST new file mode 100644 index 00000000000..ff63efc3b6c --- /dev/null +++ b/sysutils/vcdimager-devel/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/25 12:29:22 wiz Exp $ +bin/cdxa2mpeg +bin/vcddebug +bin/vcdimager +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/vcdimager.info +info/vcdimager.info +info/vcdimager.info-1 +info/vcdimager.info-2 +info/vcdimager.info-3 +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/vcdimager.info +man/man1/vcdimager.1 +man/man1/vcddebug.1 diff --git a/sysutils/vcdimager-devel/distinfo b/sysutils/vcdimager-devel/distinfo new file mode 100644 index 00000000000..3d39db35edc --- /dev/null +++ b/sysutils/vcdimager-devel/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/11/25 12:29:22 wiz Exp $ + +SHA1 (vcdimager-0.7.12.tar.gz) = bea4b5f8fd5ad9165219e5fdcf40890b1698d9db +Size (vcdimager-0.7.12.tar.gz) = 520829 bytes |