diff options
author | wiz <wiz> | 2001-08-01 17:28:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-08-01 17:28:26 +0000 |
commit | 557f0060c1bde8dfd7eab83fe146d0568c88ad91 (patch) | |
tree | 32ab0a015ecf4ea1d1ce27434775aa3f68f277cf /devel/xdelta | |
parent | 6ae2cdb8d07e43b3b23ecae23308379ce74c0aa8 (diff) | |
download | pkgsrc-557f0060c1bde8dfd7eab83fe146d0568c88ad91.tar.gz |
Update to 1.1.1, by ORI Manabu in pkg/13611.
This version is a complete rewrite of the previous pkgsrc version,
including a library, performance improvements on the algorithms used,
less memory usage. Also, it doesn't use gdbm any more.
Diffstat (limited to 'devel/xdelta')
-rw-r--r-- | devel/xdelta/Makefile | 16 | ||||
-rw-r--r-- | devel/xdelta/distinfo | 7 | ||||
-rw-r--r-- | devel/xdelta/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/xdelta/pkg/PLIST | 26 |
4 files changed, 29 insertions, 33 deletions
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile index fa7516a5984..84354b7069c 100644 --- a/devel/xdelta/Makefile +++ b/devel/xdelta/Makefile @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.17 2001/06/11 06:34:30 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/08/01 17:28:26 wiz Exp $ # -DISTNAME= xdelta-0.22 +DISTNAME= xdelta-1.1.1 CATEGORIES= devel -MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/ +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ MAINTAINER= root@garbled.net -HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html +HOMEPAGE= http://www.xcf.berkeley.edu/~jmacd/xdelta.html COMMENT= Enhanced diff that works on binary files -DEPENDS+= glib-1.2.*:../../devel/glib -DEPENDS+= gdbm>=1.7.3:../../databases/gdbm - USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_GMAKE= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include +.include "../../devel/glib/buildlink.mk" +.include "../../devel/zlib/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/xdelta/distinfo b/devel/xdelta/distinfo index 95407715bcc..a6ab18d6148 100644 --- a/devel/xdelta/distinfo +++ b/devel/xdelta/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:49 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/08/01 17:28:26 wiz Exp $ -SHA1 (xdelta-0.22.tar.gz) = 1fd9f6e70f4fbb54b33972092dd2d5639d2b421a -Size (xdelta-0.22.tar.gz) = 229516 bytes -SHA1 (patch-aa) = 4061cc3dfe4afcf487c6ed0f0d1396d0d17de5e4 +SHA1 (xdelta-1.1.1.tar.gz) = 47dd23ab2ffbe3effa47889148905bd5f7dd0b67 +Size (xdelta-1.1.1.tar.gz) = 295398 bytes diff --git a/devel/xdelta/patches/patch-aa b/devel/xdelta/patches/patch-aa deleted file mode 100644 index ff89e912d10..00000000000 --- a/devel/xdelta/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2001/01/24 15:37:09 skrll Exp $ - ---- Makefile.in.orig Wed Jan 24 15:22:34 2001 -+++ Makefile.in -@@ -105,7 +105,7 @@ - fakeglib.c \ - partime.c - --libxdelta_la_LDFLAGS = -version-info 0:22.0 -+libxdelta_la_LDFLAGS = -version-info 0:22:0 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = xdeltaconfig.h diff --git a/devel/xdelta/pkg/PLIST b/devel/xdelta/pkg/PLIST index 758281aa161..1ab6696dfc7 100644 --- a/devel/xdelta/pkg/PLIST +++ b/devel/xdelta/pkg/PLIST @@ -1,11 +1,23 @@ -@comment $NetBSD: PLIST,v 1.4 2001/01/24 15:37:10 skrll Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/08/01 17:28:28 wiz Exp $ +bin/edsio-comp bin/xdelta -include/fakeglib.h +bin/xdelta-config +include/edsio.h +include/edsio_edsio.h include/xdelta.h -include/xdeltaconfig.h -lib/libxdelta.a -lib/libxdelta.la +include/xd_edsio.h +@unexec install-info --delete %D/info/xdelta.info %D/info/dir +info/xdelta.info +@exec install-info %D/info/xdelta.info %D/info/dir +lib/libedsio.so.0.0 +lib/libedsio.so.0 +lib/libedsio.so +lib/libedsio.la +lib/libedsio.a +lib/libxdelta.so.2.0 +lib/libxdelta.so.2 lib/libxdelta.so -lib/libxdelta.so.0 -lib/libxdelta.so.0.22 +lib/libxdelta.la +lib/libxdelta.a man/man1/xdelta.1 +share/aclocal/xdelta.m4 |