notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
multitail Tail multiple files on console with ncurses
6.5.0_1 sysutils on this many watch lists=34 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.5.0Version of this port present on the latest quarterly branch.
Maintainer: beat@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-04-09 21:50:30
Last Update: 2024-01-11 13:59:36
Commit Hash: 7074d7f
People watching this port, also watch:: unzip, m4, gmake, nmap, pcre
License: GPLv2
WWW:
https://www.vanheusden.com/multitail/
Description:
MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). It can also monitor wildcards: if another file matching the wildcard has a more recent modification date, it will automatically switch to that file. That way you can, for example, monitor a complete directory of files. Merging of 2 or even more logfiles is possible. It can also use colors while displaying the logfiles (through regular expressions), for faster recognition of what is important and what not. It can also filter lines (again with regular expressions). It has interactive menus for editing given regular expressions and deleting and adding windows. One can also have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch' and such.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/multitail
  2. etc/multitail.conf.sample
  3. share/man/man1/multitail.1.gz
  4. /usr/local/share/licenses/multitail-6.5.0_1/catalog.mk
  5. /usr/local/share/licenses/multitail-6.5.0_1/LICENSE
  6. /usr/local/share/licenses/multitail-6.5.0_1/GPLv2
Collapse this list.
Dependency lines:
  • multitail>0:sysutils/multitail
To install the port:
cd /usr/ports/sysutils/multitail/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/multitail
  • pkg install multitail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: multitail
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1573322615 SHA256 (multitail-6.5.0.tgz) = b29d5e77dfc663c7500f78da67de5d82d35d9417a4741a89a18ce9ee7bdba9ed SIZE (multitail-6.5.0.tgz) = 157578

Packages (timestamps in pop-ups are UTC):
multitail
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.5.0_16.5.0_16.5.06.5.0_16.5.0_1-6.5.0-
FreeBSD:13:quarterly6.5.06.5.06.5.06.5.06.5.06.5.06.5.06.5.0
FreeBSD:14:latest6.5.0_16.5.0_16.5.06.5.0_16.5.0_16.5.0-6.5.0
FreeBSD:14:quarterly6.5.06.5.0-6.5.06.5.06.5.06.5.06.5.0
FreeBSD:15:latest6.5.0_16.5.0_1n/a6.5.0_1n/a6.5.0_16.5.0_16.5.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for multitail-6.5.0_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_multitail
USES:
alias gmake ncurses tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://fossies.org/unix/privat/
  2. http://www.vanheusden.com/multitail/
Collapse this list.

Number of commits found: 103 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.5.0_1
11 Jan 2024 13:59:36
commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eliminate usage of MANPREFIX

While here move some manpages to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
6.5.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
6.5.0
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.5.0
24 Sep 2021 13:11:53
commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95commit hash: d51bc0de306aafb68e7af0a6d16b261dcbd83f95 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29

In many places I overlooked at the problem we were trying to solve when
libncurses is split.
6.5.0
23 Sep 2021 16:22:54
commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 files touched by this commit Sanity Test Failure
Baptiste Daroussin (bapt) search for other commits by this committer
ncurses: fix build with futur base and ports ncurses

in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.

Note this also fixes the build with ports ncurses
6.5.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.5.0
27 Dec 2019 16:07:55
Revision:521006Original commit files touched by this commit
bapt search for other commits by this committer
Rework multitail to be futur friendly regarding ncurses

Drop useless post-patch which are not doing anything anymore
Patch the Makefile to link to ncursesw if this is the implementation we do use
or in the futur link to ncurses (and panel) when only this version will be left
in base
6.5.0
22 Nov 2019 09:59:11
Revision:518134Original commit files touched by this commit
beat search for other commits by this committer
- Update to 6.5.0

PR:		241837
Submitted by:	adamw
6.4.2
04 Feb 2016 15:49:41
Revision:408045Original commit files touched by this commit
marino search for other commits by this committer
sysutils/multitail: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
6.4.2
27 Dec 2015 09:40:02
Revision:404557Original commit files touched by this commit
beat search for other commits by this committer
- Update to 6.4.2

PR:		205387
Submitted by:	jochen@jochen-neumeister.de
6.4.1
24 Nov 2015 00:22:41
Revision:402339Original commit files touched by this commit
marino search for other commits by this committer
sysutils/multitail: USE=alias to build on DF
6.4.1
09 Apr 2015 15:48:51
Revision:383653Original commit files touched by this commit
adamw search for other commits by this committer
Update to 6.4.1.

