From d3399478f90018b92c44448eef36f0ef7df7b842 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 1 Aug 2001 17:28:26 +0000 Subject: 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. --- devel/xdelta/Makefile | 16 +++++++--------- devel/xdelta/distinfo | 7 +++---- devel/xdelta/patches/patch-aa | 13 ------------- devel/xdelta/pkg/PLIST | 26 +++++++++++++++++++------- 4 files changed, 29 insertions(+), 33 deletions(-) delete mode 100644 devel/xdelta/patches/patch-aa (limited to 'devel') 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 -- cgit v1.2.3