aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-12-05 09:58:40 +0800
committerdanfe <danfe@FreeBSD.org>2012-12-05 09:58:40 +0800
commit0df25f2b216af2bcbc3390f6b50fe445a8fa50ec (patch)
treeee3c5640483c90b1830e105252f5568e6ebe5621 /archivers
parentc0f6df48b4da8bb1b0f298a8dadfd31bed6f40e6 (diff)
downloadfreebsd-ports-gnome-0df25f2b216af2bcbc3390f6b50fe445a8fa50ec.tar.gz
freebsd-ports-gnome-0df25f2b216af2bcbc3390f6b50fe445a8fa50ec.tar.zst
freebsd-ports-gnome-0df25f2b216af2bcbc3390f6b50fe445a8fa50ec.zip
- Sanitize port COMMENT
- Remove old-school author attribution from pkg-descr Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lzlib/Makefile2
-rw-r--r--archivers/plzip/Makefile2
-rw-r--r--archivers/plzip/pkg-descr2
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>