PR:		199301
Approved by:	beat (maintainer)
6.2.1
20 Jun 2014 01:55:40
Revision:358496Original commit files touched by this commit
adamw search for other commits by this committer
USES=tar:...
6.2.1
03 Mar 2014 17:58:43
Revision:346944Original commit files touched by this commit
adamw search for other commits by this committer
Avoid needing to include bsd.port.options.mk.
6.2.1
24 Feb 2014 16:58:36
Revision:345880Original commit files touched by this commit
skreuzer search for other commits by this committer
Update to 6.2.1

Approved by:	beat (maintainer)
5.2.12_1
21 Feb 2014 13:39:38
Revision:345435Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
5.2.12_1
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
5.2.12_1
30 Dec 2013 13:39:47
Revision:338113Original commit files touched by this commit
mat search for other commits by this committer
Fixup the config file path, otherwise, it ends up trying to read it from, the
stagedir, which, from a poudriere built package would be:

You can prevent this message by adding the line 'check_mail:0' in
/wrkdirs/usr/ports/sysutils/multitail/work/stage/usr/local/etc/multitail.conf
or in .multitailrc in your home-directory.
5.2.12
18 Nov 2013 13:26:04
Revision:334189Original commit files touched by this commit
beat search for other commits by this committer
- Remove hardcoded CC [1]
- Convert to USES
- Convert to staging

PR:		ports/183603 [1]
Submitted by:	adamw@ [1]
5.2.12
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
5.2.12
20 Jan 2013 19:03:21
Revision:310715Original commit files touched by this commit
beat search for other commits by this committer
- Update to 5.2.12
- Add additional MASTER_SITE
- Pet portlint
- Switch to OptionsNG
- Trim Makefile header

PR:		ports/175190 (based on)
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
5.2.9
02 Jan 2012 10:34:00
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 5.2.9
5.2.8
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
5.2.8
14 Jun 2011 18:18:08
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 5.2.8
- Add LICENSE

PR:             ports/157857
Submitted by:   Ryan Steinmetz <rpsfa AT rit.edu>
5.2.7
20 Jan 2011 11:58:25
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 5.2.7

Feature safe:   yes
5.2.6
30 Mar 2010 19:37:56
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 5.2.6
5.2.2
28 Jan 2009 23:25:21
Original commit files touched by this commit
beat search for other commits by this committer
Update my email address to @FreeBSD.org.

Approved by:    miwi (mentor)
5.2.2
04 Jan 2009 16:19:32
Original commit files touched by this commit
miwi search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   "Beat Gätzi" <beat@chruetertee.ch>
5.2.2
09 Nov 2008 07:47:01
Original commit files touched by this commit
obraun search for other commits by this committer
Set maintainer to ports@
5.2.2
20 May 2008 18:33:38
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.2.2.
5.2.1
20 Feb 2008 14:08:44
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.2.1.
5.2.0
10 Jul 2007 16:57:08
Original commit files touched by this commit
obraun search for other commits by this committer
multitail 5.2.0.
5.1.0
12 Jun 2007 16:31:54
Original commit files touched by this commit
obraun search for other commits by this committer
Distfile rerolled (small change in utils.c).
5.1.0
08 Jun 2007 17:34:39
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.1.0.
5.0.5
08 Jun 2007 16:40:48
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.0.5
5.0.4
01 Jun 2007 19:58:34
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.0.4.
5.0.2
01 May 2007 13:55:19
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.0.2.
5.0.1
30 Apr 2007 18:16:34
Original commit files touched by this commit
obraun search for other commits by this committer
Update distinfo, tarball has been rerolled. A MySQL error log colorscheme was
added.
5.0.1
27 Apr 2007 18:13:50
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 5.0.1.
5.0.0
05 Apr 2007 20:41:02
Original commit files touched by this commit
obraun search for other commits by this committer
* Update to 5.0.0.
* Remove extra patches for 4.X.
4.3.0
12 Feb 2007 17:00:13
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 4.3.0.

PR:             ports/109000
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
4.2.0
21 Sep 2006 21:13:42
Original commit files touched by this commit
obraun search for other commits by this committer
Fix build on 4-STABLE.
4.2.0
08 Sep 2006 13:20:52
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 4.2.0.
4.0.6
14 Jun 2006 19:42:19
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 4.0.6.
4.0.5
09 Jun 2006 17:10:05
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 4.0.5.
4.0.4
09 Jun 2006 14:34:50
Original commit files touched by this commit
obraun search for other commits by this committer
Use the correct .conf file location.

PR:             ports/98740
Submitted by:   "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
4.0.4
05 Jun 2006 15:25:00
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 4.0.4.

