summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorbjs <bjs>2007-12-11 17:35:57 +0000
committerbjs <bjs>2007-12-11 17:35:57 +0000
commite1a334dfd97a1f8d9f16048a66fdcf2ddccb02d7 (patch)
tree5daa0c4872a5dd7ba52856df4b2bc44908b491a0 /archivers
parent2ac2f6983fe0c81081b42dab7ec670024535386a (diff)
downloadpkgsrc-e1a334dfd97a1f8d9f16048a66fdcf2ddccb02d7.tar.gz
Diction/spelling/grammar fixes.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdtar/DESCR17
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.