summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-04 18:08:18 +0000
committerwiz <wiz@pkgsrc.org>2017-09-04 18:08:18 +0000
commite81f10b3e36e14058b682a6c30cca96dd3731120 (patch)
tree0fb4e65997caa58bed8bb97f76ece080bf0e2648 /textproc
parent49d26052502700760c2b78486d15108257ddef5e (diff)
downloadpkgsrc-e81f10b3e36e14058b682a6c30cca96dd3731120.tar.gz
Follow some redirects.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-Excelerator/Makefile4
-rw-r--r--textproc/py-Unidecode/Makefile4
-rw-r--r--textproc/py-humanize/Makefile4
-rw-r--r--textproc/py-markdown/Makefile4
-rw-r--r--textproc/py-pdf-parser/Makefile4
-rw-r--r--textproc/py-sphinxcontrib-newsfeed/Makefile4
-rw-r--r--textproc/rarian/Makefile6
-rw-r--r--textproc/regexx/Makefile4
-rw-r--r--textproc/robodoc/Makefile4
-rw-r--r--textproc/ruby-bluecloth/Makefile4
-rw-r--r--textproc/ruby-kramdown/Makefile4
-rw-r--r--textproc/ruby-nqxml/Makefile4
-rw-r--r--textproc/ruby-yard/Makefile4
-rw-r--r--textproc/subtitleripper/Makefile4
-rw-r--r--textproc/swath/Makefile4
15 files changed, 31 insertions, 31 deletions
diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile
index 2452fca0761..f81108a6f47 100644
--- a/textproc/py-Excelerator/Makefile
+++ b/textproc/py-Excelerator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/01/01 14:44:00 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/09/04 18:08:28 wiz Exp $
DISTNAME= pyexcelerator-${VERSION}
PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION}
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyexcelerator/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/pyexcelerator/
+HOMEPAGE= https://sourceforge.net/projects/pyexcelerator/
COMMENT= Python library for generating Excel 97/2000/XP/2003 files
USE_LANGUAGES= #none
diff --git a/textproc/py-Unidecode/Makefile b/textproc/py-Unidecode/Makefile
index fda27a600f6..6512c63d64d 100644
--- a/textproc/py-Unidecode/Makefile
+++ b/textproc/py-Unidecode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/07/23 18:52:03 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:28 wiz Exp $
DISTNAME= Unidecode-0.04.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pypi.python.org/pypi/Unidecode/
+HOMEPAGE= https://pypi.python.org/pypi/Unidecode/
COMMENT= ASCII transliterations of Unicode text
LICENSE= gnu-gpl-v2 # or newer
diff --git a/textproc/py-humanize/Makefile b/textproc/py-humanize/Makefile
index 1d13bfe3215..9d49dec250c 100644
--- a/textproc/py-humanize/Makefile
+++ b/textproc/py-humanize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/04 11:34:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:28 wiz Exp $
DISTNAME= humanize-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= python textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://travis-ci.org/jmoiron/humanize
+HOMEPAGE= https://travis-ci.org/jmoiron/humanize
COMMENT= Convert numbers into easily readable format
LICENSE= mit
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile
index 0c922574c9e..9887623e656 100644
--- a/textproc/py-markdown/Makefile
+++ b/textproc/py-markdown/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/19 14:25:14 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/04 18:08:28 wiz Exp $
DISTNAME= Markdown-2.6.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -6,7 +6,7 @@ CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/}
MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://pypi.python.org/pypi/Markdown
+HOMEPAGE= https://pypi.python.org/pypi/Markdown
COMMENT= XHTML generator using a simple markup
LICENSE= modified-bsd
diff --git a/textproc/py-pdf-parser/Makefile b/textproc/py-pdf-parser/Makefile
index 99f237c297e..d3e0ff118ed 100644
--- a/textproc/py-pdf-parser/Makefile
+++ b/textproc/py-pdf-parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/10/25 06:56:51 asau Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:08:28 wiz Exp $
#
DISTNAME= pdf-parser_V0_3_9
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.didierstevens.com/files/software/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://blog.didierstevens.com/programs/pdf-tools/
+HOMEPAGE= https://blog.didierstevens.com/programs/pdf-tools/
COMMENT= Parse PDF document to identify the fundamental elements
LICENSE= public-domain
diff --git a/textproc/py-sphinxcontrib-newsfeed/Makefile b/textproc/py-sphinxcontrib-newsfeed/Makefile
index 81dbddf4e29..47027f464f0 100644
--- a/textproc/py-sphinxcontrib-newsfeed/Makefile
+++ b/textproc/py-sphinxcontrib-newsfeed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/03/07 10:18:15 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:29 wiz Exp $
DISTNAME= sphinxcontrib-newsfeed-0.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-newsfeed/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://bitbucket.org/prometheus/sphinxcontrib-newsfeed
+HOMEPAGE= https://bitbucket.org/prometheus/sphinxcontrib-newsfeed
COMMENT= News Feed extension for Sphinx
LICENSE= 2-clause-bsd
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile
index 758d4ed183d..1c167ddbe31 100644
--- a/textproc/rarian/Makefile
+++ b/textproc/rarian/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.12 2014/01/01 11:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/09/04 18:08:29 wiz Exp $
#
DISTNAME= rarian-0.8.1
PKGREVISION= 4
CATEGORIES= textproc
-MASTER_SITES= http://rarian.freedesktop.org/Releases/
+MASTER_SITES= https://rarian.freedesktop.org/Releases/
MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/rarian/0.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rarian.freedesktop.org/
+HOMEPAGE= https://rarian.freedesktop.org/
COMMENT= Documentation metadata library
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
diff --git a/textproc/regexx/Makefile b/textproc/regexx/Makefile
index 449da668801..f5833c4fb4e 100644
--- a/textproc/regexx/Makefile
+++ b/textproc/regexx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/25 06:56:54 asau Exp $
+# $NetBSD: Makefile,v 1.19 2017/09/04 18:08:29 wiz Exp $
#
DISTNAME= regexx-0.98.1
@@ -7,7 +7,7 @@ CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regexx/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/regexx/
+HOMEPAGE= https://sourceforge.net/projects/regexx/
COMMENT= C++ regular expression library
USE_LANGUAGES= c c++
diff --git a/textproc/robodoc/Makefile b/textproc/robodoc/Makefile
index 017bab31c6e..c9e808f6be8 100644
--- a/textproc/robodoc/Makefile
+++ b/textproc/robodoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:55 asau Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/04 18:08:29 wiz Exp $
#
DISTNAME= robodoc-3.2.3
@@ -7,7 +7,7 @@ CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=robodoc/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/robodoc/
+HOMEPAGE= https://sourceforge.net/projects/robodoc/
COMMENT= Tool to support project documentation within source code
GNU_CONFIGURE= YES
diff --git a/textproc/ruby-bluecloth/Makefile b/textproc/ruby-bluecloth/Makefile
index 7643f60a38b..b3b636b9023 100644
--- a/textproc/ruby-bluecloth/Makefile
+++ b/textproc/ruby-bluecloth/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2017/09/04 18:01:02 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/04 18:08:29 wiz Exp $
DISTNAME= bluecloth-2.2.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= http://deveiate.org/projects/BlueCloth
+#HOMEPAGE= https://deveiate.org/projects/BlueCloth
COMMENT= Markdown library for Ruby
LICENSE= original-bsd
diff --git a/textproc/ruby-kramdown/Makefile b/textproc/ruby-kramdown/Makefile
index d3efa1a1e7a..959e21e36d6 100644
--- a/textproc/ruby-kramdown/Makefile
+++ b/textproc/ruby-kramdown/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2017/03/20 15:31:18 taca Exp $
+# $NetBSD: Makefile,v 1.18 2017/09/04 18:08:29 wiz Exp $
DISTNAME= kramdown-1.13.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://kramdown.gettalong.org/
+HOMEPAGE= https://kramdown.gettalong.org/
COMMENT= Pure-Ruby Markdown-superset parser and converter
LICENSE= mit
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile
index f944c2dd9c7..25bc6d25505 100644
--- a/textproc/ruby-nqxml/Makefile
+++ b/textproc/ruby-nqxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:58 asau Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/04 18:08:29 wiz Exp $
#
DISTNAME= nqxml-1.1.3p1
@@ -8,7 +8,7 @@ CATEGORIES= textproc ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nqxml/}
MAINTAINER= neumann@s-direktnet.de
-HOMEPAGE= http://sourceforge.net/projects/nqxml/
+HOMEPAGE= https://sourceforge.net/projects/nqxml/
COMMENT= XML parser written in pure Ruby
LICENSE= ruby-license
diff --git a/textproc/ruby-yard/Makefile b/textproc/ruby-yard/Makefile
index cc77301c62b..321cdc12a5b 100644
--- a/textproc/ruby-yard/Makefile
+++ b/textproc/ruby-yard/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 15:27:28 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:08:29 wiz Exp $
DISTNAME= yard-0.9.9
CATEGORIES= ruby textproc
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://yardoc.org/
+HOMEPAGE= https://yardoc.org/
COMMENT= Documentation generation tool for the Ruby programming language
LICENSE= mit
diff --git a/textproc/subtitleripper/Makefile b/textproc/subtitleripper/Makefile
index 10d88a47f7f..2e755ae3815 100644
--- a/textproc/subtitleripper/Makefile
+++ b/textproc/subtitleripper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/09/08 21:24:45 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/09/04 18:08:29 wiz Exp $
#
DISTNAME= subtitleripper-0.3-4
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/subtitleripper/
+HOMEPAGE= https://sourceforge.net/projects/subtitleripper/
COMMENT= Subtitle ripping program
DEPENDS+= gocr-[0-9]*:../../graphics/gocr
diff --git a/textproc/swath/Makefile b/textproc/swath/Makefile
index c2230eac356..9150646a8c1 100644
--- a/textproc/swath/Makefile
+++ b/textproc/swath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/01/19 18:52:28 agc Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/04 18:08:29 wiz Exp $
#
DISTNAME= swath-0.4.3
@@ -7,7 +7,7 @@ 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
+HOMEPAGE= https://linux.thai.net/projects/thailatex
COMMENT= Smart Word Analysis for THai
LICENSE= gnu-gpl-v2