- update gnuwatch to 3.2.8

This commit is contained in:
jasper 2009-06-04 00:18:31 +00:00
parent 733c41764d
commit 5fade6214d
4 changed files with 22 additions and 21 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.5 2009/03/24 14:58:25 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2009/06/04 00:18:31 jasper Exp $
COMMENT= GNU watch command
DISTNAME= procps-3.2.7
PKGNAME= ${DISTNAME:S/procps/gnuwatch/}p0
DISTNAME= procps-3.2.8
PKGNAME= ${DISTNAME:S/procps/gnuwatch/}
CATEGORIES= misc
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE= http://procps.sourceforge.net/
# GPL/LGPL
# GPLv2/LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (procps-3.2.7.tar.gz) = 9JC8p3KxZHKWLHufI7HpfQ==
RMD160 (procps-3.2.7.tar.gz) = OA2fGxv1BWZuklzoLNGSdqGG+Xo=
SHA1 (procps-3.2.7.tar.gz) = tgVnzGJjFn+hpP9qW+om24YCLBA=
SHA256 (procps-3.2.7.tar.gz) = tDngStq5seZuEfWcQzFoDaSPFyLyEjEj98Ft++0sONw=
SIZE (procps-3.2.7.tar.gz) = 281965
MD5 (procps-3.2.8.tar.gz) = lTJxS2hGATypiYmEukzX4A==
RMD160 (procps-3.2.8.tar.gz) = rWNgH7a/RpIQhITZ7TYvUQy89QU=
SHA1 (procps-3.2.8.tar.gz) = oMhnkFad7Ca12QN+iGjKkHrMmCk=
SHA256 (procps-3.2.8.tar.gz) = Ee1o2KRDO5HNgz3rcUo6qEnAKupzjELmtFV5gkGcFTU=
SIZE (procps-3.2.8.tar.gz) = 285758

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-watch_1,v 1.1.1.1 2006/01/28 11:04:08 alek Exp $
--- watch.1.orig Sun Feb 9 08:05:25 2003
+++ watch.1 Sun Jan 1 13:28:37 2006
$OpenBSD: patch-watch_1,v 1.2 2009/06/04 00:18:31 jasper Exp $
--- watch.1.orig Wed Jun 3 18:12:43 2009
+++ watch.1 Wed Jun 3 18:15:13 2009
@@ -1,11 +1,11 @@
-.TH WATCH 1 "1999 Apr 3" " " "Linux User's Manual"
+.TH GNUWATCH 1 "1999 Apr 3" " " "Linux User's Manual"
@ -26,7 +26,7 @@ $OpenBSD: patch-watch_1,v 1.1.1.1 2006/01/28 11:04:08 alek Exp $
will run until interrupted.
.SH NOTE
Note that
@@ -42,33 +42,33 @@ Note that POSIX option processing is use
@@ -42,33 +42,33 @@ Note that POSIX option processing is used (i.e., optio
the first non-option argument). This means that flags after
.I command
don't get interpreted by
@ -68,11 +68,12 @@ $OpenBSD: patch-watch_1,v 1.1.1.1 2006/01/28 11:04:08 alek Exp $
.PP
(Just kidding.)
.SH BUGS
@@ -84,4 +84,6 @@ The original
.B watch
@@ -81,7 +81,7 @@ Non-printing characters are stripped from program outp
part of the command pipeline if you want to see them.
.SH AUTHORS
The original
-.B watch
+.B gnuwatch
was written by Tony Rems <rembo@unisoft.com> in 1991, with mods and
corrections by Francois Pinard. It was reworked and new features added by
-Mike Coleman <mkc@acm.org> in 1999.
+Mike Coleman <mkc@acm.org> in 1999. In 2005 it was modified for FreeBSD by
+Emanuel Haupt <ehaupt@critical.ch> and renamed gnuwatch by
+Jasper Lievisse Adriaanse <jasper@nedbsd.nl> for OpenBSD.
Mike Coleman <mkc@acm.org> in 1999.

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/01/28 11:04:08 alek Exp $
bin/gnuwatch
@comment $OpenBSD: PLIST,v 1.2 2009/06/04 00:18:31 jasper Exp $
@bin bin/gnuwatch
@man man/man1/gnuwatch.1