diff options
Diffstat (limited to 'data/_librsync/_metadata')
-rw-r--r-- | data/_librsync/_metadata/description | 4 | ||||
-rw-r--r-- | data/_librsync/_metadata/homepage | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/in.1200.00 | 0 | ||||
-rw-r--r-- | data/_librsync/_metadata/in.1443.00 | 0 | ||||
-rw-r--r-- | data/_librsync/_metadata/librsync-dev/depends | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/librsync-dev/description | 4 | ||||
-rw-r--r-- | data/_librsync/_metadata/librsync1/description | 4 | ||||
l--------- | data/_librsync/_metadata/license | 1 | ||||
l--------- | data/_librsync/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/priority | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/rdiff/depends | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/rdiff/description | 4 | ||||
-rw-r--r-- | data/_librsync/_metadata/rdiff/section | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/rdiff/tags | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/role | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/section | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/tags | 1 | ||||
-rw-r--r-- | data/_librsync/_metadata/version | 1 |
18 files changed, 28 insertions, 0 deletions
diff --git a/data/_librsync/_metadata/description b/data/_librsync/_metadata/description new file mode 100644 index 000000000..b43331c2d --- /dev/null +++ b/data/_librsync/_metadata/description @@ -0,0 +1,4 @@ +rsync remote-delta algorithm library +librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. +. +librsync is used by rdiff-backup and duplicity backup applications. diff --git a/data/_librsync/_metadata/homepage b/data/_librsync/_metadata/homepage new file mode 100644 index 000000000..6fc3668d4 --- /dev/null +++ b/data/_librsync/_metadata/homepage @@ -0,0 +1 @@ +http://librsync.sourceforge.net/ diff --git a/data/_librsync/_metadata/in.1200.00 b/data/_librsync/_metadata/in.1200.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_librsync/_metadata/in.1200.00 diff --git a/data/_librsync/_metadata/in.1443.00 b/data/_librsync/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_librsync/_metadata/in.1443.00 diff --git a/data/_librsync/_metadata/librsync-dev/depends b/data/_librsync/_metadata/librsync-dev/depends new file mode 100644 index 000000000..f7ab12f79 --- /dev/null +++ b/data/_librsync/_metadata/librsync-dev/depends @@ -0,0 +1 @@ +librsync1 (>= %MYVERSION%) diff --git a/data/_librsync/_metadata/librsync-dev/description b/data/_librsync/_metadata/librsync-dev/description new file mode 100644 index 000000000..fd24c2b66 --- /dev/null +++ b/data/_librsync/_metadata/librsync-dev/description @@ -0,0 +1,4 @@ +rsync remote-delta algorithm library (development) +librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. +. +This package contains the development files. diff --git a/data/_librsync/_metadata/librsync1/description b/data/_librsync/_metadata/librsync1/description new file mode 100644 index 000000000..b43331c2d --- /dev/null +++ b/data/_librsync/_metadata/librsync1/description @@ -0,0 +1,4 @@ +rsync remote-delta algorithm library +librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. +. +librsync is used by rdiff-backup and duplicity backup applications. diff --git a/data/_librsync/_metadata/license b/data/_librsync/_metadata/license new file mode 120000 index 000000000..577aa1598 --- /dev/null +++ b/data/_librsync/_metadata/license @@ -0,0 +1 @@ +../../../licenses/lgpl-2.1
\ No newline at end of file diff --git a/data/_librsync/_metadata/maintainer b/data/_librsync/_metadata/maintainer new file mode 120000 index 000000000..573d7ebef --- /dev/null +++ b/data/_librsync/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/sbingner
\ No newline at end of file diff --git a/data/_librsync/_metadata/priority b/data/_librsync/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/_librsync/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/_librsync/_metadata/rdiff/depends b/data/_librsync/_metadata/rdiff/depends new file mode 100644 index 000000000..f7ab12f79 --- /dev/null +++ b/data/_librsync/_metadata/rdiff/depends @@ -0,0 +1 @@ +librsync1 (>= %MYVERSION%) diff --git a/data/_librsync/_metadata/rdiff/description b/data/_librsync/_metadata/rdiff/description new file mode 100644 index 000000000..b67015a44 --- /dev/null +++ b/data/_librsync/_metadata/rdiff/description @@ -0,0 +1,4 @@ +Binary diff tool for signature-based differences +rdiff is a little like diff and patch all rolled into one, with support for binary files. Since it takes advantage of the rsync remote-delta algorithm, you do not need the source file in the same place as your destination file. +. +To use it, you generate a "signature" of the original file and copy the signature (which is very small) to the same location as the modified file. Then you generate a "delta" which describes the changes required to turn the source file into the modified file. The small delta file can then be used to "patch" the original file, to transform it into the modified file. diff --git a/data/_librsync/_metadata/rdiff/section b/data/_librsync/_metadata/rdiff/section new file mode 100644 index 000000000..19814b684 --- /dev/null +++ b/data/_librsync/_metadata/rdiff/section @@ -0,0 +1 @@ +Utilities diff --git a/data/_librsync/_metadata/rdiff/tags b/data/_librsync/_metadata/rdiff/tags new file mode 100644 index 000000000..ad5d50831 --- /dev/null +++ b/data/_librsync/_metadata/rdiff/tags @@ -0,0 +1 @@ +purpose::console diff --git a/data/_librsync/_metadata/role b/data/_librsync/_metadata/role new file mode 100644 index 000000000..52b4d7301 --- /dev/null +++ b/data/_librsync/_metadata/role @@ -0,0 +1 @@ +hacker diff --git a/data/_librsync/_metadata/section b/data/_librsync/_metadata/section new file mode 100644 index 000000000..e0eb96881 --- /dev/null +++ b/data/_librsync/_metadata/section @@ -0,0 +1 @@ +Development diff --git a/data/_librsync/_metadata/tags b/data/_librsync/_metadata/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/_librsync/_metadata/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/_librsync/_metadata/version b/data/_librsync/_metadata/version new file mode 100644 index 000000000..6216bdf2c --- /dev/null +++ b/data/_librsync/_metadata/version @@ -0,0 +1 @@ +0.9.7.10 |