diff options
author | magick <magick@pkgsrc.org> | 2001-09-23 09:55:59 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2001-09-23 09:55:59 +0000 |
commit | 0c6336a1e4eaad94c86033711547d1d37abe1c9e (patch) | |
tree | d37e604de032e700347d97177bd7be003df6c1b5 /misc/nxtvepg | |
parent | 6bcaf0b8903a89d1b436a0edd99f3525c26c3c66 (diff) | |
download | pkgsrc-0c6336a1e4eaad94c86033711547d1d37abe1c9e.tar.gz |
Update nxtvepg to 0.6.3
Changes from 0.6.2 to 0.6.3
- Added daemon mode to allow background acquisition without GUI. Added
new command line options -daemon and -acqpassive
- Signal HUP can now be used to toggle acquisition on and off (with GUI
only; the daemon terminates when acquisition is disabled). Before, the
signal used to disable acquisition only.
- Fix: catch death of acquisition slave process (i.e. after deadly
signal) and mark acquisition as disabled in the master process.
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r-- | misc/nxtvepg/Makefile | 4 | ||||
-rw-r--r-- | misc/nxtvepg/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 11c3c5251ca..985655f7cce 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2001/09/09 13:00:14 magick Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/23 09:55:59 magick Exp $ -DISTNAME= nxtvepg-0.6.2 +DISTNAME= nxtvepg-0.6.3 CATEGORIES= misc MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/ diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo index 683efb5721e..b7968e3357f 100644 --- a/misc/nxtvepg/distinfo +++ b/misc/nxtvepg/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2001/09/09 13:00:14 magick Exp $ +$NetBSD: distinfo,v 1.9 2001/09/23 09:56:00 magick Exp $ -SHA1 (nxtvepg-0.6.2.tar.gz) = dc9d925ffb6aad638b0d5a181109c5fd2ee33a22 -Size (nxtvepg-0.6.2.tar.gz) = 398423 bytes +SHA1 (nxtvepg-0.6.3.tar.gz) = e8911ea9a15b57232402e28d6af0e8d7f3c6e38c +Size (nxtvepg-0.6.3.tar.gz) = 403001 bytes SHA1 (patch-aa) = 05f42a63f0a97963f662eb04de91b0f4b140e43e SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4 SHA1 (patch-ac) = 2a72e3ea0abdf0ec8e1514c7067576448bc82cdc |