diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-05 01:58:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-05 01:58:40 +0000 |
commit | d0cbe4fcbd74d112618d06ccab6fe91cf7cb6825 (patch) | |
tree | ee3c5640483c90b1830e105252f5568e6ebe5621 /archivers | |
parent | a6ab1b4043909d94cbb14c4263152990d83185eb (diff) |
- Sanitize port COMMENT
- Remove old-school author attribution from pkg-descr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=308297
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzlib/Makefile | 2 | ||||
-rw-r--r-- | archivers/plzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/plzip/pkg-descr | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/archivers/lzlib/Makefile b/archivers/lzlib/Makefile index d96a66a73c91..18a87aa54362 100644 --- a/archivers/lzlib/Makefile +++ b/archivers/lzlib/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= delphij@FreeBSD.org -COMMENT= Provides in-memory LZMA compression and decompression functions +COMMENT= In-memory LZMA compression and decompression library PLIST_FILES= include/lzlib.h \ lib/liblz.a diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile index ae044b04056e..2e79b7206b71 100644 --- a/archivers/plzip/Makefile +++ b/archivers/plzip/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= delphij@FreeBSD.org -COMMENT= Is a parallel, lossless data compressor based on the LZMA algorithm +COMMENT= Parallel, lossless data compressor based on the LZMA algorithm BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib diff --git a/archivers/plzip/pkg-descr b/archivers/plzip/pkg-descr index 4b6566ff2df5..ac12124843ba 100644 --- a/archivers/plzip/pkg-descr +++ b/archivers/plzip/pkg-descr @@ -5,5 +5,3 @@ Plzip uses the lzip file format; the files produced by plzip are fully compatible with lzip-1.4 or newer. WWW: http://www.nongnu.org/lzip/plzip.html - -Albert Vernon <f3cun3c02@sneakemail.com> |