diff options
author | bjs <bjs> | 2007-12-11 17:35:57 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-12-11 17:35:57 +0000 |
commit | 1bf09c69118c8e3ab561a6e27626678c25f33a2a (patch) | |
tree | 5daa0c4872a5dd7ba52856df4b2bc44908b491a0 | |
parent | 8a4a65f2c1901e848be28031ac7c0773ebd4ff98 (diff) | |
download | pkgsrc-1bf09c69118c8e3ab561a6e27626678c25f33a2a.tar.gz |
Diction/spelling/grammar fixes.
-rw-r--r-- | archivers/bsdtar/DESCR | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/archivers/bsdtar/DESCR b/archivers/bsdtar/DESCR index bc1adb77c3a..1c133f22b74 100644 --- a/archivers/bsdtar/DESCR +++ b/archivers/bsdtar/DESCR @@ -1,10 +1,11 @@ -Libarchive is a programming library that can create and read several -different streaming archive formats, including most popular tar variants -and several cpio formats. It can also write shar archives and read -ISO9660 CDROM images. +The libarchive library contains routines for creating, reading from, and +writing to different streaming archive formats, e.g. most popular tar +and cpio formats. Additionally, libarchive supports writing to shar archives +and reading from ISO-9660 (CD-ROM) images. -bdtar is a almost fully GNU tar compatible frontend for libarchive. It -is one of the fastest tar implementations and supports many advances -features not found elsewhere. +This package contains bsdtar, a high-efficiency libarchive front-end which +is [almost] wholly compatible with the ubiquitous GNU tar. It supports +advanced features many other implementations do not. -The pkgsrc version is linked to not dpeend on other parts of pkgsrc. +For your convenience, the installed bsdtar binary will not be linked +to any pkgsrc-provided libraries. |