summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/WordNet/Makefile6
-rw-r--r--textproc/dict-mueller7/Makefile6
-rw-r--r--textproc/dict-server/Makefile.common6
-rw-r--r--textproc/dictem/Makefile6
-rw-r--r--textproc/eb/Makefile6
-rw-r--r--textproc/html2text/Makefile6
-rw-r--r--textproc/html2wml/Makefile6
-rw-r--r--textproc/hyperestraier/Makefile.common6
-rw-r--r--textproc/intltool/Makefile6
-rw-r--r--textproc/libxml2/Makefile.common6
-rw-r--r--textproc/libxslt/Makefile.common6
-rw-r--r--textproc/markdown2social/Makefile6
-rw-r--r--textproc/rtfm/Makefile6
-rw-r--r--textproc/swath/Makefile6
-rw-r--r--textproc/urlview/Makefile6
15 files changed, 45 insertions, 45 deletions
diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile
index 985a65e7316..46c6ed33513 100644
--- a/textproc/WordNet/Makefile
+++ b/textproc/WordNet/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2014/01/20 19:20:08 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:27 agc Exp $
#
DISTNAME= WordNet-3.0
PKGREVISION= 7
CATEGORIES= textproc
-MASTER_SITES= http://wordnet.princeton.edu/3.0/ \
- ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/
+MASTER_SITES= http://wordnet.princeton.edu/3.0/
+MASTER_SITES+= ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/
PATCHFILES= wordnet.patch.2
PATCH_SITES= http://www.ocert.org/analysis/2008-014/
diff --git a/textproc/dict-mueller7/Makefile b/textproc/dict-mueller7/Makefile
index 2d8146e3b45..50fd95862c8 100644
--- a/textproc/dict-mueller7/Makefile
+++ b/textproc/dict-mueller7/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:39:04 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/19 18:52:27 agc Exp $
DISTNAME= Mueller7GPL
PKGNAME= dict-mueller7-1.2
PKGREVISION= 5
CATEGORIES= textproc
-MASTER_SITES= http://dict.osdn.org.ua/ \
- http://mova.org/~cheusov/pub/dict-mueller/
+MASTER_SITES= http://dict.osdn.org.ua/
+MASTER_SITES+= http://mova.org/~cheusov/pub/dict-mueller/
EXTRACT_SUFX= .tgz
MAINTAINER= cheusov@NetBSD.org
diff --git a/textproc/dict-server/Makefile.common b/textproc/dict-server/Makefile.common
index c04a122f708..6ce287f39bc 100644
--- a/textproc/dict-server/Makefile.common
+++ b/textproc/dict-server/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.6 2012/10/25 06:55:46 asau Exp $
+# $NetBSD: Makefile.common,v 1.7 2017/01/19 18:52:27 agc Exp $
# used by textproc/colorit/Makefile
# used by textproc/dict-server/Makefile
# used by textproc/dict-client/Makefile
DISTNAME= dictd-1.12.1
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
- ftp://ftp.dict.org/pub/dict/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/}
+MASTER_SITES+= ftp://ftp.dict.org/pub/dict/
MAINTAINER?= cheusov@NetBSD.org
HOMEPAGE= http://www.dict.org/
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile
index 00bbdfb442b..6918d1c1f33 100644
--- a/textproc/dictem/Makefile
+++ b/textproc/dictem/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:08 dholland Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:27 agc Exp $
DISTNAME= dictem-1.0.4
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dictem/} \
- http://www.mova.org/~cheusov/pub/dictem/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dictem/}
+MASTER_SITES+= http://www.mova.org/~cheusov/pub/dictem/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://freshmeat.net/projects/dictem/
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile
index e2d9494b6ae..03884f4e4c6 100644
--- a/textproc/eb/Makefile
+++ b/textproc/eb/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.53 2016/07/10 11:31:31 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2017/01/19 18:52:27 agc Exp $
DISTNAME= eb-4.3
PKGREVISION= 8
CATEGORIES= textproc japanese
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \
- ftp://ftp.sra.co.jp/pub/misc/eb/
+MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/
+MASTER_SITES+= ftp://ftp.sra.co.jp/pub/misc/eb/
DISTFILES= ${EB_DISTFILES} \
${EB_APPENDICES}
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile
index 23e4042408e..64be8a4a7a1 100644
--- a/textproc/html2text/Makefile
+++ b/textproc/html2text/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2013/12/23 11:57:06 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:27 agc Exp $
DISTNAME= html2text-1.3.2a
CATEGORIES= textproc
-MASTER_SITES= http://www.mbayer.de/html2text/downloads/ \
- ${MASTER_SITE_SUNSITE:=apps/www/converters/}
+MASTER_SITES= http://www.mbayer.de/html2text/downloads/
+MASTER_SITES+= ${MASTER_SITE_SUNSITE:=apps/www/converters/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mbayer.de/html2text/
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index 14fa576bc6a..deeb58ac03b 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.26 2016/07/09 06:39:05 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2017/01/19 18:52:27 agc Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
PKGREVISION= 9
CATEGORIES= textproc converters
-MASTER_SITES= http://maddingue.free.fr/softwares/download/Html2Wml/html2wml-0.4.x/ \
- ${MASTER_SITE_SOURCEFORGE:=htmlwml/}
+MASTER_SITES= http://maddingue.free.fr/softwares/download/Html2Wml/html2wml-0.4.x/
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=htmlwml/}
MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://maddingue.free.fr/softwares/html2wml.html
diff --git a/textproc/hyperestraier/Makefile.common b/textproc/hyperestraier/Makefile.common
index cc005d22e5d..1d16fe51b21 100644
--- a/textproc/hyperestraier/Makefile.common
+++ b/textproc/hyperestraier/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2015/03/15 17:09:00 hiramatsu Exp $
+# $NetBSD: Makefile.common,v 1.10 2017/01/19 18:52:27 agc Exp $
#
# used by textproc/java-native-hyperestraier/Makefile
# used by textproc/java-pure-hyperestraier/Makefile
@@ -8,8 +8,8 @@
DISTNAME= hyperestraier-${HYPERESTRAIER_VERSION}
CATEGORIES= japanese textproc www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} \
- http://hyperestraier.sourceforge.net/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
+MASTER_SITES+= http://hyperestraier.sourceforge.net/
HYPERESTRAIER_VERSION=1.4.13
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 0f40b61842b..cce90123003 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.65 2016/07/09 06:39:06 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2017/01/19 18:52:27 agc Exp $
DISTNAME= intltool-0.51.0
PKGREVISION= 2
CATEGORIES= textproc devel gnome
-MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ \
- http://launchpadlibrarian.net/94524169/
+MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/
+MASTER_SITES+= http://launchpadlibrarian.net/94524169/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://launchpad.net/intltool/
diff --git a/textproc/libxml2/Makefile.common b/textproc/libxml2/Makefile.common
index 0603382f416..43bc907f44b 100644
--- a/textproc/libxml2/Makefile.common
+++ b/textproc/libxml2/Makefile.common
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.5 2016/12/30 02:17:48 dholland Exp $
+# $NetBSD: Makefile.common,v 1.6 2017/01/19 18:52:27 agc Exp $
#
# used by textproc/libxml2/Makefile
# used by textproc/py-libxml2/Makefile
DISTNAME= libxml2-2.9.4
CATEGORIES= textproc
-MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
- http://xmlsoft.org/sources/
+MASTER_SITES= ftp://xmlsoft.org/libxml2/
+MASTER_SITES+= http://xmlsoft.org/sources/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xmlsoft.org/
diff --git a/textproc/libxslt/Makefile.common b/textproc/libxslt/Makefile.common
index c8c03e31223..2ad1ab8461e 100644
--- a/textproc/libxslt/Makefile.common
+++ b/textproc/libxslt/Makefile.common
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.1 2016/05/29 21:06:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2017/01/19 18:52:27 agc Exp $
#
# used by textproc/libxslt/Makefile
# used by textproc/py-libxslt/Makefile
DISTNAME= libxslt-1.1.29
CATEGORIES= textproc
-MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
- http://xmlsoft.org/sources/
+MASTER_SITES= ftp://xmlsoft.org/libxslt/
+MASTER_SITES+= http://xmlsoft.org/sources/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xmlsoft.org/XSLT/
diff --git a/textproc/markdown2social/Makefile b/textproc/markdown2social/Makefile
index 5116baaf5ba..b24b42bf425 100644
--- a/textproc/markdown2social/Makefile
+++ b/textproc/markdown2social/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 14:44:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/19 18:52:27 agc Exp $
DISTNAME= markdown2social-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_PYPI:M=/markdown2social/} \
- ${MASTER_SITE_GITHUB:=jmmv/markdown2social/releases/download/${DISTNAME}/}
+MASTER_SITES= ${MASTER_SITE_PYPI:M=/markdown2social/}
+MASTER_SITES+= ${MASTER_SITE_GITHUB:=jmmv/markdown2social/releases/download/${DISTNAME}/}
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= https://github.com/jmmv/markdown2social/
diff --git a/textproc/rtfm/Makefile b/textproc/rtfm/Makefile
index 205244d35f8..222b128782b 100644
--- a/textproc/rtfm/Makefile
+++ b/textproc/rtfm/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2012/10/25 06:56:55 asau Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/19 18:52:27 agc Exp $
DISTNAME= rtfm-1.0
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
- ftp://ftp.pl.freebsd.org/pub/FreeBSD/ports/distfiles/
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/
+MASTER_SITES+= ftp://ftp.pl.freebsd.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= NetBSD documentation and GNU Texinfo files search mechanism
diff --git a/textproc/swath/Makefile b/textproc/swath/Makefile
index 0a59486f43a..c2230eac356 100644
--- a/textproc/swath/Makefile
+++ b/textproc/swath/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2015/03/15 17:15:01 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/19 18:52:28 agc Exp $
#
DISTNAME= swath-0.4.3
CATEGORIES= textproc
-MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/swath/ \
- http://linux.thai.net/pub/ThaiLinux/software/swath/
+MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/swath/
+MASTER_SITES+= http://linux.thai.net/pub/ThaiLinux/software/swath/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/thailatex
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index 6ea86b8315d..a8b5b3b3db8 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2017/01/04 13:23:24 roy Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/19 18:52:28 agc Exp $
DISTNAME= urlview-0.9
PKGREVISION= 7
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \
- ftp://ftp.uib.no/pub/mutt/contrib/
+MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/
+MASTER_SITES+= ftp://ftp.uib.no/pub/mutt/contrib/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extract URLs from text files and display them in a menu