Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.5.0_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
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) |
6.5.0 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 ) |
6.5.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
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 ) |
6.5.0 24 Sep 2021 13:11:53 |
Baptiste Daroussin (bapt) |
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 |
Baptiste Daroussin (bapt) |
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 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.5.0 27 Dec 2019 16:07:55 |
bapt |
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 |
beat |
- Update to 6.5.0
PR: 241837
Submitted by: adamw |
6.4.2 04 Feb 2016 15:49:41 |
marino |
sysutils/multitail: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
6.4.2 27 Dec 2015 09:40:02 |
beat |
- Update to 6.4.2
PR: 205387
Submitted by: jochen@jochen-neumeister.de |
6.4.1 24 Nov 2015 00:22:41 |
marino |
sysutils/multitail: USE=alias to build on DF |
6.4.1 09 Apr 2015 15:48:51 |
adamw |
Update to 6.4.1.
PR: 199301
Approved by: beat (maintainer) |
6.2.1 20 Jun 2014 01:55:40 |
adamw |
USES=tar:... |
6.2.1 03 Mar 2014 17:58:43 |
adamw |
Avoid needing to include bsd.port.options.mk. |
6.2.1 24 Feb 2014 16:58:36 |
skreuzer |
Update to 6.2.1
Approved by: beat (maintainer) |
5.2.12_1 21 Feb 2014 13:39:38 |
ehaupt |
Remove trailing whitespaces from category sysutils |
5.2.12_1 10 Feb 2014 13:54:28 |
ehaupt |
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 |
mat |
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 |
beat |
- 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 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
5.2.12 20 Jan 2013 19:03:21 |
beat |
- 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 |
beat |
- Update to 5.2.9 |
5.2.8 24 Oct 2011 09:11:38 |
dougb |
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 |
beat |
- 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 |
beat |
- Update to 5.2.7
Feature safe: yes |
5.2.6 30 Mar 2010 19:37:56 |
beat |
- Update to 5.2.6 |
5.2.2 28 Jan 2009 23:25:21 |
beat |
Update my email address to @FreeBSD.org.
Approved by: miwi (mentor) |
5.2.2 04 Jan 2009 16:19:32 |
miwi |
- Pass maintainership to submitter
Submitted by: "Beat Gätzi" <beat@chruetertee.ch> |
5.2.2 09 Nov 2008 07:47:01 |
obraun |
Set maintainer to ports@ |
5.2.2 20 May 2008 18:33:38 |
obraun |
Update to 5.2.2. |
5.2.1 20 Feb 2008 14:08:44 |
obraun |
Update to 5.2.1. |
5.2.0 10 Jul 2007 16:57:08 |
obraun |
multitail 5.2.0. |
5.1.0 12 Jun 2007 16:31:54 |
obraun |
Distfile rerolled (small change in utils.c). |
5.1.0 08 Jun 2007 17:34:39 |
obraun |
Update to 5.1.0. |
5.0.5 08 Jun 2007 16:40:48 |
obraun |
Update to 5.0.5 |
5.0.4 01 Jun 2007 19:58:34 |
obraun |
Update to 5.0.4. |
5.0.2 01 May 2007 13:55:19 |
obraun |
Update to 5.0.2. |
5.0.1 30 Apr 2007 18:16:34 |
obraun |
Update distinfo, tarball has been rerolled. A MySQL error log colorscheme was
added. |
5.0.1 27 Apr 2007 18:13:50 |
obraun |
Update to 5.0.1. |
5.0.0 05 Apr 2007 20:41:02 |
obraun |
* Update to 5.0.0.
* Remove extra patches for 4.X. |
4.3.0 12 Feb 2007 17:00:13 |
obraun |
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 |
obraun |
Fix build on 4-STABLE. |
4.2.0 08 Sep 2006 13:20:52 |
obraun |
Upgrade to 4.2.0. |
4.0.6 14 Jun 2006 19:42:19 |
obraun |
Upgrade to 4.0.6. |
4.0.5 09 Jun 2006 17:10:05 |
obraun |
Upgrade to 4.0.5. |
4.0.4 09 Jun 2006 14:34:50 |
obraun |
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 |
obraun |
Upgrade to 4.0.4.
PR: ports/97662
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
4.0.3 30 Apr 2006 16:33:39 |
obraun |
Fix previous commit. Files are called extra-patch... not e-patch... |
4.0.3 30 Apr 2006 16:30:08 |
obraun |
* 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 |
obraun |
Upgrade to 3.8.10. |
3.8.9.1 24 Mar 2006 15:46:22 |
obraun |
Upgrade to 3.8.9.1. |
3.8.7 22 Feb 2006 20:11:50 |
obraun |
Upgrade to 3.8.7. |
3.8.6 18 Feb 2006 18:41:46 |
obraun |
* Upgrade to 3.8.6.
* Update pkg-descr. |
3.8.5 30 Jan 2006 18:48:41 |
obraun |
Upgrade to 3.8.5. |
3.8.4 12 Jan 2006 17:39:29 |
obraun |
Upgrade to 3.8.4. |
3.8.3 04 Jan 2006 18:24:15 |
obraun |
Upgrade to 3.8.3. |
3.8.2 31 Dec 2005 14:57:08 |
obraun |
Upgrade to 3.8.2. |
3.8.1 29 Dec 2005 09:19:47 |
obraun |
Upgrade to 3.8.1. |
3.6.1 28 Aug 2005 11:03:48 |
obraun |
Upgrade to 3.6.1. |
3.6.0 01 Aug 2005 07:30:03 |
obraun |
Upgrade to 3.6.0. |
3.4.8 28 Feb 2005 19:04:02 |
obraun |
Upgrade to 3.4.8. |
3.4.7 25 Feb 2005 13:55:27 |
obraun |
Upgrade to 3.4.7. |
3.4.6 21 Feb 2005 19:19:07 |
obraun |
Upgrade to 3.4.6. |
3.4.5 24 Jan 2005 18:37:01 |
obraun |
Upgrade to 3.4.5 |
3.4.4 16 Jan 2005 16:47:26 |
obraun |
Upgrade to 3.4.4. |
3.4.3 27 Dec 2004 19:08:03 |
obraun |
Upgrade to 3.4.3. |
3.4.2 27 Nov 2004 21:34:48 |
obraun |
Upgrade to 3.4.2. |
3.4.1 02 Nov 2004 18:19:22 |
obraun |
Upgrade to 3.4.1. |
3.4.0 17 Oct 2004 17:06:28 |
obraun |
Upgrade to 3.4.0 |
3.2.3 17 Jul 2004 17:01:16 |
obraun |
Upgrade to 3.2.3 |
3.2.2 15 Jul 2004 19:32:33 |
obraun |
Upgrade to 3.2.2 |
3.2.1 01 Jun 2004 07:17:15 |
obraun |
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 |
obraun |
Upgrade to 3.2.1 |
3.0.6 11 Mar 2004 07:48:13 |
obraun |
deUSE_SIZEify. |
3.0.6 31 Jan 2004 11:16:48 |
obraun |
SIZE-ify |
3.0.6 29 Jan 2004 19:23:18 |
obraun |
Upgrade to 3.0.6 |
3.0.4 25 Jan 2004 17:35:44 |
obraun |
Upgrade to 3.0.4 |
3.0.3 20 Dec 2003 19:02:04 |
obraun |
Upgrade to 3.0.3. |
3.0.2 09 Dec 2003 21:10:34 |
obraun |
Upgrade to 3.0.2. |
3.0.0 07 Oct 2003 18:27:03 |
obraun |
Upgrade to 3.0.0. |
2.9.1 12 Jul 2003 19:55:49 |
obraun |
Upgrade to 2.9.1. |
2.7.4 09 Jun 2003 19:24:28 |
obraun |
Upgrade to 2.7.4. |
2.7.2 06 Jun 2003 08:21:27 |
obraun |
Upgrade to 2.7.2. |
2.7.1 01 Jun 2003 13:59:37 |
obraun |
Upgrade to 2.7.1. |
2.7 01 Jun 2003 07:18:05 |
obraun |
Upgrade to 2.7. |
2.4 11 May 2003 21:17:00 |
obraun |
Upgrade to 2.4. |
2.3 30 Apr 2003 07:17:40 |
obraun |
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 |
obraun |
Upgrade to 2.3. |
2.2 24 Apr 2003 18:31:29 |
obraun |
Upgrade to 2.2. |
2.1 24 Apr 2003 06:17:45 |
obraun |
Upgrade to 2.1. |
2.0 22 Apr 2003 17:34:20 |
obraun |
Upgrade to 2.0. |
1.91 21 Apr 2003 22:23:24 |
obraun |
Upgrade to 1.91. |
1.9 20 Apr 2003 18:05:42 |
obraun |
Upgrade to 1.9. |
1.8 17 Apr 2003 19:18:25 |
obraun |
Mention that multitail comes with regular expression support.
Requested by: developer |
1.8 17 Apr 2003 18:18:14 |
obraun |
Upgrade to 1.8. |
1.7_1 15 Apr 2003 20:35:51 |
obraun |
* Fix tail exec (option --follow=name is called -F on FreeBSD).
* Bump PORTREVISION. |
1.7 15 Apr 2003 18:20:34 |
obraun |
Upgrade to 1.7. |
1.6 14 Apr 2003 07:57:19 |
obraun |
Upgrade to 1.6. |
1.5 11 Apr 2003 20:45:12 |
obraun |
Ups, committed wrong distinfo. |