Port details |
- xdelta Diff/patch utility for binary files
- 1.1.4_6 misc =6 1.1.4_6Version 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
- Port Added: unknown
- Last Update: 2024-02-24 20:43:23
- Commit Hash: 530a551
- People watching this port, also watch:: t1lib, p5-Net-SSLeay, autoconf, p5-libwww, imake
- Also Listed In: devel
- License: GPLv2+
- WWW:
- https://github.com/jmacd/xdelta
- Description:
- Xdelta provides the ability to generate deltas between a pair
of files and later apply those deltas. It operates similar to
the diff and patch commands, but works on binary files and does
not produce a human readable output.
Xdelta has three subcommands, delta, patch, and info. Delta
accepts two file versions and produces a delta, while patch
accepts the original file version and delta and produces the
second version.
- ¦ ¦ ¦ ¦
- 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/misc/xdelta/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/xdelta
- pkg install xdelta
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xdelta
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xdelta-1.1.4.tar.gz) = 345503b60432812840991ea1d79cb10db5f34bfaba9499bd0e7d5c57ac5d5c6d
SIZE (xdelta-1.1.4.tar.gz) = 423529
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- sysutils/deltup
Configuration Options:
- No options to configure
- Options name:
- misc_xdelta
- USES:
- gnome libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.4_6 24 Feb 2024 20:43:23 |
Muhammad Moinur Rahman (bofh) |
misc/xdelta: Moved man to share/man
Approved by: portmgr (blanket) |
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.1.4_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 ) |
1.1.4_5 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.1.4_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.4_5 08 Nov 2019 14:06:27 |
tobik |
misc: Add missing USES=gnome |
1.1.4_5 06 Oct 2016 20:15:36 |
dinoex |
- make portlint happier
- update URL, MASTER_SITES |
1.1.4_5 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.1.4_5 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.1.4_5 09 May 2015 08:29:36 |
amdmi3 |
- Simplify MASTER_SITES
- Add LICENSE
- Strip libraries |
1.1.4_4 24 Sep 2014 06:00:10 |
eadler |
Hand back my ports to the pool.
Ports require time and TLC which I no longer have. |
1.1.4_4 01 Jul 2014 13:00:37 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
1.1.4_3 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.1.4_2 10 Feb 2014 21:10:27 |
eadler |
- Convert to USES=libtool |
1.1.4_1 13 Oct 2013 06:01:55 |
eadler |
- Flash 11 is now the only option so there is no need for a manual LATEST_LINK
- xdelta is the only version so it may define the LATEST_LINK |
1.1.4_1 25 Sep 2013 18:06:39 |
eadler |
- Remove leading article
- Support staging
Tested with pouriere |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.1.4_1 24 Apr 2013 16:53:54 |
eadler |
Take maintainership, fix pkg-descr |
1.1.4_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.1.4_1 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
1.1.4_1 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.1.4_1 09 Feb 2013 12:00:53 |
crees |
Various spelling corrections
PR: ports/175331
Submitted by: Christoph Mallon
Approved by: No objections within three weeks from any maintainer
While here, style and duplicate phrase fixes in bsdcflow pkg-descr
Submitted by: mi |
1.1.4_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.4_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1.4_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.1.4_1 15 Jun 2009 14:37:25 |
avl |
- Use glib2 instead of obsolete glib1.2
PR: ports/126357
Submitted by: myself
Approved by: maintainer timeout, tabthorpe (mentor), portmgr (itetcu)
Obtained from:
http://svn.rpmforge.net/svn/trunk/rpms/xdelta/xdelta-1.1.4-glib2.patch |
1.1.4 31 May 2009 20:31:08 |
pav |
- Resolve LATEST_LINK conflict |
1.1.4 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.1.4 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
1.1.4 01 Apr 2007 13:25:27 |
skv |
Update to 1.1.4, take maintainership. |
1.1.3_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.1.3_1 29 Jan 2007 07:07:17 |
kris |
Reset undeliverable maintainer address:
c9710216@studentmail.newcastle.edu.au
(reason: 550 5.1.6 recipient no longer on server:
c9710216@studentmail.newcastle.edu.au)
(expanded from: <c9710216@atlas.newcastle.edu.au>) |
1.1.3_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.1.3 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.1.3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.1.3 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1.3 20 Apr 2003 19:34:08 |
marcus |
Remove USE_GNOMENG. |
1.1.3 21 Feb 2003 12:48:19 |
knu |
De-pkg-comment. |
1.1.3 04 Feb 2003 05:17:10 |
glewis |
. Update to 1.1.3.
Approved by: Mail to maintainer bounces :( |
1.1.2 15 Jul 2002 17:21:56 |
sobomax |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
20 Dec 2001 06:19:02 |
sobomax |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 |
sobomax |
Don't filter libc_r on 5-CURRENT. |
31 Oct 2001 08:20:45 |
sobomax |
Don't link in libc - FreeBSD doesn't need this. |
13 Aug 2001 14:33:11 |
kevlo |
Fix pkg-plist |
23 Jul 2001 10:56:16 |
sobomax |
- Prevent the port from installing useless .la files; - remove useless
USE_LIBTOOL along with the custom regex and replace it with a patch; -
properly pass CONFIGURE_TARGET for this configure script generated by the
newest autoconf. |
23 Jul 2001 02:55:10 |
dwcjr |
Update to 1.1.2 Add DEVEL category Add pre-patch to use libtool from ports
Sort and add files to pkg-plist |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 05:01:16 |
asami |
Convert category misc to new layout. |
05 Oct 2000 07:23:01 |
reg |
Implement USE_GLIB. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 |
sobomax |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 17:44:17 |
sobomax |
First round of INSTALL_SHLIB fixes. |