Port details |
- gnu-watch GNU watch command
- 3.3.17_1 misc =10 3.3.17_1Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2005-06-05 14:45:33
- Last Update: 2024-01-21 12:35:56
- Commit Hash: 6ca0d8a
- People watching this port, also watch:: wget, git, glib, freetype2, pkg
- License: GPLv2
- WWW:
- https://gitlab.com/procps-ng/procps/
- Description:
- GNU watch runs a command repeatedly, displaying its output (the first
screenfull). This allows you to watch the program output change over time.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gnu-watch>0:misc/gnu-watch
- To install the port:
- cd /usr/ports/misc/gnu-watch/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/gnu-watch
- pkg install gnu-watch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnu-watch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617891544
SHA256 (procps-ng-procps-19a508ea121c0c4ac6d0224575a036de745eaaf8_GL0.tar.gz) = 682767b21f8c98694588b4173f49d1fd701201d3371fd6b03f861b44dce23c90
SIZE (procps-ng-procps-19a508ea121c0c4ac6d0224575a036de745eaaf8_GL0.tar.gz) = 1410418
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gnu-watch-3.3.17_1:
NLS=on: Native Language Support
UNICODE=on: Unicode support
===> Use 'make config' to modify these settings
- Options name:
- misc_gnu-watch
- USES:
- autoreconf gettext-tools gmake libtool localbase:ldflags ncurses pkgconfig tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.17_1 21 Jan 2024 12:35:56 |
Emanuel Haupt (ehaupt) |
*/*: Use PREFIX instead of MANPREFIX
Notified by: arrowd |
3.3.17_1 21 Jan 2024 12:21:18 |
Emanuel Haupt (ehaupt) |
misc/gnu-watch: Move manpages to share/man |
3.3.17 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.17 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.3.17 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
3.3.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.17 11 Feb 2021 23:22:11 |
jrm |
misc/gnu-watch: Fix build with NLS knob turned off
Approved by: ehaupt (maintainer)
Differential Revision: https://reviews.freebsd.org/D28597 |
3.3.17 11 Feb 2021 11:15:11 |
ehaupt |
- Update to 3.3.17
- Simplify build process by using correct build target (obsoletes various
patches for building superfluous build components)
- Use gitlab instance from upstream
- Make native language support optional |
3.3.16 02 Jan 2020 09:19:02 |
bapt |
Make the port futur proof allowing to build with regular ncurses (without w)
for the day base will have only 1 ncurses |
3.3.16 11 Dec 2019 14:45:13 |
ehaupt |
Update to 3.3.16 |
3.3.15 02 Jun 2018 14:55:55 |
ehaupt |
Update to 3.3.15 |
3.3.12 30 Jan 2017 10:49:03 |
ehaupt |
Update to 3.3.12 |
3.2.8 02 Feb 2016 23:46:39 |
marino |
misc/gnu-watch: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
3.2.8 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.2.8 06 Jan 2015 09:39:04 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
3.2.8 25 Oct 2013 14:33:17 |
ehaupt |
Support staging. |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
3.2.8 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
3.2.8 08 Jul 2013 18:42:16 |
ehaupt |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header |
3.2.8 27 Dec 2011 15:14:23 |
ehaupt |
Pacify portlint
Feature safe: yes |
3.2.8 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.2.8 25 Jan 2011 19:59:40 |
ehaupt |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
3.2.8 09 Sep 2009 17:35:29 |
ehaupt |
Update to 3.2.8 |
3.2.7 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |
3.2.7 07 Jul 2008 13:41:57 |
ehaupt |
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler. |
3.2.7 27 Mar 2008 19:27:34 |
ehaupt |
Use MASTER_SITE_CRITICAL |
3.2.7 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.2.7 04 Oct 2007 01:53:45 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
3.2.7 18 Aug 2006 06:31:27 |
ehaupt |
Update to 3.2.7 |
3.2.5 01 Jun 2006 12:13:54 |
ehaupt |
Add an additional mirror. |
3.2.5 30 Nov 2005 14:01:14 |
ehaupt |
Add SHA256 hashes to my ports |
3.2.5 06 Oct 2005 11:57:11 |
ehaupt |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
3.2.5 05 Jun 2005 14:44:29 |
pav |
GNU watch runs command repeatedly, displaying its output (the first
screenfull). This allows you to watch the program output change over
time.
PR: ports/81892
Submitted by: Emanuel Haupt <ehaupt@critical.ch> |