Import librsync-0.9.7

librsync is a free software library that implements the rsync
remote-delta algorithm. This algorithm allows efficient remote updates
of a file, without requiring the old and new versions to both be present
at the sending end. The library uses a streaming design similar to that
of zlib with the aim of allowing it to be embedded into many different
applications.

ok mbalmer@
This commit is contained in:
jsg 2007-08-31 09:56:58 +00:00
parent 0dd0f1a777
commit 675f0d8119
5 changed files with 46 additions and 0 deletions

24
net/librsync/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/31 09:56:58 jsg Exp $
COMMENT= "Library for delta compression of streams"
DISTNAME= librsync-0.9.7
SHARED_LIBS= rsync 0.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librsync/}
HOMEPAGE= http://librsync.sourceforge.net/
MAINTAINER= Jonathan Gray <jsg@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --disable-trace
.include <bsd.port.mk>

5
net/librsync/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (librsync-0.9.7.tar.gz) = JM22t49F4Og3ZpA/1Pa8hA==
RMD160 (librsync-0.9.7.tar.gz) = OcopM00O+rwO6eTUSrvnOn0v6DE=
SHA1 (librsync-0.9.7.tar.gz) = 1XXrXK56gVeYIgw6/v9WSdPotKs=
SHA256 (librsync-0.9.7.tar.gz) = ZjPkYFZidjoDu2OIUpy9/TsRqexVuIRTUcG9mpK8QdY=
SIZE (librsync-0.9.7.tar.gz) = 453802

6
net/librsync/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
librsync is a free software library that implements the rsync
remote-delta algorithm. This algorithm allows efficient remote updates
of a file, without requiring the old and new versions to both be present
at the sending end. The library uses a streaming design similar to that
of zlib with the aim of allowing it to be embedded into many different
applications.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/08/31 09:56:58 jsg Exp $
@lib lib/librsync.so.${LIBrsync_VERSION}

9
net/librsync/pkg/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/31 09:56:58 jsg Exp $
%%SHARED%%
bin/rdiff
include/librsync-config.h
include/librsync.h
lib/librsync.a
lib/librsync.la
@man man/man1/rdiff.1
@man man/man3/librsync.3