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 /print | |
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 'print')
-rw-r--r-- | print/electrix/Makefile | 4 | ||||
-rw-r--r-- | print/pdf2djvu/Makefile | 4 | ||||
-rw-r--r-- | print/rlpr/Makefile | 18 | ||||
-rw-r--r-- | print/tex-algorithms/Makefile | 4 | ||||
-rw-r--r-- | print/tex-beamer/Makefile | 4 | ||||
-rw-r--r-- | print/tex-kotex-dev/Makefile | 4 | ||||
-rw-r--r-- | print/tex-kotex/Makefile | 4 | ||||
-rw-r--r-- | print/tex-parskip/Makefile | 4 | ||||
-rw-r--r-- | print/tex-shadethm/Makefile | 4 | ||||
-rw-r--r-- | print/tex-tpslifonts/Makefile | 4 | ||||
-rw-r--r-- | print/tex-xetex-def/Makefile | 4 | ||||
-rw-r--r-- | print/tex-xfor/Makefile | 4 |
12 files changed, 31 insertions, 31 deletions
diff --git a/print/electrix/Makefile b/print/electrix/Makefile index d1684dd2686..79f722c2290 100644 --- a/print/electrix/Makefile +++ b/print/electrix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/03/31 08:13:30 obache Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/06 03:45:22 rodent Exp $ # DISTNAME= electrix-0.2.0 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://electrix.sourceforge.net/ -COMMENT= eLectrix is an application to view PDF files +COMMENT= Application to view PDF files LICENSE= gnu-gpl-v2 USE_TOOLS+= intltool pkg-config diff --git a/print/pdf2djvu/Makefile b/print/pdf2djvu/Makefile index 8522c89a9fa..19af90f2b4f 100644 --- a/print/pdf2djvu/Makefile +++ b/print/pdf2djvu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/03/31 08:13:32 obache Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 03:45:22 rodent Exp $ # DISTNAME= pdf2djvu_0.7.14 @@ -9,7 +9,7 @@ MASTER_SITES= http://pdf2djvu.googlecode.com/files/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://code.google.com/p/pdf2djvu/ -COMMENT= pdf2djvu creates DjVu files from PDF files +COMMENT= Creates DjVu files from PDF files LICENSE= gnu-gpl-v2 DEPENDS+= djvulibre-tools-[0-9]*:../../graphics/djvulibre-tools diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 9900514762b..8074993bd74 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 13:45:46 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:22 rodent Exp $ -DISTNAME= rlpr-2.06 -PKGREVISION= 3 -CATEGORIES= print -MASTER_SITES= # ftp://truffula.com/pub/ +DISTNAME= rlpr-2.06 +PKGREVISION= 3 +CATEGORIES= print +MASTER_SITES= # ftp://truffula.com/pub/ -MAINTAINER= sekiya@NetBSD.org -HOMEPAGE= http://truffula.com/rlpr/ -COMMENT= lpr work-alike to print directly to remote printer +MAINTAINER= sekiya@NetBSD.org +HOMEPAGE= http://truffula.com/rlpr/ +COMMENT= Work-alike of lpr to print directly to remote printer -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" diff --git a/print/tex-algorithms/Makefile b/print/tex-algorithms/Makefile index 06694e4f7aa..02027231ea2 100644 --- a/print/tex-algorithms/Makefile +++ b/print/tex-algorithms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/09/14 00:18:08 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:22 rodent Exp $ DISTNAME= algorithms PKGNAME= tex-${DISTNAME}-2009 @@ -6,7 +6,7 @@ TEXLIVE_REV= 15878 DIST_SUBDIR= ${PKGBASE}-${TEXLIVE_REV}.2010 MAINTAINER= minskim@NetBSD.org -COMMENT= A suite of tools for typesetting algorithms in pseudo-code +COMMENT= Suite of tools for typesetting algorithms in pseudo-code LICENSE= gnu-lgpl-v2.1 CONFLICTS+= teTeX-texmf<=3.0nb19 diff --git a/print/tex-beamer/Makefile b/print/tex-beamer/Makefile index 35661ae7c3c..3bb879ab5eb 100644 --- a/print/tex-beamer/Makefile +++ b/print/tex-beamer/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2011/01/17 22:41:24 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:22 rodent Exp $ DISTNAME= beamer PKGNAME= tex-${DISTNAME}-3.10 TEXLIVE_REV= 19443 MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= A LaTeX class for producing presentations and slides +COMMENT= LaTeX class for producing presentations and slides CONFLICTS+= teTeX-texmf<=3.0nb22 DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf diff --git a/print/tex-kotex-dev/Makefile b/print/tex-kotex-dev/Makefile index ee714fa800d..59a4d3c701b 100644 --- a/print/tex-kotex-dev/Makefile +++ b/print/tex-kotex-dev/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/11/29 21:20:59 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/06 03:45:23 rodent Exp $ DISTNAME= kotex-dev PKGNAME= tex-${DISTNAME}-0.3 @@ -8,7 +8,7 @@ TEXLIVE_REV= 21 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://project.ktug.or.kr/ko.TeX/ -COMMENT= ko.TeX macros for luatex and xetex +COMMENT= Macros (ko.TeX) for luatex and xetex DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath diff --git a/print/tex-kotex/Makefile b/print/tex-kotex/Makefile index 41b094c9d09..a744d674b89 100644 --- a/print/tex-kotex/Makefile +++ b/print/tex-kotex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/11/29 21:16:00 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:23 rodent Exp $ DISTNAME= kotex PKGNAME= tex-${DISTNAME}-0.3 @@ -8,7 +8,7 @@ TEXLIVE_REV= 1 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://project.ktug.or.kr/ko.TeX/ -COMMENT= ko.TeX macros to typeset Korean with etex or pdftex +COMMENT= Macros (ko.TeX) to typeset Korean with etex or pdftex DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem diff --git a/print/tex-parskip/Makefile b/print/tex-parskip/Makefile index eaa836c52c8..cfef947e683 100644 --- a/print/tex-parskip/Makefile +++ b/print/tex-parskip/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/05 12:48:44 markd Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:23 rodent Exp $ DISTNAME= parskip PKGNAME= tex-${DISTNAME}-2.0 TEXLIVE_REV= 19963 MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Layout with zero \parindent, non-zero \parskip. +COMMENT= Layout with zero \parindent, non-zero \parskip CONFLICTS+= tex-ltxmisc<2010.20350 diff --git a/print/tex-shadethm/Makefile b/print/tex-shadethm/Makefile index a5a90b6b69e..471f7546a0c 100644 --- a/print/tex-shadethm/Makefile +++ b/print/tex-shadethm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:48 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:23 rodent Exp $ DISTNAME= shadethm PKGNAME= tex-${DISTNAME}-20101030 @@ -9,7 +9,7 @@ LICENSE= lppl-1.3c MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ctan.org/tex-archive/macros/latex/contrib/shadethm/ -COMMENT= Theorem environments that are shaded. +COMMENT= Theorem environments that are shaded DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin diff --git a/print/tex-tpslifonts/Makefile b/print/tex-tpslifonts/Makefile index f40096051a9..58adb313bed 100644 --- a/print/tex-tpslifonts/Makefile +++ b/print/tex-tpslifonts/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:55:42 markd Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:23 rodent Exp $ # TeX Live Revision 15878 DISTNAME= tpslifonts PKGNAME= tex-${DISTNAME}-0.6 MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= A LaTeX package for configuring presentation fonts +COMMENT= LaTeX package for configuring presentation fonts .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-xetex-def/Makefile b/print/tex-xetex-def/Makefile index 1da001f3b15..a73c90ac5c7 100644 --- a/print/tex-xetex-def/Makefile +++ b/print/tex-xetex-def/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/22 07:58:12 markd Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:23 rodent Exp $ DISTNAME= xetex-def PKGNAME= tex-${DISTNAME}-0.94 TEXLIVE_REV= 16192 MAINTAINER= markd@NetBSD.org -COMMENT= Colour and graphics support for XeTeX. +COMMENT= Colour and graphics support for XeTeX .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-xfor/Makefile b/print/tex-xfor/Makefile index d8e016f39d8..118aee609e9 100644 --- a/print/tex-xfor/Makefile +++ b/print/tex-xfor/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 22:00:21 markd Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:23 rodent Exp $ # TeX Live Revision 15878 DISTNAME= xfor PKGNAME= tex-${DISTNAME}-1.05 MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= A reimplimentation of the LaTeX for-loop macro +COMMENT= Reimplimentation of the LaTeX for-loop macro .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |