summaryrefslogtreecommitdiff
path: root/sysutils/vcdimager
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-11-23 21:52:02 +0000
committerwiz <wiz@pkgsrc.org>2002-11-23 21:52:02 +0000
commit3984dfd6193f8328a0a7f7b743508132509426d6 (patch)
tree8d13a80b11bb0bc457df40f527d402b75db9c011 /sysutils/vcdimager
parent9d2bd6d79f8c20a3d5b853a6ab0d45a56110f5b8 (diff)
downloadpkgsrc-3984dfd6193f8328a0a7f7b743508132509426d6.tar.gz
Update to 0.7.12, provided by the maintainer, Ben Collver, in PR 19097.
Lots of new features and bug fixes.
Diffstat (limited to 'sysutils/vcdimager')
-rw-r--r--sysutils/vcdimager/Makefile6
-rw-r--r--sysutils/vcdimager/PLIST10
-rw-r--r--sysutils/vcdimager/distinfo7
-rw-r--r--sysutils/vcdimager/patches/patch-aa13
4 files changed, 13 insertions, 23 deletions
diff --git a/sysutils/vcdimager/Makefile b/sysutils/vcdimager/Makefile
index 1e68779a57e..35a254c8943 100644
--- a/sysutils/vcdimager/Makefile
+++ b/sysutils/vcdimager/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2002/08/25 21:51:08 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/11/23 21:52:02 wiz Exp $
#
-DISTNAME= vcdimager-0.6.2
+DISTNAME= vcdimager-0.7.12
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_GNU:=vcdimager/}
+MASTER_SITES= ftp://alpha.gnu.org/gnu/vcdimager/
MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.gnu.org/software/vcdimager/
diff --git a/sysutils/vcdimager/PLIST b/sysutils/vcdimager/PLIST
index 1a223111895..4fa41a4951d 100644
--- a/sysutils/vcdimager/PLIST
+++ b/sysutils/vcdimager/PLIST
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:42 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/11/23 21:52:02 wiz Exp $
+bin/cdxa2mpeg
+bin/vcddebug
bin/vcdimager
-bin/vcdrip
@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/vcdrip.1
+man/man1/vcddebug.1
diff --git a/sysutils/vcdimager/distinfo b/sysutils/vcdimager/distinfo
index f9521ba7b3c..0f2d047edaf 100644
--- a/sysutils/vcdimager/distinfo
+++ b/sysutils/vcdimager/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/09/25 19:51:55 magick Exp $
+$NetBSD: distinfo,v 1.2 2002/11/23 21:52:03 wiz Exp $
-SHA1 (vcdimager-0.6.2.tar.gz) = fae814f99415c30975a61fffd7188b481be77b6c
-Size (vcdimager-0.6.2.tar.gz) = 347973 bytes
-SHA1 (patch-aa) = fd5817744b8c2417947e440383c9231878051dc5
+SHA1 (vcdimager-0.7.12.tar.gz) = bea4b5f8fd5ad9165219e5fdcf40890b1698d9db
+Size (vcdimager-0.7.12.tar.gz) = 520829 bytes
diff --git a/sysutils/vcdimager/patches/patch-aa b/sysutils/vcdimager/patches/patch-aa
deleted file mode 100644
index c2ba9ccd5be..00000000000
--- a/sysutils/vcdimager/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/25 19:51:55 magick 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