Port details |
- diff-so-fancy Fancier diff output formatter
- 1.4.4 textproc =2 1.4.4Version of this port present on the latest quarterly branch.
- Maintainer: rakuco@FreeBSD.org
- Port Added: 2017-12-26 14:09:26
- Last Update: 2023-07-05 12:14:46
- Commit Hash: d4a5ef1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/so-fancy/diff-so-fancy/
- Description:
- diff-so-fancy strives to make your diff's human readable instead of machine
readable. This helps improve code quality and help you spot defects faster.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- diff-so-fancy>0:textproc/diff-so-fancy
- To install the port:
- cd /usr/ports/textproc/diff-so-fancy/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/diff-so-fancy
- pkg install diff-so-fancy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: diff-so-fancy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688558833
SHA256 (so-fancy-diff-so-fancy-v1.4.4_GH0.tar.gz) = 3eac2cfb3b1de9d14b6a712941985d6b240b7f3726c94a5e337317c7161e869d
SIZE (so-fancy-diff-so-fancy-v1.4.4_GH0.tar.gz) = 188528
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- git : devel/git
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_diff-so-fancy
- USES:
- perl5 shebangfix
- pkg-message:
- For install:
- In order to configure git to use diff-so-fancy automatically, you can run:
$ git config --global core.pager "diff-so-fancy | less -R"
diff-so-fancy can also be used with diff(1) directly as well as tools like
hg(1).
See /usr/local/share/doc/diff-so-fancy/README.md for more information.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4 05 Jul 2023 12:14:46 |
Raphael Kubo da Costa (rakuco) |
textproc/diff-so-fancy: Update to 1.4.4.
Release notes:
https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.4.4
Update pkg-message.in as well: properly capitalize README.md and mention
diff-so-fancy can be used without git too. |
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) |
1.4.3 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 ) |
1.4.3 11 Apr 2022 07:49:43 |
Raphael Kubo da Costa (rakuco) |
textproc/diff-so-fancy: Update to 1.4.3.
While here, add a runtime dependency on devel/git, as diff-so-fancy
invokes it multiple times when called, even if just being piped `diff
-u`'s output. |
1.3.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0 31 May 2020 20:27:57 |
rakuco |
Update to 1.3.0.
Release notes: https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.3.0 |
1.2.6 06 Oct 2019 13:47:07 |
tobik |
Drop nop NO_CONFIGURE |
1.2.6 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
1.2.6 07 Jul 2019 12:33:07 |
rakuco |
Update to 1.2.6. |
1.2.5 16 Feb 2019 12:14:57 |
rakuco |
Update to 1.2.5
This is the first stable release since 1.2.0. Release notes:
https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.2.5 |
1.2.0 29 Dec 2017 11:44:04 |
rakuco |
Update to 1.2.0. |
1.1.1 26 Dec 2017 14:09:13 |
rakuco |
Add textproc/diff-so-fancy.
diff-so-fancy strives to make your diff's human readable instead of machine
readable. This helps improve code quality and help you spot defects faster.
WWW: https://github.com/so-fancy/diff-so-fancy/ |