Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

16
sysutils/vcdimager/DESCR Normal file
View File

@@ -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

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.26 2013/04/06 20:27:29 rodent Exp $
#
DISTNAME= vcdimager-0.6.2
PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=vcdimager/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/vcdimager/
COMMENT= Mastering suite for Video CDs
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
INFO_FILES= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
sysutils/vcdimager/PLIST Normal file
View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.7 2006/04/07 19:54:17 jlam Exp $
bin/vcdimager
bin/vcdrip
info/vcdimager.info
man/man1/vcdimager.1
man/man1/vcdrip.1

View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.5 2005/02/24 13:40:58 agc Exp $
SHA1 (vcdimager-0.6.2.tar.gz) = fae814f99415c30975a61fffd7188b481be77b6c
RMD160 (vcdimager-0.6.2.tar.gz) = 7877d825d284ea1e0aec8c35229c1ca6cdb303d4
Size (vcdimager-0.6.2.tar.gz) = 347973 bytes
SHA1 (patch-aa) = fd5817744b8c2417947e440383c9231878051dc5
SHA1 (patch-ab) = 8b4b6b7de4bd9f6cbbf9131855094fa85eb067f8

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.3 2002/11/25 12:30:42 wiz Exp $
--- libvcd/vcd_types.h.orig Mon May 14 18:00:59 2001
+++ libvcd/vcd_types.h
@@ -45,7 +45,7 @@
#endif /* HAVE_STDINT_H */
/* fix for bsdi... hope it works */
-#ifdef __bsdi__
+#if defined(__bsdi__) || defined(__NetBSD__)
# define UINT32_C(c) c ## U
# define UINT64_C(c) c ## ULL
#endif

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2003/09/24 14:22:09 tron Exp $
--- configure.orig 2001-05-15 03:11:37.000000000 +0200
+++ configure 2003-09-24 16:17:59.000000000 +0200
@@ -3914,7 +3914,7 @@
#include "confdefs.h"
int main() {
-struct { int foo; int bar[]; } doo;
+struct { int bar[]; } doo;
; return 0; }
EOF
if { (eval echo configure:3921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then