summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
commit0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch)
treed0a3f84c95c120b8b0804700a18681e739dece61 /print
parent8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff)
downloadpkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz
all: migrate homepages from http to https
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Diffstat (limited to 'print')
-rw-r--r--print/cnprint/Makefile6
-rw-r--r--print/dspdfviewer/Makefile4
-rw-r--r--print/foomatic4-db/Makefile4
-rw-r--r--print/libgnomeprint/Makefile4
-rw-r--r--print/libgnomeprintui/Makefile4
-rw-r--r--print/mpage/Makefile4
-rw-r--r--print/pdf2djvu/Makefile4
-rw-r--r--print/pdflib-lite/Makefile4
-rw-r--r--print/pdflib/Makefile.common4
-rw-r--r--print/pscal/Makefile4
-rw-r--r--print/py-reportlab/Makefile4
-rw-r--r--print/py-weasyprint/Makefile4
-rw-r--r--print/py-weasyprint0/Makefile4
-rw-r--r--print/tex-IEEEtran/Makefile4
-rw-r--r--print/xpdf/Makefile4
15 files changed, 31 insertions, 31 deletions
diff --git a/print/cnprint/Makefile b/print/cnprint/Makefile
index a56a4f95e62..1bbc6ce03bf 100644
--- a/print/cnprint/Makefile
+++ b/print/cnprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/01/19 18:52:22 agc Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:00 rillig Exp $
DISTNAME= #
PKGNAME= cnprint-3.30b
@@ -14,7 +14,7 @@ DISTFILES+= cnprint330b.c \
ttfb330b.c \
cnprint330b.hlp \
cnprint33.cmd \
- helvet.dat \
+ helvet.dat \
mssong.ttf.gz mssong.htf \
mshei.ttf.gz mshei.htf \
cc48s.hbf cc48.sym.gz \
@@ -23,7 +23,7 @@ DISTFILES+= cnprint330b.c \
hbf.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.ywpw.com/cai/software/
+HOMEPAGE= https://www.ywpw.com/cai/software/
COMMENT= Print & convert CJK style text to PostScript
DIST_SUBDIR= ${PKGNAME_NOREV}
diff --git a/print/dspdfviewer/Makefile b/print/dspdfviewer/Makefile
index c39365f70d7..59fc80672a0 100644
--- a/print/dspdfviewer/Makefile
+++ b/print/dspdfviewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 21:50:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:00 rillig Exp $
DISTNAME= dspdfviewer-1.15.1
PKGREVISION= 15
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=dannyedel/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= fox@NetBSD.org
-HOMEPAGE= http://dspdfviewer.danny-edel.de/
+HOMEPAGE= https://dspdfviewer.danny-edel.de/
COMMENT= Dual-Screen PDF Viewer for latex-beamer
LICENSE= gnu-gpl-v2
diff --git a/print/foomatic4-db/Makefile b/print/foomatic4-db/Makefile
index 05b1bff7f95..d111dbeaab7 100644
--- a/print/foomatic4-db/Makefile
+++ b/print/foomatic4-db/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/07/21 16:39:05 leot Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/26 17:32:00 rillig Exp $
#
DISTNAME= foomatic-db-4.0-20180721
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.openprinting.org/download/foomatic/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.openprinting.org/download/foomatic/
+HOMEPAGE= https://www.openprinting.org/download/foomatic/
COMMENT= Printer database
LICENSE= 2-clause-bsd AND gnu-gpl-v2 AND mit
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 33e291208f8..3f573e63b28 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2019/07/21 22:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2020/01/26 17:32:00 rillig Exp $
#
DISTNAME= libgnomeprint-2.18.8
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.18/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.levien.com/gnome/print-arch.html
+HOMEPAGE= https://www.levien.com/gnome/print-arch.html
COMMENT= Library for the GNOME2 Printing Architecture
USE_TOOLS+= bison flex gmake intltool msgfmt pkg-config
diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile
index a8c4e3a445d..ed558cb50c8 100644
--- a/print/libgnomeprintui/Makefile
+++ b/print/libgnomeprintui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2019/07/21 22:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2020/01/26 17:32:00 rillig Exp $
#
DISTNAME= libgnomeprintui-2.18.6
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.18/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.levien.com/gnome/print-arch.html
+HOMEPAGE= https://www.levien.com/gnome/print-arch.html
COMMENT= Graphical library for the GNOME2 Printing Architecture
GNU_CONFIGURE= YES
diff --git a/print/mpage/Makefile b/print/mpage/Makefile
index 59a7165b0c4..d03932e4a99 100644
--- a/print/mpage/Makefile
+++ b/print/mpage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/11/04 19:57:59 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/26 17:32:00 rillig Exp $
#
DISTNAME= mpage-2.5.6
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Print multiple pages per sheet of paper
-HOMEPAGE= http://www.mesa.nl/download.html
+HOMEPAGE= https://www.mesa.nl/download.html
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
BUILD_TARGET= default
diff --git a/print/pdf2djvu/Makefile b/print/pdf2djvu/Makefile
index 97761010b94..9b384cd33d1 100644
--- a/print/pdf2djvu/Makefile
+++ b/print/pdf2djvu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2019/11/07 12:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2020/01/26 17:32:01 rillig Exp $
DISTNAME= pdf2djvu-0.9.13
PKGREVISION= 2
@@ -8,7 +8,7 @@ GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://jwilk.net/software/pdf2djvu
+HOMEPAGE= https://jwilk.net/software/pdf2djvu
COMMENT= Creates DjVu files from PDF files
LICENSE= gnu-gpl-v2
diff --git a/print/pdflib-lite/Makefile b/print/pdflib-lite/Makefile
index 4ce11814261..08c4112dc5e 100644
--- a/print/pdflib-lite/Makefile
+++ b/print/pdflib-lite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 13:22:41 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:01 rillig Exp $
DISTNAME= PDFlib-Lite-7.0.5
PKGNAME= pdflib-lite-7.0.5
@@ -7,7 +7,7 @@ CATEGORIES= print
MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/705/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.pdflib.com/
+HOMEPAGE= https://www.pdflib.com/
COMMENT= C library to produce PDF files
CONFLICTS+= pdflib-[0-9]*
diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common
index 768d27ada76..cf642883b25 100644
--- a/print/pdflib/Makefile.common
+++ b/print/pdflib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2019/11/04 19:58:00 rillig Exp $
+# $NetBSD: Makefile.common,v 1.27 2020/01/26 17:32:01 rillig Exp $
#
# used by print/pdflib/Makefile
# used by print/tcl-pdflib/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.pdflib.com/
+HOMEPAGE= https://www.pdflib.com/
# Version numbering scheme:
#
diff --git a/print/pscal/Makefile b/print/pscal/Makefile
index f8197311b2d..970b0ad04cf 100644
--- a/print/pscal/Makefile
+++ b/print/pscal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/08 13:45:45 asau Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:01 rillig Exp $
#
DISTNAME= pscal-1.16
@@ -6,7 +6,7 @@ CATEGORIES= print
MASTER_SITES= http://www.panix.com/~mbh/pscal/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.panix.com/~mbh/projects.html
+HOMEPAGE= https://www.panix.com/~mbh/projects.html
COMMENT= Produces simple, nice-looking PostScript calendars
INSTALLATION_DIRS= bin share/doc/pscal
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 78f24a992ad..cfc84c025ca 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2019/06/10 15:39:06 adam Exp $
+# $NetBSD: Makefile,v 1.73 2020/01/26 17:32:01 rillig Exp $
DISTNAME= reportlab-3.5.23
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.reportlab.com/
+HOMEPAGE= https://www.reportlab.com/
COMMENT= Powerful PDF-generating toolkit for Python
LICENSE= modified-bsd
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile
index 10bc6d88be6..9c9e8ad3ba8 100644
--- a/print/py-weasyprint/Makefile
+++ b/print/py-weasyprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/12/19 22:22:12 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/26 17:32:01 rillig Exp $
DISTNAME= WeasyPrint-50
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -6,7 +6,7 @@ CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/}
MAINTAINER= kleink@NetBSD.org
-HOMEPAGE= http://weasyprint.org/
+HOMEPAGE= https://weasyprint.org/
COMMENT= Converts HTML/CSS documents to PDF
LICENSE= modified-bsd
diff --git a/print/py-weasyprint0/Makefile b/print/py-weasyprint0/Makefile
index d6d93239704..6d91984043e 100644
--- a/print/py-weasyprint0/Makefile
+++ b/print/py-weasyprint0/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/04 19:58:01 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:01 rillig Exp $
DISTNAME= WeasyPrint-0.42.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -6,7 +6,7 @@ CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/}
MAINTAINER= kleink@NetBSD.org
-HOMEPAGE= http://weasyprint.org/
+HOMEPAGE= https://weasyprint.org/
COMMENT= Converts HTML/CSS documents to PDF (Python 2.x version)
LICENSE= modified-bsd
diff --git a/print/tex-IEEEtran/Makefile b/print/tex-IEEEtran/Makefile
index 7228eae1398..d0d2ccca2da 100644
--- a/print/tex-IEEEtran/Makefile
+++ b/print/tex-IEEEtran/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2019/12/06 20:17:04 markd Exp $
+# $NetBSD: Makefile,v 1.23 2020/01/26 17:32:01 rillig Exp $
DISTNAME= IEEEtran
PKGNAME= tex-${DISTNAME}-1.8b
TEXLIVE_REV= 38238
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.michaelshell.org/tex/ieeetran/
+HOMEPAGE= https://www.michaelshell.org/tex/ieeetran/
COMMENT= LaTeX class for IEEE journals and conferences
LICENSE= lppl-1.3c
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile
index 564a2c14d3b..d3ddbd5d22b 100644
--- a/print/xpdf/Makefile
+++ b/print/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2019/10/22 22:21:26 nia Exp $
+# $NetBSD: Makefile,v 1.89 2020/01/26 17:32:01 rillig Exp $
DISTNAME= xpdf-3.04
CATEGORIES= print
@@ -7,7 +7,7 @@ MASTER_SITES+= ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/xpdf/}
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.xpdfreader.com/
+HOMEPAGE= https://www.xpdfreader.com/
COMMENT= Display tool for PDF files (Motif version)
LICENSE= gnu-gpl-v2