summaryrefslogtreecommitdiff
path: root/devel/librsync
diff options
context:
space:
mode:
authoradam <adam>2004-11-25 14:25:22 +0000
committeradam <adam>2004-11-25 14:25:22 +0000
commit38c0a7bdc7289577f43e2c3fa9a5d4a5b99b94ed (patch)
tree714976bd568487d28aa215a0e6ab5e7de85ddd7e /devel/librsync
parent7176fe1a179bc23203c65a83af8c0f2099f1cde2 (diff)
downloadpkgsrc-38c0a7bdc7289577f43e2c3fa9a5d4a5b99b94ed.tar.gz
Changes 0.9.7:
* Yet more large file support fixes. * C++ support for easy #include <librsync.h> in C++. * Removed Debian files from dist tarball. * Changed rdiff to an installed program on "make install". * Refactored delta calculation code to be cleaner and faster. * #879763: Fixed mdfour to work on little-endian machines which don't like unaligned word access. This should make librsync work on pa-risc, and it makes it slightly faster on ia64. * #1022764: Fix corrupted encoding of some COPY commands in large files. * #1024881: Print long integers directly, rather than via casts to double. * Fix printf formats for size_t: both the format and the argument should be cast to long.
Diffstat (limited to 'devel/librsync')
-rw-r--r--devel/librsync/Makefile22
-rw-r--r--devel/librsync/PLIST3
-rw-r--r--devel/librsync/distinfo6
3 files changed, 15 insertions, 16 deletions
diff --git a/devel/librsync/Makefile b/devel/librsync/Makefile
index 4dffd31167b..83b29fe8afd 100644
--- a/devel/librsync/Makefile
+++ b/devel/librsync/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:30 tv Exp $
-#
+# $NetBSD: Makefile,v 1.10 2004/11/25 14:25:22 adam Exp $
-DISTNAME= librsync-0.9.6
-PKGREVISION= 3
-CATEGORIES= devel net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librsync/}
+DISTNAME= librsync-0.9.7
+CATEGORIES= devel net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librsync/}
-MAINTAINER= davids@idiom.com
-HOMEPAGE= http://rdiff-backup.stanford.edu/
-COMMENT= Checksum-based differencing library
+MAINTAINER= davids@idiom.com
+HOMEPAGE= http://rdiff-backup.stanford.edu/
+COMMENT= Checksum-based differencing library
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --without-included-popt
-USE_LIBTOOL= yes
USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-included-popt
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/devel/librsync/PLIST b/devel/librsync/PLIST
index 16615c3578a..104cb35ecd2 100644
--- a/devel/librsync/PLIST
+++ b/devel/librsync/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:28 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/11/25 14:25:22 adam Exp $
+bin/rdiff
include/librsync-config.h
include/librsync.h
lib/librsync.la
diff --git a/devel/librsync/distinfo b/devel/librsync/distinfo
index f737e8f63e4..c79b3ba6717 100644
--- a/devel/librsync/distinfo
+++ b/devel/librsync/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/08/14 12:02:04 abs Exp $
+$NetBSD: distinfo,v 1.3 2004/11/25 14:25:22 adam Exp $
-SHA1 (librsync-0.9.6.tar.gz) = 427856d33765c978e3a6392fb17b7adb2fcf02ff
-Size (librsync-0.9.6.tar.gz) = 353581 bytes
+SHA1 (librsync-0.9.7.tar.gz) = d575eb5cae7a815798220c3afeff5649d3e8b4ab
+Size (librsync-0.9.7.tar.gz) = 453802 bytes