Port details |
- libdiff Library to generate arbitrary sequence diffs
- 0.1.0_1 textproc
=2 0.1.0_1Version of this port present on the latest quarterly branch. - Maintainer: bapt@FreeBSD.org
 - Port Added: 2018-09-22 06:49:13
- Last Update: 2024-01-24 07:59:53
- Commit Hash: 0ef221a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/kristapsdz/libdiff
- Description:
- libdiff is a C library generating the shortest edit script, longest common
subsequence, and edit distance between arbitrary sequences of bytes. It derives
from Tatsuhiko Kubo's onp and dtl.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdiff>0:textproc/libdiff
- To install the port:
- cd /usr/ports/textproc/libdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libdiff
- pkg install libdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1537598498
SHA256 (libdiff-0.1.0.tar.gz) = 2012d2eae9ecaf9717c77ecefd9bdff4e38f485d8b9ad8f916cff1fdf1151512
SIZE (libdiff-0.1.0.tar.gz) = 19316
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- textproc/lowdown
Configuration Options:
- No options to configure
- Options name:
- textproc_libdiff
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.0_1 24 Jan 2024 07:59:53
    |
Baptiste Daroussin (bapt)  |
manprefix: move the manpages for the ports I maintain 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) |
0.1.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 ) |
0.1.0 03 Aug 2021 16:45:01
    |
Baptiste Daroussin (bapt)  |
textproc/libdiff: respect PREFIX
PR: 257430
Submitted by: John Marshall <john@jmarshall.id.au> |
0.1.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.0 24 Mar 2020 16:57:15
  |
bapt  |
Fix wrong license information it is MIT not ISCL
PR: 243506
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
0.1.0 22 Sep 2018 06:48:59
  |
bapt  |
libdiff is a C library generating the shortest edit script, longest common
subsequence, and edit distance between arbitrary sequences of bytes. It derives
from Tatsuhiko Kubo's onp and dtl.
WWW: https://github.com/kristapsdz/libdiff |
Number of commits found: 8
|