b503 FreshPorts -- misc/xdelta
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
xdelta 1.1.4_1 misc on this many watch lists=4 search for ports that depend on this port
A diff/patch utility for binary files
Maintained by: eadler@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: devel
License: not specified in port


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.

WWW: http://code.google.com/p/xdelta/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/libtool
Required To Run:
  1. devel/gio-fam-backend
Required Libraries:
  1. devel/glib20
  2. devel/pcre

This port is required by:

for Run

To install the port: cd /usr/ports/misc/xdelta/ && make install clean
To add the package: pkg_add -r xdelta


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://xdelta.googlecode.com/files/

Number of commits found: 36

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 16:53:54
Original commit files touched by this commit  1.1.4_1
eadler search for other commits by this committer
Take maintainership, fix pkg-descr
23 Apr 2013 14:20:28
Original commit files touched by this commit  1.1.4_1
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
22 Apr 2013 13:27:48
Original commit files touched by this commit  1.1.4_1
bapt search for other commits by this committer
Reassign skv@ ports to the heap

Feature safe:	yes
08 Mar 2013 10:51:36
Original commit files touched by this commit  1.1.4_1
kwm search for other commits by this committer
* 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
09 Feb 2013 12:00:53
Original commit files touched by this commit  1.1.4_1
crees search for other commits by this committer
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
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.1.4_1
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.1.4_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.1.4_1
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
15 Jun 2009 14:37:25
Original commit files touched by this commit  1.1.4_1
avl search for other commits by this committer
- 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
31 May 2009 20:31:08
Original commit files touched by this commit  1.1.4
pav search for other commits by this committer
- Resolve LATEST_LINK conflict
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.1.4
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)
06 Mar 2008 22:19:52
Original commit files touched by this commit  1.1.4
edwin search for other commits by this committer
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:             ports/121435 (related)
01 Apr 2007 13:25:27
Original commit files touched by this commit  1.1.4
skv search for other commits by this committer
Update to 1.1.4, take maintainership.
01 Feb 2007 02:42:06
Original commit files touched by this commit  1.1.3_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
29 Jan 2007 07:07:17
Original commit files touched by this commit  1.1.3_1
kris search for other commits by this committer
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>)
07 Mar 2006 08:28:06
Original commit files touched by this commit  1.1.3_1
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
22 Jan 2006 12:59:47
Original commit files touched by this commit  1.1.3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.1.3
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.1.3
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.1.3
trevor search for other commits by this committer
SIZEify (maintainer timeout)
20 Apr 2003 19:34:08
Original commit files touched by this commit  1.1.3
marcus search for other commits by this committer
Remove USE_GNOMENG.
21 Feb 2003 12:48:19
Original commit files touched by this commit  1.1.3
knu search for other commits by this committer
De-pkg-comment.
04 Feb 2003 05:17:10
Original commit files touched by this commit  1.1.3
glewis search for other commits by this committer
. Update to 1.1.3.

Approved by:    Mail to maintainer bounces :(
15 Jul 2002 17:21:56
Original commit files touched by this commit  1.1.2
sobomax search for other commits by this committer
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
20 Dec 2001 06:19:02
files touched by this commit
sobomax search for other commits by this committer
Backout previous change - it seems that new revision of the patch doesn't  
apply everywhere.    
19 Dec 2001 20:20:23
files touched by this commit
sobomax search for other commits by this committer
Don't filter libc_r on 5-CURRENT.    
31 Oct 2001 08:20:45
files touched by this commit
sobomax search for other commits by this committer
Don't link in libc - FreeBSD doesn't need this.    
13 Aug 2001 14:33:11
files touched by this commit
kevlo search for other commits by this committer
Fix pkg-plist    
23 Jul 2001 10:56:16
files touched by this commit
sobomax search for other commits by this committer
- 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
files touched by this commit
dwcjr search for other commits by this committer
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
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 05:01:16
files touched by this commit
asami search for other commits by this committer
Convert category misc to new layout.  
05 Oct 2000 07:23:01
files touched by this commit
reg search for other commits by this committer
Implement USE_GLIB.    
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
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
files touched by this commit
sobomax search for other commits by this committer
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
files touched by this commit
sobomax search for other commits by this committer
First round of INSTALL_SHLIB fixes.    

Number of commits found: 36

2827
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0