Port details |
- tig Text-mode interface for git
- 2.5.10 devel =5 2.5.8_1Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2008-03-19 15:15:05
- Last Update: 2024-09-30 19:27:56
- Commit Hash: 56a8cd0
- People watching this port, also watch:: lame, poudriere, node, dunst, fusefs-ntfs
- License: GPLv2
- WWW:
- https://jonas.github.io/tig/
- Description:
- Tig is a git repository browser that additionally
can act as a pager for output from various git
commands.
When browsing repositories, it uses the underlying
git commands to present the user with various views,
such as summarized revision log and showing the
commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin
and colorize it.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/tig/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tig
- pkg install tig
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tig
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727711006
SHA256 (tig-2.5.10.tar.gz) = f655cc1366fc10058a2bd505bb88ca78e653ff7526c1b81774c44b9d841210e3
SIZE (tig-2.5.10.tar.gz) = 1183631
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:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- git : devel/git
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tig-2.5.10:
GIT=off: Install devel/git as runtime dependency
PCRE=off: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings
- Options name:
- devel_tig
- USES:
- gmake iconv ncurses readline
- pkg-message:
- For install:
- Required to (post-)install devel/git* port as runtime dependency.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.10 30 Sep 2024 19:27:56 |
Mateusz Piotrowski (0mp) |
devel/tig: Update to 2.5.10 |
2.5.8_1 07 Mar 2024 09:47:32 |
Nuno Teixeira (eduardo) |
devel/tig: Move man pages to share/man
Approved by: portmgr (blanket) |
2.5.8 08 Aug 2023 19:42:16 |
Mateusz Piotrowski (0mp) Author: John Hein |
devel/tig: Fix the dependencies of the PCRE option
PR: 272722
Reported by: mord0d@firemail.cc |
2.5.8 18 Jul 2023 15:15:45 |
Mateusz Piotrowski (0mp) Author: John Hein |
devel/tig: Update to 2.5.8
Apart from the update, the patch also fixes a missing dependency. If
pcre2 (or pcre) is detected during 'configure', it will enable the pcre
library during the build.
If so, 'make stage-qa' will complain:
> Error: /usr/local/bin/tig is linked to /usr/local/lib/libpcre2-posix.so.3 from
devel/pcre2 but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libpcre2-posix.so:devel/pcre2
The patch also adds a PCRE option that explicity enables / disables pcre
as desired. The default state of the PCRE option is off which is just
like how packages are build in a package builder environment where the
pcre package is not installed. But I have no problem with having it on
by default (committer's discretion). The advantage is that it allows
users to search via regexp which is a useful tool. The pcre libs have a
friendly BSD3CLAUSE license.
While here, tweak some sorting / formatting as hinted by
portfmt/portclippy.
PR: 270362 |
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) |
2.5.5 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 ) |
2.5.5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.5.5 20 Jan 2022 09:58:19 |
Mateusz Piotrowski (0mp) |
devel/tig: Update to 2.5.5
Changes: https://github.com/jonas/tig/releases/tag/tig-2.5.5 |
2.5.4 24 Jun 2021 11:23:22 |
Mateusz Piotrowski (0mp) |
devel/tig: Update to 2.5.4
Changes: https://github.com/jonas/tig/releases/tag/tig-2.5.4 |
2.5.3 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
2.5.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5.3 11 Mar 2021 19:12:23 |
0mp |
Update to 2.5.3
Release notes:
https://github.com/jonas/tig/releases/tag/tig-2.5.3
While here, use test variables instead of a do-test target. |
2.5.2 12 Feb 2021 22:11:11 |
0mp |
Update to 2.5.2
While here, install the tigrc file as a @sample.
Changelog:
https://github.com/jonas/tig/releases/tag/tig-2.5.2
PR: 253459 (tigrc)
Reported by: Michael Osipov <michael.osipov siemens com> (tigrc) |
2.5.1 04 Nov 2020 22:34:25 |
0mp |
Assume maintainership |
2.5.1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
2.5.1 10 Apr 2020 05:38:35 |
tobik |
devel/tig: Update to 2.5.1
Changes: https://github.com/jonas/tig/releases/tag/tig-2.5.1 |
2.5.0 19 Nov 2019 21:45:56 |
tobik |
devel/tig: Hook up tests |
2.5.0 19 Nov 2019 21:08:53 |
tobik |
devel/tig: Update to 2.5.0
Changes: https://github.com/jonas/tig/releases/tag/tig-2.5.0 |
2.4.1_2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.4.1_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
2.4.1_1 23 Nov 2018 13:59:08 |
tobik |
devel/tig: Fix a GNUism in tools/make-builtin-config.sh
PR: 233423
Reported by: kevans |
2.4.1_1 17 Aug 2018 18:17:18 |
tobik |
devel/tig: Always install the man pages
The man pages are already pre-generated so do not regenerate them
and drop the MANPAGES option and associated dependencies.
Also make sure the binary is not stripped when building WITH_DEBUG. |
2.4.1 17 Aug 2018 17:53:24 |
tobik |
Take devel/tig |
2.4.1 17 Aug 2018 17:37:53 |
joneum |
Update to 2.4.1
changelog: https://github.com/jonas/tig/releases/tag/tig-2.4.1
- Back to pool, because of a long history of maintainer timeouts
PR: 230024
Submitted by: lightside <lightside@gmx.com>
Approved by: darcsis@gmail.com (maintainer timeout) |
2.3.0_1 05 Dec 2017 10:32:12 |
mat |
Make the git dependency optional.
PR: 203457
Submitted by: lightside gmx com
Approved by: dharrigan gmail com
Sponsored by: Absolight |
2.3.0 19 Oct 2017 13:55:19 |
pizzamig |
devel/tig: Update to 2.3.0
Changing maintainer, because of a long history of maintainer timeouts
PR: 222723
Submitted by: dharrigan@gmail.com
Approved by: darcsis@gmail.com (maintainer timeout)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12728 |
2.2.2 01 Oct 2017 10:01:46 |
matthew |
Update to 2.2.2
PR: 222185
Submitted by: seschwar@gmail.com
Approved by: maintainer timeout (20+ days) |
2.2.1_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
2.2.1 13 Dec 2016 15:28:25 |
amdmi3 |
- Update to 2.2.1
PR: 214695
Submitted by: lightside@gmx.com
Approved by: maintainer timeout (darcsis@gmail.com, 3 weeks) |
2.2 05 Oct 2016 19:57:02 |
amdmi3 |
- Update to 2.2
PR: 211850
Submitted by: lightside@gmx.com
Approved by: maintainer timeout (darcsis@gmail.com, 6 weeks) |
2.1.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.1 04 May 2015 11:17:04 |
jbeich |
devel/tig: update to 2.1.1
- Add upstream patch to "fix crash due to out-of-bounds array access" [1]
- Pet portlint since r383894 by formatting patches with makepatch target
Changes: http://jonas.nitro.dk/tig/NEWS.html#_tig_2_1_1
PR: 199382
Submitted by: lightside <lightside@gmx.com>
Approved by: maintainer timeout (3 weeks)
Obtained from: https://github.com/jonas/tig/commit/718c6e9 [1] |
2.1 16 Mar 2015 20:36:50 |
amdmi3 |
- Update to 2.1
PR: 198576
Submitted by: lightside@gmx.com (maintainer) |
2.0.3 23 Jan 2015 11:44:01 |
amdmi3 |
- Update to 2.0.3
- Add LICENSE_FILE
- Strip binary
PR: 196582
Submitted by: lightside@gmx.com
Approved by: maintainer timeout |
2.0.2 13 May 2014 15:56:16 |
sunpoet |
- Update to 2.0.2
- Use USES=ncurses
- Use USES=readline:port because tig requires readline 6.2+
Changes: http://jonas.nitro.dk/tig/NEWS.html
PR: ports/189539
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Approved by: Wei Guo <darcsis@gmail.com> (maintainer) |
1.2.1 11 Jan 2014 15:04:04 |
amdmi3 |
- Update to 1.2.1
PR: 185039
Submitted by: amdmi3
Approved by: maintainer timeout |
1.1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.1 05 Sep 2013 20:18:30 |
bsam |
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit) |
1.1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.1 18 Oct 2012 19:28:16 |
rm |
- update to 1.1
- trim Makefile header, while here
PR: 172857
Submitted by: Denise H. G. <darcsis at gmail dot com> (maintainer)
Feature safe: yes |
1.0 30 May 2012 04:03:46 |
rakuco |
- Update to 1.0 [1]
- Unify the empty separate inclusion of bsd.port.pre.mk and
bsd.port.post.mk into a single .include <bsd.port.mk>
PR: ports/167801
Submitted by: olgeni [1]
Approved by: Denise H. G. (maintainer timeout, ~3 weeks) |
0.18 06 Nov 2011 14:34:38 |
clsung |
- Update to 0.18
PR: devel/tig
Submitted by: clsung
Approved by: maintainer (Denise H. G.) |
0.17 22 Mar 2011 20:31:05 |
dhn |
- Update to 0.17
PR: ports/155373
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Approved by: maintainer |
0.16.2 09 Oct 2010 04:19:48 |
sunpoet |
- Update to 0.16.2
- Add LICENSE
PR: ports/151302
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
Approved by: pgollucci (mentor, implicit) |
0.15 13 Dec 2009 00:20:47 |
miwi |
- Update to 0.15
PR: 141400
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) |
0.14.1 16 Mar 2009 22:45:25 |
beat |
- Update to 0.14.1
PR: ports/132626
Submitted by: Ashish Shukla <wahjava AT gmail.com>
Approved by: darcsis AT gmail.com (maintainer), miwi (mentor) |
0.13 20 Jan 2009 22:29:06 |
pav |
- Update to 0.13
PR: ports/130545
Submitted by: darcsis@gmail.com (Denise H. G.) (maintainer) |
0.12 29 Sep 2008 13:32:04 |
jadawin |
- Update to 0.12
PR: ports/127706
Submitted by: Denise H. G. <darcsis _AT_ gmail _DOT_ com> (maintainer) |
0.11 09 Apr 2008 11:51:55 |
tabthorpe |
- Update to 0.11
PR: ports/122566
Submitted by: Denise H. G. <darcsis gmail.com> (maintainer) |
0.10.1 23 Mar 2008 08:17:20 |
rafan |
- Update to 0.10.1
- Conditionally depends on ncurses for wide character support
PR: ports/121950
Submitted by: Denise H. G. <darcsis at gmail.com> (maintainer) |
0.10 19 Mar 2008 15:14:47 |
rafan |
Tig is a git repository browser that additionally
can act as a pager for output from various git
commands.
When browsing repositories, it uses the underlying
git commands to present the user with various views,
such as summarized revision log and showing the
commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin
and colorize it.
WWW: http://jonas.nitro.dk/tig/
PR: ports/121805
Submitted by: Denise H. G. <darcsis at gmail.com> |