---
name: librsync
version: 0.9.7_2
origin: net/librsync
comment: Library for delta compression of streams
arch: freebsd:9:x86:64
www: http://librsync.sourceforge.net/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 188587
desc: |
  The librsync library implements network delta-compression of streams and
  files. The algorithm is similar to that used in the rsync(1) and xdelta(2)
  programs, but specialized for transfer of arbitrary-length octet streams.
  Unlike most diff programs, librsync does not require access to both of the
  files on the same machine, but rather only a short ``signature'' of the
  old file and the complete contents of the new file.

  WWW: http://librsync.sourceforge.net/
deps:
  gettext: {origin: devel/gettext, version: 0.18.1.1_1}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
  popt: {origin: devel/popt, version: 1.16}
categories: [net]
files:
  /usr/local/bin/rdiff: 2eb658f2c6709afb156d0c38316ce2f75e3684a13d4a607ab2f8cfc58e6551cf
  /usr/local/include/librsync-config.h: 2329bcf9403fbc5db0ead4f6898f27f72adff78ea060e68a6c0395d3c97b1c38
  /usr/local/include/librsync.h: d9b8b471f456484e73542043a562ee24a45beecc4edea16780d9119c58d5249c
  /usr/local/lib/librsync.a: 01686be5f8b2af7f6e0c9127d918f83e91d2453bf59cc2bc421be02bb0b7240b
  /usr/local/lib/librsync.la: a768bf9f8eb8f0c3658a23a94e02895050ead737c1dd6121d8c891edfa02be36
  /usr/local/lib/librsync.so: '-'
  /usr/local/lib/librsync.so.1: e201929aa1d6c2a78ed49cea33816fdc2c22811fda0d3d6e36a9bbd7eb810920
  /usr/local/man/man1/rdiff.1.gz: 14591bf8ae66b7e4863985f1080a1844de488ce5e34fbc3a649870a3d1baed40
  /usr/local/man/man3/librsync.3.gz: 3afff71e95cd38c67d6b7dfcdd7ffee82fc2cc63463dad18b6f0e1ad578a6e51
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
