pkgsrc/fonts/tex-gnu-freefont-doc/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

62 lines
4.2 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/18 23:31:35 rillig Exp $
DISTNAME= gnu-freefont.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2014
TEXLIVE_REV= 29349
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/gnu-freefont
COMMENT= Documentation for tex-gnu-freefont
LICENSE= gnu-gpl-v3
REPLACE_PERL+= doc/fonts/gnu-freefont/tools/test/MES-Conformance/CheckConformance.pl
REPLACE_PERL+= doc/fonts/gnu-freefont/tools/test/MES-Conformance/mes-list-expand.pl
REPLACE_PERL+= doc/fonts/gnu-freefont/tools/utility/KerningNumerals.pl
# we don't want to have a python dependency here
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/generate/buildutils.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/report/OpenType/UnicodeRanges.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/report/OpenType/__init__.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/report/kernclasses.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/report/ligatureLookups.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/report/private_use.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/report/range_report.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/findBackLayers.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/isMonoMono.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/ranges/Arabic/arabic_test.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/ranges/Arabic/generate_arabic_shaping.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/ranges/Arabic/unicode_joining.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/test/validate.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/utility/hex_range.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance/CheckConformance.pl
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance/mes-list-expand.pl
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/utility/KerningNumerals.pl
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/generate/buildutils.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/report/OpenType/UnicodeRanges.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/report/OpenType/__init__.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/report/kernclasses.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/report/ligatureLookups.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/report/private_use.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/report/range_report.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/findBackLayers.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/isMonoMono.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/arabic_test.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/generate_arabic_shaping.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/unicode_joining.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/validate.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/utility/hex_range.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"