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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libxdiff Create file differences/patches to both binary and text files
0.23_2 textproc on this many watch lists=1 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 0.23_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-01-05 06:38:34
Last Update: 2024-02-26 07:57:43
Commit Hash: cb112bd
People watching this port, also watch:: tmpreaper, python, weex
License: LGPL3
WWW:
http://www.xmailserver.org/xdiff-lib.html
Description:
The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the algorithm described in File System Support for Delta Compression by Joshua P. MacDonald, while for text files it follows directives described in An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers. Memory files used by the library are basically a collection of buffers that store the file content. There are two different requirements for memory files when passed to diff/patch functions. Text files for diff/patch functions require that a single line do not have to spawn across two different memory file blocks. Binary diff/patch functions require memory files to be compact. A compact memory files is a file whose content is stored inside a single block.
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 (13 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libxdiff-0.23_2/catalog.mk
  3. /usr/local/share/licenses/libxdiff-0.23_2/LICENSE
  4. /usr/local/share/licenses/libxdiff-0.23_2/LGPL3
  5. include/xdiff.h
  6. lib/libxdiff.a
  7. lib/libxdiff.so
  8. lib/libxdiff.so.0
  9. lib/libxdiff.so.0.0.0
  10. share/man/man3/xdiff.3.gz
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • libxdiff>0:textproc/libxdiff
To install the port:
cd /usr/ports/textproc/libxdiff/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/libxdiff
  • pkg install libxdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libxdiff
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (libxdiff-0.23.tar.gz) = e9af96174e83c02b13d452a4827bdf47cb579eafd580953a8cd2c98900309124 SIZE (libxdiff-0.23.tar.gz) = 412088

Packages (timestamps in pop-ups are UTC):
libxdiff
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.23_20.23_20.23_10.23_20.23_2-0.23_1-
FreeBSD:13:quarterly0.23_10.23_10.23_10.23_10.23_10.23_10.23_10.23_1
FreeBSD:14:latest0.23_20.23_20.23_10.23_20.23_20.23_1-0.23_1
FreeBSD:14:quarterly0.23_10.23_1-0.23_10.23_10.23_10.23_10.23_1
FreeBSD:15:latest0.23_10.23_2n/a0.23_1n/a0.23_10.23_10.23_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Libraries
  1. textproc/pecl-xdiff2

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. textproc/pecl-xdiff*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
textproc_libxdiff
USES:
libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.xmailserver.org/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.23_2
26 Feb 2024 07:57:43
commit hash: cb112bd057081cd75c341ff0a8684b436c9cb1e7commit hash: cb112bd057081cd75c341ff0a8684b436c9cb1e7commit hash: cb112bd057081cd75c341ff0a8684b436c9cb1e7commit hash: cb112bd057081cd75c341ff0a8684b436c9cb1e7 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/libxdiff: Moved man to share/man

Approved by:    portmgr (blanket)
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)
0.23_1
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)
0.23_1
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.23_1
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.
0.23_1
25 May 2016 15:43:34
Revision:415839Original commit files touched by this commit
mat search for other commits by this committer
Remove useless WRKSRC definitions.

While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
0.23_1
02 Sep 2014 15:42:51
Revision:367041Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap
0.23_1
02 Jul 2014 21:11:35
Revision:360266Original commit files touched by this commit
tijl search for other commits by this committer
- Convert to USES=libtool
- Use standard do-install
- Replace post-install with INSTALL_TARGET=install-strip
0.23
25 Oct 2013 19:35:58
Revision:331627Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Support STAGEDIR
0.23
20 Sep 2013 23:17:32
Revision:327773Original 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:
textproc)
0.23
19 Sep 2013 17:19:40
Revision:327644Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Claim ownership
- Add LICENCE
- Trim header

PR:		ports/182228
Submitted by:	Larry Rosenman <ler@lerctr.org> (former maintainer)
0.23
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.23
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.23
13 Apr 2010 14:04:29
Original commit files touched by this commit
glarkin search for other commits by this committer
- Upgrade to 0.23

PR:             ports/145671
Submitted by:   glarkin
Approved by:    "Larry Rosenman" <ler@lerctr.org> (maintainer)
0.22
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
0.22
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.22
18 Jul 2008 20:43:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.22

PR:             125174
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer timeout
0.20
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
0.20
20 Apr 2006 17:01:53
Original commit files touched by this commit
scrappy search for other commits by this committer
update textproc/libxdiff to 0.20
add -fPIC to build for amd64 (so it can be used in a shared object)
take maintainership

PR:     ports/96062
Submitted by: Larry Rosenman <ler@lerctr.org>
0.10
25 Nov 2005 18:40:57
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.10
03 May 2005 10:48:54
Original commit files touched by this commit
jylefort search for other commits by this committer
- Update to 0.10
- Use PLIST_FILES rather than pkg-plist

PR:             ports/80547
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
0.7
10 May 2004 07:19:57
Original commit files touched by this commit
vs search for other commits by this committer
Update to recent version.

PR:             ports/65854
Submitted by:   Stefan Grundmann
0.5
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.5
05 Jan 2004 06:36:12
Original commit files touched by this commit
ijliao search for other commits by this committer
add libxdiff 0.5
Create file differences/patches to both binary and text files

Number of commits found: 24