pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/librsync Changes 0.9.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/886a58b6763f
branches: trunk
changeset: 484121:886a58b6763f
user: adam <adam%pkgsrc.org@localhost>
date: Thu Nov 25 14:25:22 2004 +0000
description:
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:
devel/librsync/Makefile | 22 ++++++++++------------
devel/librsync/PLIST | 3 ++-
devel/librsync/distinfo | 6 +++---
3 files changed, 15 insertions(+), 16 deletions(-)
diffs (54 lines):
diff -r 2015819f9afa -r 886a58b6763f devel/librsync/Makefile
--- a/devel/librsync/Makefile Thu Nov 25 14:19:56 2004 +0000
+++ b/devel/librsync/Makefile Thu Nov 25 14:25:22 2004 +0000
@@ -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@localhost
-HOMEPAGE= http://rdiff-backup.stanford.edu/
-COMMENT= Checksum-based differencing library
+MAINTAINER= davids%idiom.com@localhost
+HOMEPAGE= http://rdiff-backup.stanford.edu/
+COMMENT= Checksum-based differencing library
-GNU_CONFIGURE= # defined
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-popt
-USE_LIBTOOL= yes
-USE_BUILDLINK3= yes
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff -r 2015819f9afa -r 886a58b6763f devel/librsync/PLIST
--- a/devel/librsync/PLIST Thu Nov 25 14:19:56 2004 +0000
+++ b/devel/librsync/PLIST Thu Nov 25 14:25:22 2004 +0000
@@ -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 -r 2015819f9afa -r 886a58b6763f devel/librsync/distinfo
--- a/devel/librsync/distinfo Thu Nov 25 14:19:56 2004 +0000
+++ b/devel/librsync/distinfo Thu Nov 25 14:25:22 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index