diff options
author | olgeni <olgeni@FreeBSD.org> | 2008-05-24 04:00:14 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2008-05-24 04:00:14 +0800 |
commit | 5017dbf890e50bba49169802ddf35c0993b4e399 (patch) | |
tree | 52e9152aaa3c1816a9755d158b38094baab0b210 | |
parent | e799682e0fe237c172ae68e1884b8b1821f34364 (diff) | |
download | freebsd-ports-gnome-5017dbf890e50bba49169802ddf35c0993b4e399.tar.gz freebsd-ports-gnome-5017dbf890e50bba49169802ddf35c0993b4e399.tar.zst freebsd-ports-gnome-5017dbf890e50bba49169802ddf35c0993b4e399.zip |
Fix a few typos in the archivers category.
-rw-r--r-- | archivers/libunrar/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/p5-Archive-Extract/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/p5-Compress-LZF/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/py-tarfile/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/rpm2cpio/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/szip/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/tardy/pkg-descr | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/archivers/libunrar/pkg-descr b/archivers/libunrar/pkg-descr index 00485e08f9c1..9cc539cde4a1 100644 --- a/archivers/libunrar/pkg-descr +++ b/archivers/libunrar/pkg-descr @@ -2,6 +2,6 @@ RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. UnRAR library can be used by other programs to extract RAR archives. - This package containe small fixes from the http://mcmcc.bat.ru/clamav/. + This package contains small fixes from the http://mcmcc.bat.ru/clamav/. WWW: http://www.rarsoft.com/ diff --git a/archivers/p5-Archive-Extract/pkg-descr b/archivers/p5-Archive-Extract/pkg-descr index 0a9d37bcf14a..65db93a287af 100644 --- a/archivers/p5-Archive-Extract/pkg-descr +++ b/archivers/p5-Archive-Extract/pkg-descr @@ -2,7 +2,7 @@ Archive::Extract is a generic archive extraction mechanism. It allows you to extract any archive file of the type .tar, .tar.gz, .gz or .zip without having to worry how it does so, or use different -interfaces for each type by using either perl modules, or commandline +interfaces for each type by using either perl modules, or command line tools on your system. WWW: http://search.cpan.org/dist/Archive-Extract diff --git a/archivers/p5-Compress-LZF/pkg-descr b/archivers/p5-Compress-LZF/pkg-descr index 46a767386b01..c245560806fc 100644 --- a/archivers/p5-Compress-LZF/pkg-descr +++ b/archivers/p5-Compress-LZF/pkg-descr @@ -3,6 +3,6 @@ compression algorithm. It is ideal for applications where you want to save some space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-contained and very small (no large library to be pulled in). It is also free, so there should -be no problems incoporating this module into commercial programs. +be no problems incorporating this module into commercial programs. WWW: http://search.cpan.org/dist/Compress-LZF/ diff --git a/archivers/py-tarfile/pkg-descr b/archivers/py-tarfile/pkg-descr index 73befa602d25..8f4500dc0259 100644 --- a/archivers/py-tarfile/pkg-descr +++ b/archivers/py-tarfile/pkg-descr @@ -1,5 +1,5 @@ Tarfile is a comprehensive implementation of the TAR archive format for the Python Language as a module. It enables read/write -access to common TAR archives including all specialities. +access to common TAR archives including all specialties. WWW: http://www.gustaebel.de/lars/tarfile/ diff --git a/archivers/rpm2cpio/pkg-descr b/archivers/rpm2cpio/pkg-descr index 49c78225d869..63226c87940f 100644 --- a/archivers/rpm2cpio/pkg-descr +++ b/archivers/rpm2cpio/pkg-descr @@ -5,7 +5,7 @@ Quoting the author: why does the world need another rpm2cpio? because the existing one won't build unless you have half a ton of things that aren't really required for it, since it uses the same library used to extract RPM's. -in particular, it won't build on the HPsUX box i'm on. +in particular, it won't build on the HPsUX box I'm on. (this one needs just perl) diff --git a/archivers/szip/pkg-descr b/archivers/szip/pkg-descr index 415c7c64f7f6..0eb08cae6e80 100644 --- a/archivers/szip/pkg-descr +++ b/archivers/szip/pkg-descr @@ -1,6 +1,6 @@ Szip performs data compression/decompression. It uses a limited order sort transform. This transformation is related to the Burrows-Wheeler -transformation used in blocksorting compression methods. The +transformation used in block sorting compression methods. The difference is a fast, deterministic behaviour in time at some compression loss. diff --git a/archivers/tardy/pkg-descr b/archivers/tardy/pkg-descr index 59244fe2256c..ed825aa2407f 100644 --- a/archivers/tardy/pkg-descr +++ b/archivers/tardy/pkg-descr @@ -3,7 +3,7 @@ file headers in tar archive files in various ways. The reason the tardy program was written was because the author wanted to "spruce up" tar files before posting them to the net, mostly to remove -artefacts of the development environment, without introducing more. +artifacts of the development environment, without introducing more. The tardy program was designed to allow you to alter certain characteristics of files after they have been included in the tar file. Among them are: |