PR:             ports/97662
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
4.0.3
30 Apr 2006 16:33:39
Original commit files touched by this commit
obraun search for other commits by this committer
Fix previous commit. Files are called extra-patch... not e-patch...
4.0.3
30 Apr 2006 16:30:08
Original commit files touched by this commit
obraun search for other commits by this committer
* Upgrade to 4.0.3.
* Remove USE_REINPLACE (1)
* Fix Build on 4.x. (1)

PR:             ports/95986 (1)
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (1)
3.8.10
27 Mar 2006 18:18:50
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.10.
3.8.9.1
24 Mar 2006 15:46:22
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.9.1.
3.8.7
22 Feb 2006 20:11:50
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.7.
3.8.6
18 Feb 2006 18:41:46
Original commit files touched by this commit
obraun search for other commits by this committer
* Upgrade to 3.8.6.
* Update pkg-descr.
3.8.5
30 Jan 2006 18:48:41
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.5.
3.8.4
12 Jan 2006 17:39:29
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.4.
3.8.3
04 Jan 2006 18:24:15
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.3.
3.8.2
31 Dec 2005 14:57:08
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.2.
3.8.1
29 Dec 2005 09:19:47
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.8.1.
3.6.1
28 Aug 2005 11:03:48
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.6.1.
3.6.0
01 Aug 2005 07:30:03
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.6.0.
3.4.8
28 Feb 2005 19:04:02
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.8.
3.4.7
25 Feb 2005 13:55:27
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.7.
3.4.6
21 Feb 2005 19:19:07
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.6.
3.4.5
24 Jan 2005 18:37:01
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.5
3.4.4
16 Jan 2005 16:47:26
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.4.
3.4.3
27 Dec 2004 19:08:03
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.3.
3.4.2
27 Nov 2004 21:34:48
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.2.
3.4.1
02 Nov 2004 18:19:22
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.1.
3.4.0
17 Oct 2004 17:06:28
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.4.0
3.2.3
17 Jul 2004 17:01:16
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.2.3
3.2.2
15 Jul 2004 19:32:33
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.2.2
3.2.1
01 Jun 2004 07:17:15
Original commit files touched by this commit
obraun search for other commits by this committer
Install default multitail.conf as ${LOCALBASE}/etc/multitail.conf.sample.

Requested by:   Ion-Mihai Tetcu <itetcu@apropo.ro>
3.2.1
28 May 2004 17:25:41
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.2.1
3.0.6
11 Mar 2004 07:48:13
Original commit files touched by this commit
obraun search for other commits by this committer
deUSE_SIZEify.
3.0.6
31 Jan 2004 11:16:48
Original commit files touched by this commit
obraun search for other commits by this committer
SIZE-ify
3.0.6
29 Jan 2004 19:23:18
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.0.6
3.0.4
25 Jan 2004 17:35:44
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.0.4
3.0.3
20 Dec 2003 19:02:04
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.0.3.
3.0.2
09 Dec 2003 21:10:34
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.0.2.
3.0.0
07 Oct 2003 18:27:03
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.0.0.
2.9.1
12 Jul 2003 19:55:49
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.9.1.
2.7.4
09 Jun 2003 19:24:28
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.7.4.
2.7.2
06 Jun 2003 08:21:27
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.7.2.
2.7.1
01 Jun 2003 13:59:37
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.7.1.
2.7
01 Jun 2003 07:18:05
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.7.
2.4
11 May 2003 21:17:00
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.4.
2.3
30 Apr 2003 07:17:40
Original commit files touched by this commit
obraun search for other commits by this committer
Tarball has been rerolled. Author just added a function goodbye() which
printf's "thank you for flying multitail" and the like.

Noticed by:     Forrest Aldrich <forrie@forrie.com>
2.3
27 Apr 2003 16:15:45
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.3.
2.2
24 Apr 2003 18:31:29
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.2.
2.1
24 Apr 2003 06:17:45
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.1.
2.0
22 Apr 2003 17:34:20
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 2.0.
1.91
21 Apr 2003 22:23:24
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.91.
1.9
20 Apr 2003 18:05:42
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.9.
1.8
17 Apr 2003 19:18:25
Original commit files touched by this commit
obraun search for other commits by this committer
Mention that multitail comes with regular expression support.

Requested by:   developer
1.8
17 Apr 2003 18:18:14
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.8.
1.7_1
15 Apr 2003 20:35:51
Original commit files touched by this commit
obraun search for other commits by this committer
* Fix tail exec (option --follow=name is called -F on FreeBSD).
* Bump PORTREVISION.
1.7
15 Apr 2003 18:20:34
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.7.
1.6
14 Apr 2003 07:57:19
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.6.
1.5
11 Apr 2003 20:45:12
Original commit files touched by this commit
obraun search for other commits by this committer
Ups, committed wrong distinfo.

Number of commits found: 103 (showing only 100 on this page)

1 | 2  »