diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
commit | b0587df2a10b357c169487fb11c3dc71ee23ae86 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /archivers | |
parent | d0e9745b16d88b3d48b213aa728de902f1a648d5 (diff) | |
download | pkgsrc-b0587df2a10b357c169487fb11c3dc71ee23ae86.tar.gz |
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/afio/Makefile | 4 | ||||
-rw-r--r-- | archivers/ark/Makefile | 4 | ||||
-rw-r--r-- | archivers/mousetar/Makefile | 4 | ||||
-rw-r--r-- | archivers/zutils/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index f6d092bf361..0726186012c 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/09/11 19:46:52 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 03:45:05 rodent Exp $ DISTNAME= afio-2.5 PKGREVISION= 2 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freshmeat.net/projects/afio/ -COMMENT= cpio-format archive creator with data corruption handling +COMMENT= Data corruption handling cpio-format archive creator PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 3f1edc7c7c9..879c759b3b2 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2013/04/03 10:52:13 markd Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 03:45:06 rodent Exp $ DISTNAME= ark-${_KDE_VERSION} CATEGORIES= archivers -COMMENT= for managing various archive formats within the KDE environment +COMMENT= Manages various archive formats within the KDE environment .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index 24978100993..a17fddb4b36 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/09/11 19:46:57 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 03:45:06 rodent Exp $ # DISTNAME= mousetar-20021217 @@ -9,7 +9,7 @@ DISTFILES= tar.c tar.man MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= none -COMMENT= der Mouse's version of tar program +COMMENT= Version of tar program from der Mouse PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/archivers/zutils/Makefile b/archivers/zutils/Makefile index a4dba1fb52d..ff0bd972fa9 100644 --- a/archivers/zutils/Makefile +++ b/archivers/zutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/09/11 19:47:03 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:06 rodent Exp $ # DISTNAME= zutils-0.9 @@ -7,7 +7,7 @@ MASTER_SITES= http://download.savannah.gnu.org/releases/zutils/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/zutils/zutils.html -COMMENT= Utilities able to deal with any combination of compressed and non-compressed files +COMMENT= Utilities for any combination of compressed and non-compressed files LICENSE= gnu-gpl-v3 CONFLICTS= lzip<1.12 |