summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
committeragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
commita16b650423ebac0d6db54146c732a10b971237a4 (patch)
tree61b24a35333bd0bb01124d6015191764d7bafa22 /print
parent48e28cf6cad6bf88a5da716ad8af07695b962574 (diff)
downloadpkgsrc-a16b650423ebac0d6db54146c732a10b971237a4.tar.gz
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Diffstat (limited to 'print')
-rw-r--r--print/LPRng-core/Makefile6
-rw-r--r--print/a2ps/Makefile6
-rw-r--r--print/cnprint/Makefile10
-rw-r--r--print/cups15/Makefile8
-rw-r--r--print/foomatic-ppds/Makefile6
-rw-r--r--print/mpage/Makefile6
-rw-r--r--print/p5-PostScript-MailLabels/Makefile6
-rw-r--r--print/xpdf-arabic/Makefile6
-rw-r--r--print/xpdf-chinese-simplified/Makefile6
-rw-r--r--print/xpdf-chinese-traditional/Makefile6
-rw-r--r--print/xpdf-cyrillic/Makefile6
-rw-r--r--print/xpdf-greek/Makefile6
-rw-r--r--print/xpdf-hebrew/Makefile6
-rw-r--r--print/xpdf-japanese/Makefile6
-rw-r--r--print/xpdf-korean/Makefile6
-rw-r--r--print/xpdf-latin2/Makefile6
-rw-r--r--print/xpdf-thai/Makefile6
-rw-r--r--print/xpdf-turkish/Makefile6
-rw-r--r--print/xpdf/Makefile8
19 files changed, 61 insertions, 61 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index ba3fd8e8127..2f0441b3e22 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.40 2016/05/07 10:08:48 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2017/01/19 18:52:22 agc Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
PKGREVISION= 3
CATEGORIES= print
-MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/ \
- http://www.lprng.com/DISTRIB/LPRng/
+MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/
+MASTER_SITES+= http://www.lprng.com/DISTRIB/LPRng/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 82cc5aca312..b0cf7529af3 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.81 2016/07/09 06:38:49 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2017/01/19 18:52:22 agc Exp $
DISTNAME= a2ps-4.14
PKGREVISION= 9
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \
- ftp://ftp.enst.fr/pub/unix/a2ps/
+MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/}
+MASTER_SITES+= ftp://ftp.enst.fr/pub/unix/a2ps/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/
diff --git a/print/cnprint/Makefile b/print/cnprint/Makefile
index 3d8e6dfa365..a56a4f95e62 100644
--- a/print/cnprint/Makefile
+++ b/print/cnprint/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2014/12/21 12:47:48 mef Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/19 18:52:22 agc Exp $
DISTNAME= #
PKGNAME= cnprint-3.30b
PKGREVISION= 1
CATEGORIES= print
-MASTER_SITES= http://www.ywpw.com/cai/software/cnp/ \
- http://www.ywpw.com/cai/software/cnp/fonts/ \
- http://www.ywpw.com/cai/software/cnp/metrics/ \
- ftp://ftp.csc.cuhk.edu.hk/pub/chinese/ifcss/software/fonts/misc/
+MASTER_SITES= http://www.ywpw.com/cai/software/cnp/
+MASTER_SITES+= http://www.ywpw.com/cai/software/cnp/fonts/
+MASTER_SITES+= http://www.ywpw.com/cai/software/cnp/metrics/
+MASTER_SITES+= ftp://ftp.csc.cuhk.edu.hk/pub/chinese/ifcss/software/fonts/misc/
EXTRACT_SUFX= #empty
DISTFILES+= cnprint330b.c \
cnprint330b.readme \
diff --git a/print/cups15/Makefile b/print/cups15/Makefile
index 9163b36881e..31c1c72538f 100644
--- a/print/cups15/Makefile
+++ b/print/cups15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/12/12 14:22:03 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/19 18:52:22 agc Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -15,9 +15,9 @@ PATCH_SITES= http://www.cups.org/strfiles.php/3482/
PATCHFILES= str4609-1.5.patch
CATEGORIES= print
-MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
- ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
- ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${BASE_VERS}/
+MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/
+MASTER_SITES+= ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/
+MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${BASE_VERS}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sbd@NetBSD.org
diff --git a/print/foomatic-ppds/Makefile b/print/foomatic-ppds/Makefile
index 11379eaa771..47d58e237a2 100644
--- a/print/foomatic-ppds/Makefile
+++ b/print/foomatic-ppds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/08 13:45:38 asau Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/19 18:52:22 agc Exp $
.include "Makefile.common"
@@ -11,8 +11,8 @@ PKGNAME= ${DISTNAME:S/-filters-/-/}
# copy at MASTER_SITE_LOCAL periodically and update this package
# accordingly.
#
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.linuxprinting.org/download/foomatic/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES+= http://www.linuxprinting.org/download/foomatic/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Foomatic PPDs collection
diff --git a/print/mpage/Makefile b/print/mpage/Makefile
index 9b6b6be2844..1228af1bdad 100644
--- a/print/mpage/Makefile
+++ b/print/mpage/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2014/12/09 07:17:45 mef Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/19 18:52:22 agc Exp $
#
DISTNAME= mpage-2.5.6
CATEGORIES= print
-MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/ \
- http://www.mesa.nl/pub/mpage/
+MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/
+MASTER_SITES+= http://www.mesa.nl/pub/mpage/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/print/p5-PostScript-MailLabels/Makefile b/print/p5-PostScript-MailLabels/Makefile
index e927d33f173..48d86d255fc 100644
--- a/print/p5-PostScript-MailLabels/Makefile
+++ b/print/p5-PostScript-MailLabels/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2016/06/08 19:24:17 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:22 agc Exp $
DISTNAME= PostScript-MailLabels-2.32
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= print perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/} \
- http://oplnk.net/~ajackson/software/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/}
+MASTER_SITES+= http://oplnk.net/~ajackson/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/
diff --git a/print/xpdf-arabic/Makefile b/print/xpdf-arabic/Makefile
index 2fae94b92c0..dab60c79378 100644
--- a/print/xpdf-arabic/Makefile
+++ b/print/xpdf-arabic/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:22 agc Exp $
#
DISTNAME= xpdf-arabic-2011-aug-15
PKGNAME= xpdf-arabic-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-chinese-simplified/Makefile b/print/xpdf-chinese-simplified/Makefile
index 5dbb7818737..2109129d8d9 100644
--- a/print/xpdf-chinese-simplified/Makefile
+++ b/print/xpdf-chinese-simplified/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.23 2014/12/16 23:37:48 dholland Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/19 18:52:22 agc Exp $
#
DISTNAME= xpdf-chinese-simplified-2011-sep-02
PKGNAME= xpdf-chinese-simplified-20110902
PKGREVISION= 1
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-chinese-traditional/Makefile b/print/xpdf-chinese-traditional/Makefile
index 859ee952fb6..f0ea3f7544c 100644
--- a/print/xpdf-chinese-traditional/Makefile
+++ b/print/xpdf-chinese-traditional/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.21 2014/12/16 23:37:48 dholland Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:22 agc Exp $
#
DISTNAME= xpdf-chinese-traditional-2011-sep-02
PKGNAME= xpdf-chinese-traditional-20110902
PKGREVISION= 1
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-cyrillic/Makefile b/print/xpdf-cyrillic/Makefile
index 4f2d5214dad..fab32573819 100644
--- a/print/xpdf-cyrillic/Makefile
+++ b/print/xpdf-cyrillic/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.21 2017/01/19 18:52:22 agc Exp $
#
DISTNAME= xpdf-cyrillic-2011-aug-15
PKGNAME= xpdf-cyrillic-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-greek/Makefile b/print/xpdf-greek/Makefile
index f4c993420d1..6e4b49acab0 100644
--- a/print/xpdf-greek/Makefile
+++ b/print/xpdf-greek/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.21 2017/01/19 18:52:23 agc Exp $
#
DISTNAME= xpdf-greek-2011-aug-15
PKGNAME= xpdf-greek-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-hebrew/Makefile b/print/xpdf-hebrew/Makefile
index a684a4a6ad7..8b79bce3108 100644
--- a/print/xpdf-hebrew/Makefile
+++ b/print/xpdf-hebrew/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.20 2017/01/19 18:52:23 agc Exp $
#
DISTNAME= xpdf-hebrew-2011-aug-15
PKGNAME= xpdf-hebrew-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-japanese/Makefile b/print/xpdf-japanese/Makefile
index c2576ffd8e9..48a429bd6fa 100644
--- a/print/xpdf-japanese/Makefile
+++ b/print/xpdf-japanese/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.23 2014/12/16 23:37:48 dholland Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/19 18:52:23 agc Exp $
#
DISTNAME= xpdf-japanese-2011-sep-02
PKGNAME= xpdf-japanese-20110902
PKGREVISION= 1
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-korean/Makefile b/print/xpdf-korean/Makefile
index 03e48291c35..09ff5330a82 100644
--- a/print/xpdf-korean/Makefile
+++ b/print/xpdf-korean/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2014/12/16 23:51:57 dholland Exp $
+# $NetBSD: Makefile,v 1.26 2017/01/19 18:52:23 agc Exp $
DISTNAME= xpdf-korean-2011-sep-02
PKGNAME= xpdf-korean-20110902
PKGREVISION= 1
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-latin2/Makefile b/print/xpdf-latin2/Makefile
index 22d0c2c06de..b935bb96753 100644
--- a/print/xpdf-latin2/Makefile
+++ b/print/xpdf-latin2/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:23 agc Exp $
#
DISTNAME= xpdf-latin2-2011-aug-15
PKGNAME= xpdf-latin2-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-thai/Makefile b/print/xpdf-thai/Makefile
index 015ea193668..62ebafa1bbc 100644
--- a/print/xpdf-thai/Makefile
+++ b/print/xpdf-thai/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:23 agc Exp $
#
DISTNAME= xpdf-thai-2011-aug-15
PKGNAME= xpdf-thai-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf-turkish/Makefile b/print/xpdf-turkish/Makefile
index e2804857cee..7a401bd2828 100644
--- a/print/xpdf-turkish/Makefile
+++ b/print/xpdf-turkish/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2014/12/14 13:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:23 agc Exp $
#
DISTNAME= xpdf-turkish-2011-aug-15
PKGNAME= xpdf-turkish-20110815
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.foolabs.com/xpdf/
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile
index 51fc3606b95..9390d51c4a1 100644
--- a/print/xpdf/Makefile
+++ b/print/xpdf/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.82 2015/03/07 15:30:58 mef Exp $
+# $NetBSD: Makefile,v 1.83 2017/01/19 18:52:22 agc Exp $
DISTNAME= xpdf-3.04
CATEGORIES= print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
- ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/xpdf/} \
- http://gd.tuwien.ac.at/publishing/xpdf/
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/
+MASTER_SITES+= ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/xpdf/}
+MASTER_SITES+= http://gd.tuwien.ac.at/publishing/xpdf/
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org