Import of pkgsrc-2015Q2
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
This bundle of tools comprises: Cfftot1, which translates a
|
||||
Compact Font Format (CFF) font, or a PostScript-flavored
|
||||
OpenType font, into PostScript Type 1 format. It correctly
|
||||
handles subroutines and hints; Mmafm and mmpfb, which create
|
||||
instances of multiple-master fonts (mmafm and mmpfb were
|
||||
previously distributed in their own package, mminstance);
|
||||
Otfinfo, which reports information about OpenType fonts, such
|
||||
as the features they support and the contents of their 'size'
|
||||
optical size features; Otftotfm, which creates TeX font metrics
|
||||
and encodings that correspond to a PostScript-flavored OpenType
|
||||
font. It will interpret glyph positionings, substitutions, and
|
||||
ligatures as far as it is able. You can say which OpenType
|
||||
features should be activated; T1dotlessj, creates a Type 1 font
|
||||
whose only character is a dotless j matching the input font's
|
||||
design; T1lint, which checks a Type 1 font for correctness;
|
||||
T1reencode, which replaces a font's internal encoding with one
|
||||
you specify; and T1testpage, which creates a PostScript proof
|
||||
for a Type 1 font. It is preliminary software.
|
||||
@@ -0,0 +1,32 @@
|
||||
# $NetBSD: Makefile,v 1.2 2015/06/14 11:19:58 markd Exp $
|
||||
|
||||
DISTNAME= texlive-20150521-source
|
||||
PKGNAME= lcdftypetools-2.104
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://ctan.org/pkg/lcdf-typetools
|
||||
COMMENT= A bundle of outline font manipulation tools
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
DEPENDS+= tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
|
||||
|
||||
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
|
||||
${DISTNAME}/texk/lcdf-typetools
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= pkg-config
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/lcdf-typetools
|
||||
|
||||
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
|
||||
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
|
||||
|
||||
CONFIGURE_ARGS+= --with-system-kpathsea
|
||||
|
||||
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
|
||||
.include "../../print/kpathsea/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
@@ -0,0 +1,23 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/05/17 06:16:22 markd Exp $
|
||||
bin/cfftot1
|
||||
bin/mmafm
|
||||
bin/mmpfb
|
||||
bin/otfinfo
|
||||
bin/otftotfm
|
||||
bin/t1dotlessj
|
||||
bin/t1lint
|
||||
bin/t1rawafm
|
||||
bin/t1reencode
|
||||
bin/t1testpage
|
||||
bin/ttftotype42
|
||||
man/man1/cfftot1.1
|
||||
man/man1/mmafm.1
|
||||
man/man1/mmpfb.1
|
||||
man/man1/otfinfo.1
|
||||
man/man1/otftotfm.1
|
||||
man/man1/t1dotlessj.1
|
||||
man/man1/t1lint.1
|
||||
man/man1/t1rawafm.1
|
||||
man/man1/t1reencode.1
|
||||
man/man1/t1testpage.1
|
||||
man/man1/ttftotype42.1
|
||||
@@ -0,0 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.2 2015/06/14 11:19:58 markd Exp $
|
||||
|
||||
SHA1 (texlive-20150521-source.tar.xz) = a32df8d5d6b61f87f7dab907e864fb51b14f4143
|
||||
RMD160 (texlive-20150521-source.tar.xz) = fced0e58a7bd15d19e11d72baed23ac14fd2be13
|
||||
Size (texlive-20150521-source.tar.xz) = 45459552 bytes
|
||||
SHA1 (patch-lcdf-typetools-2.100_Makefile.in) = a3dcb7e7000d4abe9f233f536d2088c73b117c2e
|
||||
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-lcdf-typetools-2.100_Makefile.in,v 1.2 2015/06/14 11:19:58 markd Exp $
|
||||
|
||||
Don't install files that tex-glyphlist installs
|
||||
|
||||
--- lcdf-typetools-2.104/Makefile.in.orig 2014-01-09 12:51:50.000000000 +0000
|
||||
+++ lcdf-typetools-2.104/Makefile.in
|
||||
@@ -703,7 +703,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-encDATA install-glyphlistDATA
|
||||
+install-data-am:
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
Reference in New Issue
Block a user