Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,18 +1,17 @@
# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:31 wiz Exp $
# $NetBSD: Makefile,v 1.6 2015/08/06 07:01:53 wiz Exp $
#
DISTNAME= AnonymousPro-1.001
PKGREVISION= 1
DISTNAME= AnonymousPro-1.002
CATEGORIES= fonts
MASTER_SITES= http://www.ms-studio.com/FontSales/
MASTER_SITES= http://www.marksimonson.com/assets/content/fonts/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ms-studio.com/FontSales/anonymouspro.html
HOMEPAGE= http://www.marksimonson.com/fonts/view/anonymous-pro
COMMENT= Fixed width Sans designed especially for Coders
LICENSE= ofl-v1.1
#WRKSRC= ${WRKDIR}/AnonymousPro-1.001
WRKSRC= ${WRKDIR}/AnonymousPro-1.002.001
USE_LANGUAGES= # none
NO_CONFIGURE= YES

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/09/03 18:24:47 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/06 07:01:53 wiz Exp $
SHA1 (AnonymousPro-1.001.zip) = 3fbdb062b2cd9d708e799aec5483442d39a3885c
RMD160 (AnonymousPro-1.001.zip) = cda137df0611b72e529c315b148b5f3669df8fc6
Size (AnonymousPro-1.001.zip) = 286506 bytes
SHA1 (AnonymousPro-1.002.zip) = 87651de93312fdd3f27e50741d2a0630a41ec30d
RMD160 (AnonymousPro-1.002.zip) = 75d29f506a0ec98d53ebec8acd8c0417f4d7f1ec
Size (AnonymousPro-1.002.zip) = 284289 bytes

17
fonts/Hack-ttf/DESCR Normal file
View File

@@ -0,0 +1,17 @@
Hack is hand groomed and optically balanced to be a workhorse face
for code.
It has deep roots in the libre, open source typeface community and
expands upon the contributions of the Bitstream Vera & DejaVu
projects. The face has been re-designed with a larger glyph set,
modifications of the original glyph shapes (including distinct
point styles and semi-bold punctuation weight in the regular set
to make analphabetic characters less transparent), and meticulous
attention to metrics (including numerous spacing adjustments to
improve the rhythm of the face and the legibility of code at small
text sizes). The large x-height + wide aperture + low contrast
design combined with PostScript hinting/hint replacement programs
and a TrueType instruction set make it highly legible at commonly
used source code text sizes with a sweet spot that runs in the 8px
- 12px range on modern desktop and laptop monitors. Combine it with
an HD monitor and you can comfortably work at 6 or 7px sizes.

26
fonts/Hack-ttf/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.2 2015/09/14 21:08:04 wiz Exp $
DISTNAME= Hack-v2_010-ttf
PKGNAME= Hack-ttf-2.010
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=chrissimpkins/}
GITHUB_PROJECT= Hack
GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourcefoundry.org/hack/
COMMENT= Typeface designed for source code
LICENSE= vera-ttf-license AND ofl-v1.1 # with modifications
WRKSRC= ${WRKDIR}
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= ${FONTS_DIRS.ttf}
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/*ttf ${DESTDIR}/${FONTS_DIRS.ttf}
.include "../../mk/bsd.pkg.mk"

5
fonts/Hack-ttf/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2015/09/06 09:16:24 wiz Exp $
share/fonts/X11/TTF/Hack-Bold.ttf
share/fonts/X11/TTF/Hack-BoldOblique.ttf
share/fonts/X11/TTF/Hack-Regular.ttf
share/fonts/X11/TTF/Hack-RegularOblique.ttf

5
fonts/Hack-ttf/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/09/06 09:16:24 wiz Exp $
SHA1 (Hack-v2_010-ttf.zip) = 532de6abecfc2aa34825e8f7445a96ffcc2d1c3c
RMD160 (Hack-v2_010-ttf.zip) = 7c66fb4dec3eed07508b03d5fb16a77311c2bf41
Size (Hack-v2_010-ttf.zip) = 683457 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.285 2015/05/31 03:10:02 markd Exp $
# $NetBSD: Makefile,v 1.289 2015/09/12 18:22:32 wiz Exp $
#
COMMENT= Fonts
@@ -6,6 +6,7 @@ COMMENT= Fonts
SUBDIR+= AnonymousPro
SUBDIR+= CamingoCode
SUBDIR+= EB-Garamond
SUBDIR+= Hack-ttf
SUBDIR+= SDL2_ttf
SUBDIR+= TextFonts-ttf
SUBDIR+= Xft2
@@ -165,6 +166,7 @@ SUBDIR+= mozilla-fonts
SUBDIR+= mplayer-fonts
SUBDIR+= ms-ttf
SUBDIR+= nanum-ttf
SUBDIR+= noto-ttf
SUBDIR+= otf2bdf
SUBDIR+= oto
SUBDIR+= p5-Font-AFM
@@ -195,6 +197,8 @@ SUBDIR+= tamsyn-font
SUBDIR+= terminus-font
SUBDIR+= tex-Asana-Math
SUBDIR+= tex-Asana-Math-doc
SUBDIR+= tex-academicons
SUBDIR+= tex-academicons-doc
SUBDIR+= tex-accanthis
SUBDIR+= tex-accanthis-doc
SUBDIR+= tex-accfonts
@@ -344,6 +348,8 @@ SUBDIR+= tex-cns
SUBDIR+= tex-cns-doc
SUBDIR+= tex-comfortaa
SUBDIR+= tex-comfortaa-doc
SUBDIR+= tex-comicneue
SUBDIR+= tex-comicneue-doc
SUBDIR+= tex-concmath
SUBDIR+= tex-concmath-doc
SUBDIR+= tex-concmath-fonts
@@ -418,6 +424,8 @@ SUBDIR+= tex-erewhon
SUBDIR+= tex-erewhon-doc
SUBDIR+= tex-esint
SUBDIR+= tex-esint-doc
SUBDIR+= tex-esrelation
SUBDIR+= tex-esrelation-doc
SUBDIR+= tex-esstix
SUBDIR+= tex-esstix-doc
SUBDIR+= tex-esvect
@@ -703,6 +711,8 @@ SUBDIR+= tex-sourcecodepro
SUBDIR+= tex-sourcecodepro-doc
SUBDIR+= tex-sourcesanspro
SUBDIR+= tex-sourcesanspro-doc
SUBDIR+= tex-sourceserifpro
SUBDIR+= tex-sourceserifpro-doc
SUBDIR+= tex-starfont
SUBDIR+= tex-starfont-doc
SUBDIR+= tex-staves
@@ -735,6 +745,8 @@ SUBDIR+= tex-txfonts
SUBDIR+= tex-txfonts-doc
SUBDIR+= tex-txfontsb
SUBDIR+= tex-txfontsb-doc
SUBDIR+= tex-typicons
SUBDIR+= tex-typicons-doc
SUBDIR+= tex-uhc
SUBDIR+= tex-uhc-doc
SUBDIR+= tex-umtypewriter
@@ -780,6 +792,7 @@ SUBDIR+= umefont-ttf
SUBDIR+= un-core-ttf
SUBDIR+= un-extra-ttf
SUBDIR+= uni-vga
SUBDIR+= unifont
SUBDIR+= uralic-ttf
SUBDIR+= urbanrenewal-ttf
SUBDIR+= urw-fonts

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2014/06/01 16:35:31 wiz Exp $
# $NetBSD: Makefile,v 1.29 2015/07/04 16:18:30 joerg Exp $
DISTNAME= libXg.utf.fonts
PKGNAME= libXgFonts-1.0
@@ -11,7 +11,6 @@ COMMENT= These are the UNICODE fonts for use with 9term and sam
WRKSRC= ${WRKDIR}
NO_BUILD= yes
USE_X11BASE= yes
USE_TOOLS+= bdftopcf gzip
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/Xg

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2014/06/01 16:35:32 wiz Exp $
# $NetBSD: Makefile,v 1.21 2015/07/04 16:18:30 joerg Exp $
#
DISTNAME= arphic-ttf-2.11
@@ -19,7 +19,6 @@ MISC_FILES= ARPHICPL.TXT logo.gif release.txt
DIST_SUBDIR= arphic-ttf
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2014/06/01 16:35:32 wiz Exp $
# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:30 joerg Exp $
#
DISTNAME= artwiz-aleczapka-1.3
@@ -13,7 +13,6 @@ HOMEPAGE= http://www.vastwaters.com/
COMMENT= Set of free fonts for X11 desktops
WRKSRC= ${WRKDIR}/artwiz-aleczapka
USE_X11BASE= yes
NO_BUILD= yes
NO_CONFIGURE= yes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2014/11/02 17:58:21 khorben Exp $
# $NetBSD: Makefile,v 1.2 2015/08/01 15:49:19 richard Exp $
#
DISTNAME= font-awesome-4.2.0
PKGNAME= awesome-ttf-4.2.0
DISTNAME= font-awesome-4.4.0
PKGNAME= awesome-ttf-4.4.0
CATEGORIES= fonts
MASTER_SITES= http://fortawesome.github.io/Font-Awesome/assets/
EXTRACT_SUFX= .zip

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/11/02 17:58:21 khorben Exp $
$NetBSD: distinfo,v 1.2 2015/08/01 15:49:19 richard Exp $
SHA1 (font-awesome-4.2.0.zip) = 43555de93a3894466097034a5efffbef2479ebd8
RMD160 (font-awesome-4.2.0.zip) = dd3e215cba0473691900b88fe2b209a95abae8a4
Size (font-awesome-4.2.0.zip) = 381929 bytes
SHA1 (font-awesome-4.4.0.zip) = e879dbe0c2230e20017d56bf0022c6bb7ecb4af8
RMD160 (font-awesome-4.4.0.zip) = 0057e66540be44475830096604b7a5de97b0c50c
Size (font-awesome-4.4.0.zip) = 534967 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2014/06/01 16:35:32 wiz Exp $
# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:30 joerg Exp $
DISTNAME= baekmuk-ttf-2.2
PKGREVISION= 3
@@ -9,7 +9,6 @@ MAINTAINER= yui@yui.pe.kr
HOMEPAGE= http://kldp.net/projects/baekmuk/
COMMENT= Baekmuk family Korean TrueType fonts
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2014/06/01 16:35:32 wiz Exp $
# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:30 joerg Exp $
#
DISTNAME= ISO8859-2-pcf
@@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://web.archive.org/web/20041204153923/http://www.biz.net.pl/english/x-fonts/index.html
COMMENT= Full set of ISO 8859-2 fonts for X Window System
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:32 wiz Exp $
# $NetBSD: Makefile,v 1.7 2015/08/26 21:37:11 shattered Exp $
#
DISTNAME= croscorefonts-1.21.0
PKGREVISION= 1
DISTNAME= croscorefonts-1.23.0
CATEGORIES= fonts
MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/
@@ -11,7 +10,6 @@ HOMEPAGE= http://fedoraproject.org/wiki/Google_Croscore_fonts
COMMENT= Google Croscore fonts
LICENSE= ofl-v1.1
USE_X11BASE= yes
NO_CONFIGURE= yes
NO_BUILD= yes
USE_LANGUAGES= # none
@@ -38,14 +36,9 @@ INSTALL_FONTS= Arimo-Bold.ttf \
Tinos-Italic.ttf \
Tinos-Regular.ttf
INSTALL_DOCS= LICENSE
do-install:
.for f in ${INSTALL_FONTS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
.endfor
.for f in ${INSTALL_DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCSDIR}
.endfor
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/06/01 16:35:32 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2015/08/26 21:37:11 shattered Exp $
share/fonts/X11/TTF/Arimo-Bold.ttf
share/fonts/X11/TTF/Arimo-BoldItalic.ttf
share/fonts/X11/TTF/Arimo-Italic.ttf
@@ -12,4 +12,3 @@ share/fonts/X11/TTF/Tinos-Bold.ttf
share/fonts/X11/TTF/Tinos-BoldItalic.ttf
share/fonts/X11/TTF/Tinos-Italic.ttf
share/fonts/X11/TTF/Tinos-Regular.ttf
share/doc/croscorefonts/LICENSE

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/04/14 15:53:04 ryoon Exp $
$NetBSD: distinfo,v 1.2 2015/08/26 21:37:11 shattered Exp $
SHA1 (croscorefonts-1.21.0.tar.gz) = 8d83d12716b482fc5e823c445f22d1e53dcc72aa
RMD160 (croscorefonts-1.21.0.tar.gz) = 203d5e76928f4c0fbc74e065bc33ce5b007930b9
Size (croscorefonts-1.21.0.tar.gz) = 2605014 bytes
SHA1 (croscorefonts-1.23.0.tar.gz) = 9d2cb76e055b9b75f0c4e57ab8a79e93a27fa1a2
RMD160 (croscorefonts-1.23.0.tar.gz) = 2182a27f91477365b8525b5b6e17e9410188da8a
Size (croscorefonts-1.23.0.tar.gz) = 2696327 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.27 2014/10/05 16:41:06 wiz Exp $
# $NetBSD: Makefile.common,v 1.28 2015/07/04 16:18:31 joerg Exp $
#
# used by fonts/cyberbit-ttf/Makefile
# used by fonts/cyberbase-ttf/Makefile
@@ -25,7 +25,6 @@ DIST_SUBDIR= cyberbit-ttf
EXTRACT_ONLY= ${FONT_FILE}
#EXTRACT_OPTS_ZIP= -Laq
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.16 2014/06/01 16:35:33 wiz Exp $
# $NetBSD: Makefile.common,v 1.17 2015/07/04 16:18:31 joerg Exp $
# used by fonts/cyr-rfx-bulgarian-mik/Makefile
# used by fonts/cyr-rfx-ibm-cp866/Makefile
@@ -25,8 +25,6 @@ HOMEPAGE= http://www.inp.nsk.su/~bolkhov/files/fonts/cyr-rfx/00index.en.html
COMMENT= Cyrillic X11 fonts in ${CYR_RFX_ENCODING} encoding
DIST_SUBDIR= cyr-rfx
USE_X11BASE= yes
NO_CONFIGURE= yes
NO_BUILD= yes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2014/06/01 16:35:33 wiz Exp $
# $NetBSD: Makefile,v 1.5 2015/07/04 16:18:31 joerg Exp $
#
DISTNAME= droid-fonts-20111115
@@ -14,7 +14,6 @@ COMMENT= The Droid fonts family from Ascender Corporation
LICENSE= apache-2.0
USE_LANGUAGES= # none
USE_X11BASE= YES
NO_BUILD= YES
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2014/06/01 16:35:33 wiz Exp $
# $NetBSD: Makefile,v 1.16 2015/07/04 16:18:31 joerg Exp $
DISTNAME= efont-unicode-bdf-0.4.2
PKGNAME= ${DISTNAME:S/-bdf//}
@@ -11,7 +11,6 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://openlab.ring.gr.jp/efont/unicode/
COMMENT= Free unicode BDF font
USE_X11BASE= YES
USE_TOOLS+= bdftopcf gzip
MESSAGE_SUBST+= FONTDIR=${FONTDIR}

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.93 2014/10/09 14:06:33 wiz Exp $
# $NetBSD: Makefile,v 1.94 2015/07/19 08:11:08 wiz Exp $
DISTNAME= fontconfig-2.11.1
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= fonts
MASTER_SITES= http://www.fontconfig.org/release/
EXTRACT_SUFX= .tar.bz2
@@ -42,7 +42,7 @@ SUBST_SED.visibility+= -e 's/, visibility("default")//g'
ADDFONTS= ${PREFIX}/share/fonts/urw,${PREFIX}/share/ghostscript/fonts,${PREFIX}/share/fonts/X11
.if ${X11BASE} != ${LOCALBASE}
ADDFONTS:= ${X11BASE}/share/fonts/X11,${ADDFONTS}
ADDFONTS:= ${X11BASE}/lib/X11/fonts,${ADDFONTS}
.else
ADDFONTS:= ${LOCALBASE}/share/fonts/X11,${ADDFONTS}
.endif

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2014/08/19 10:42:55 wiz Exp $
# $NetBSD: Makefile,v 1.15 2015/07/04 16:18:31 joerg Exp $
DISTNAME= freefonts-0.10
PKGREVISION= 3
@@ -15,7 +15,6 @@ EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_BUILD= yes
USE_X11BASE= yes
USE_TOOLS+= gzcat tar
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/freefont
REQD_DIRS= ${PREFIX}/share/fonts/X11/freefont

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.15 2015/07/04 16:18:31 joerg Exp $
#
DISTNAME= geoslab703-ttf-20010522
@@ -14,7 +14,6 @@ COMMENT= Free TrueType fonts from Bitstream, useful for web viewing
DIST_SUBDIR= geoslab703-ttf
EXTRACT_ONLY= # empty
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.50 2015/04/06 08:17:28 adam Exp $
# $NetBSD: Makefile,v 1.54 2015/09/06 20:30:26 wiz Exp $
DISTNAME= harfbuzz-0.9.40
PKGREVISION= 1
DISTNAME= harfbuzz-1.0.3
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2014/05/27 14:23:58 pho Exp $
@comment $NetBSD: PLIST,v 1.12 2015/09/06 20:30:26 wiz Exp $
bin/hb-ot-shape-closure
bin/hb-shape
include/harfbuzz/hb-blob.h
@@ -26,10 +26,15 @@ lib/libharfbuzz.la
${PLIST.icu}lib/libharfbuzz-icu.la
lib/pkgconfig/harfbuzz.pc
${PLIST.icu}lib/pkgconfig/harfbuzz-icu.pc
share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
share/gtk-doc/html/harfbuzz/annotation-glossary.html
share/gtk-doc/html/harfbuzz/api-index-full.html
share/gtk-doc/html/harfbuzz/ch01.html
share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
share/gtk-doc/html/harfbuzz/ch06.html
share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
share/gtk-doc/html/harfbuzz/deprecated-api-index.html
share/gtk-doc/html/harfbuzz/fonts-and-faces.html
share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
@@ -47,20 +52,29 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
share/gtk-doc/html/harfbuzz/harfbuzz-hb.html
share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
share/gtk-doc/html/harfbuzz/home.png
share/gtk-doc/html/harfbuzz/index.html
share/gtk-doc/html/harfbuzz/index.sgml
share/gtk-doc/html/harfbuzz/left-insensitive.png
share/gtk-doc/html/harfbuzz/left.png
share/gtk-doc/html/harfbuzz/object-tree.html
share/gtk-doc/html/harfbuzz/plans-and-caching.html
share/gtk-doc/html/harfbuzz/pt01.html
share/gtk-doc/html/harfbuzz/pt02.html
share/gtk-doc/html/harfbuzz/right-insensitive.png
share/gtk-doc/html/harfbuzz/right.png
share/gtk-doc/html/harfbuzz/setting-buffer-properties.html
share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html
share/gtk-doc/html/harfbuzz/style.css
share/gtk-doc/html/harfbuzz/up-insensitive.png
share/gtk-doc/html/harfbuzz/up.png
share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html
share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html
share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html
share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.36 2015/04/02 22:39:22 wiz Exp $
$NetBSD: distinfo,v 1.40 2015/09/06 20:30:26 wiz Exp $
SHA1 (harfbuzz-0.9.40.tar.bz2) = b9f546e9625926e32fe4b6da045689b456e77c22
RMD160 (harfbuzz-0.9.40.tar.bz2) = 56c15aebb18edf1f8c52b27a975cce105faca68a
Size (harfbuzz-0.9.40.tar.bz2) = 1182989 bytes
SHA1 (harfbuzz-1.0.3.tar.bz2) = bad49a4c88cff2e1e4c963c563ecd1b394c739d5
RMD160 (harfbuzz-1.0.3.tar.bz2) = e12b6bb688b99cb2bb43ee0639621e94100d6bf8
Size (harfbuzz-1.0.3.tar.bz2) = 1234373 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2014/11/13 11:08:13 obache Exp $
# $NetBSD: Makefile,v 1.10 2015/07/04 16:18:31 joerg Exp $
#
IPAEXVER= 00201
@@ -6,7 +6,7 @@ DISTNAME= IPAexfont${IPAEXVER}
PKGNAME= ${DISTNAME:S/IPAexfont/ipaexfont-/}
PKGREVISION= 1
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ipafonts/57330/} \
MASTER_SITES= ${MASTER_SITE_OSDN:=ipafonts/57330/} \
http://dl.ipafont.ipa.go.jp/IPAexfont/
EXTRACT_SUFX= .zip
@@ -15,7 +15,6 @@ HOMEPAGE= http://ipafont.ipa.go.jp/
COMMENT= IPAex fonts (fixed JIS X0213 Kanji, and proportional ASCII)
LICENSE= ipafont
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.8 2015/07/04 16:18:31 joerg Exp $
#
DISTNAME= IPAfont00303
@@ -13,7 +13,6 @@ HOMEPAGE= http://ipafont.ipa.go.jp/
COMMENT= IPA JIS X 0213 fonts (Gothic, P Gothic, Mincho, and P Mincho)
LICENSE= ipafont
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:31 joerg Exp $
DISTNAME= elisat10
PKGNAME= ja-elisat-1.0
@@ -11,7 +11,6 @@ COMMENT= 8x8 dots X11 bitmap font for JIS X 0208
LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
DOCDIR= ${PREFIX}/share/doc/elisat
FONTDIR= ${PREFIX}/share/fonts/X11/local
FONTS_DIRS.x11= ${FONTDIR}

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:31 joerg Exp $
DISTNAME= elisau10
PKGNAME= ja-elisau-1.0
@@ -21,7 +21,6 @@ SITES.clR5x8.bdf= ftp://ftp.jp.NetBSD.org/pub/NetBSD-jp/tut-jp/fonts/
WRKSRC= ${WRKDIR}
USE_TOOLS+= bdftopcf gzip patch
USE_X11BASE= YES
DOCDIR= ${PREFIX}/share/doc/elisau
FONTDIR= ${PREFIX}/share/fonts/X11/local
FONTS_DIRS.x11= ${FONTDIR}

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:31 joerg Exp $
DISTNAME= kaname_k12_bdf
PKGNAME= ja-kaname-0.0.0.20030112
@@ -11,7 +11,6 @@ COMMENT= 12x12 dots X11 bitmap font for JIS X 0208
#LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
USE_TOOLS+= bdftopcf gzip
DOCDIR= ${PREFIX}/share/doc/kaname
FONTDIR= ${PREFIX}/share/fonts/X11/local

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:31 joerg Exp $
DISTNAME= Kappa20-0.394
PKGNAME= ja-kappa20-0.394
@@ -11,7 +11,6 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://kappa.allnet.ne.jp/20dot.fonts/
COMMENT= 20x20 dots X11 bitmap font for Japanese with several extra fonts
USE_X11BASE= YES
FONTDIR= ${PREFIX}/share/fonts/X11/local
ALIAS_KAPPA= ${PREFIX}/share/examples/fonts.alias.Kappa20

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.14 2015/07/04 16:18:31 joerg Exp $
DISTNAME= knj10-1.1
PKGNAME= ja-naga10-1.1
@@ -12,7 +12,6 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://hp.vector.co.jp/authors/VA013391/fonts/#naga10
COMMENT= 10x10 dots X11 bitmap font for JIS X 0208
USE_X11BASE= YES
USE_TOOLS+= bdftopcf gzip patch
DOCDIR= ${PREFIX}/share/doc
FONTDIR= ${PREFIX}/share/fonts/X11/local

View File

@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.8 2014/06/01 16:35:34 wiz Exp $
# $NetBSD: Makefile,v 1.9 2015/06/29 11:06:46 ryoon Exp $
DISTNAME= sazanami-${SAZANAMI_VERS}
PKGNAME= ja-sazanami-ttf-${SAZANAMI_VERS}
PKGREVISION= 2
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=efont/10087/}
MASTER_SITES= ${MASTER_SITE_OSDN:=efont/10087/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= yamajun@ofug.net

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2015/06/12 10:50:05 wiz Exp $
# $NetBSD: Makefile,v 1.29 2015/07/04 16:18:31 joerg Exp $
#
DISTNAME= shinonome-0.9.11-src
@@ -14,7 +14,6 @@ COMMENT= 12, 14, 16 dots bitmap fonts for Japanese, iso8859-1
LICENSE= public-domain
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_TOOLS+= gawk gmake mkfontdir perl gzip
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/local
FONTDIR= ${PREFIX}/share/fonts/X11/local

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.22 2015/07/04 16:18:32 joerg Exp $
DISTNAME= jisx0212fonts-0.0
PKGREVISION= 3
@@ -11,8 +11,6 @@ DISTFILES= jisksp14.bdf.gz jisksp16-1990.bdf.Z min-1-24.bdf.gz \
MAINTAINER= uebayasi@NetBSD.org
COMMENT= X11 bitmap fonts for JIS X 0212
USE_X11BASE= yes
WRKSRC= ${WRKDIR}
EXTRACT_ONLY= ${DISTFILES}

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= jisx0213fonts-0.0
@@ -11,7 +11,6 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= ftp://ftp.m17n.org/pub/character/fonts/imamura/jisx0213/
COMMENT= X11 bitmap fonts for JIS X 0213
USE_X11BASE= yes
USE_TOOLS+= gzip bdftopcf
FONTS= K14-1 K14-2 jiskan16-2000-1 jiskan16-2000-2

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= jmk-x11-fonts-3.0
@@ -16,7 +16,6 @@ MAKE_FLAGS+= INSTALL_DIR=${PREFIX}/share/fonts/X11/jmk
USE_TOOLS+= bdftopcf gzip
USE_X11BASE= yes
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/jmk
REQD_DIRS+= ${PREFIX}/share/fonts/X11/jmk

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2015/03/07 01:15:15 ryoon Exp $
# $NetBSD: Makefile,v 1.8 2015/07/04 16:18:32 joerg Exp $
DISTNAME= KanjiStrokeOrders_v${KSOVER}
PKGNAME= ${DISTNAME:tl:S/_v/-ttf-/}
@@ -11,7 +11,6 @@ HOMEPAGE= https://sites.google.com/site/nihilistorguk/
COMMENT= Japanese Kanji characters stroke order font
LICENSE= modified-bsd
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.15 2015/07/04 16:18:32 joerg Exp $
DISTNAME= kcfonts-1.05
PKGREVISION= 4
@@ -9,7 +9,6 @@ MAINTAINER= kevlo@midassol.com
COMMENT= Kuo Chauo Chinese Fonts collection
WRKSRC= ${WRKDIR}
USE_X11BASE= yes
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/local
REQD_DIRS+= ${PREFIX}/share/fonts/X11/local

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.4 2015/07/04 16:18:32 joerg Exp $
DISTNAME= # empty
PKGNAME= kiloji-ttf-2.1.0
@@ -16,7 +16,6 @@ HOMEPAGE= http://www.ez0.net/distribution/font/kiloji/
COMMENT= JIS X 0208 Japanese script fonts made by kilo
LICENSE= modified-bsd # with some difference
USE_X11BASE= yes
NO_CONFIGURE= yes
NO_BUILD= yes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.14 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= hanyang-font-pcf
@@ -13,7 +13,6 @@ COMMENT= X11 fonts for KSC 5601 standard
CONFLICTS+= ksc5601fonts-[0-9]*
USE_X11BASE= yes
USE_TOOLS+= gzip
EXTRACT_ONLY= # empty

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= ko-kaist-20010718
@@ -13,7 +13,6 @@ COMMENT= X11 fonts for Korean KSC 5601 standard (kaist foundry)
CONFLICTS+= ksc5601fonts-[0-9]*
USE_X11BASE= yes
USE_TOOLS+= gzip gunzip bdftopcf
EXTRACT_ONLY= # empty

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2015/02/27 21:42:57 tnn Exp $
# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= xfntmizi-1.1-2.noarch
@@ -15,7 +15,6 @@ BUILD_DEPENDS+= rpm2cpio>=1.3:../../converters/rpm2cpio
CONFLICTS+= ksc5601fonts-[0-9]*
USE_X11BASE= yes
USE_TOOLS+= gzip gunzip
MAKE_ENV+= FONTDIR=${FONTDIR:Q} GZIP_CMD=${GZIP_CMD:Q}

View File

@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.21 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.22 2015/06/29 11:06:46 ryoon Exp $
DISTNAME= kochi-substitute-${KOCHI_VERSION}
PKGNAME= kochi-ttf-${KOCHI_VERSION}
PKGREVISION= 6
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=efont/5411/}
MASTER_SITES= ${MASTER_SITE_OSDN:=efont/5411/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= uebayasi@NetBSD.org

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/06/01 16:35:35 wiz Exp $
# $NetBSD: Makefile,v 1.4 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= Konatu_ver_26
@@ -13,7 +13,6 @@ HOMEPAGE= http://www.masuseki.com/?u=be/konatu.htm
COMMENT= Japanese TrueType gothic (sans-serif) fonts, Konatu fonts
LICENSE= cc-by-sa-v3.0
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.6 2014/12/24 13:06:38 nonaka Exp $
# $NetBSD: Makefile,v 1.9 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= Koruri-${KORURI_VERSION}
PKGNAME= koruri-ttf-${KORURI_VERSION}
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=koruri/62469/}
MASTER_SITES= ${MASTER_SITE_OSDN:=koruri/63497/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= nonakap@gmail.com
@@ -12,9 +12,8 @@ HOMEPAGE= http://koruri.lindwurm.biz/
COMMENT= Koruri Japanese TrueType fonts
LICENSE= apache-2.0
KORURI_VERSION= 20141224
KORURI_VERSION= 20150701
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2014/12/24 13:06:38 nonaka Exp $
$NetBSD: distinfo,v 1.6 2015/07/01 05:22:03 nonaka Exp $
SHA1 (Koruri-20141224.tar.xz) = b2fc2b32634b63901b0ce045de5994d46cdd0ed9
RMD160 (Koruri-20141224.tar.xz) = 0e1965fa6feb8b1d7b799ae3cf11513203ec51c1
Size (Koruri-20141224.tar.xz) = 14356520 bytes
SHA1 (Koruri-20150701.tar.xz) = 0e9e5811587194d008f04823681cff9db6f1dbe3
RMD160 (Koruri-20150701.tar.xz) = 3ab419facf1aaaf7e22462a59f4a44213bb9231e
Size (Koruri-20150701.tar.xz) = 14556432 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2015/04/18 12:43:07 mef Exp $
# $NetBSD: Makefile,v 1.5 2015/07/04 16:18:32 joerg Exp $
DISTNAME= lohit-fonts-2.3.8
CATEGORIES= fonts
@@ -10,7 +10,6 @@ HOMEPAGE= https://fedorahosted.org/lohit
COMMENT= Free fonts for Indian languages
LICENSE= gnu-gpl-v2
USE_X11BASE= yes
NO_CONFIGURE= yes
NO_BUILD= yes

View File

@@ -1,21 +1,20 @@
# $NetBSD: Makefile,v 1.7 2014/12/06 03:42:48 ryoon Exp $
# $NetBSD: Makefile,v 1.9 2015/07/04 16:18:32 joerg Exp $
#
DISTNAME= # empty
PKGNAME= migu-ttf-${VERSION}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=mix-mplus-ipa/59022/}
MASTER_SITES= ${MASTER_SITE_OSDN:=mix-mplus-ipa/59022/}
DISTFILES= migu-1p-${VERSION}.zip \
migu-1c-${VERSION}.zip \
migu-1m-${VERSION}.zip \
migu-2m-${VERSION}.zip
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://mix-mplus-ipa.sourceforge.jp/
HOMEPAGE= http://mix-mplus-ipa.osdn.jp/
COMMENT= Fonts generated from M+ and IPA Gothic (Universal Design)
LICENSE= ipafont
USE_X11BASE= yes
NO_CONFIGURE= yes
NO_BUILD= yes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2014/06/01 16:35:36 wiz Exp $
# $NetBSD: Makefile,v 1.9 2015/07/04 16:18:32 joerg Exp $
DISTNAME= misaki_bdf_2012-06-03
PKGNAME= ${DISTNAME:S/-//g:S/misaki_bdf_/misaki-fonts-1.0./}
@@ -12,7 +12,6 @@ COMMENT= 8x8 dots X11 bitmap font for JIS X 0208
LICENSE= mplusfont
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
NO_CONFIGURE= YES
USE_TOOLS+= bdftopcf gzip

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/06/01 16:35:36 wiz Exp $
# $NetBSD: Makefile,v 1.4 2015/07/04 16:18:33 joerg Exp $
# $FreeBSD: ports/japanese/monafonts-ttf/Makefile,v 1.1 2003/10/14 13:35:38 nobutaka Exp $
DISTNAME= monafont-ttf-2.90
@@ -12,7 +12,6 @@ MAINTAINER= yamajun@ofug.net
HOMEPAGE= http://monafont.sourceforge.net/index-e.html
COMMENT= Japanese TrueType fonts for "Mona" seen at 2ch.net
USE_X11BASE= YES
NO_BUILD= YES
NO_CONFIGURE= YES

View File

@@ -1,19 +1,17 @@
# $NetBSD: Makefile,v 1.4 2014/06/01 16:35:36 wiz Exp $
# $NetBSD: Makefile,v 1.6 2015/09/23 11:36:14 ryoon Exp $
#
DISTNAME= motoya-fonts-20111115
PKGREVISION= 1
DISTNAME= motoya-fonts-20150923
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://source.android.com/
HOMEPAGE= https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/
COMMENT= Motoya L Cider W3 and L Mulberry W3 fonts
LICENSE= apache-2.0
USE_LANGUAGES= # none
USE_X11BASE= YES
NO_BUILD= YES
FONTDIR= ${PREFIX}/share/fonts/X11/TTF

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2011/11/17 20:47:13 ryoon Exp $
$NetBSD: distinfo,v 1.3 2015/09/23 11:36:14 ryoon Exp $
SHA1 (motoya-fonts-20111115.tar.bz2) = 7c47234136f1babbd4505cc4fde21be264c413f6
RMD160 (motoya-fonts-20111115.tar.bz2) = 9cb3a19d5945d25adf088cd6e0b5b8229f5add12
Size (motoya-fonts-20111115.tar.bz2) = 2816729 bytes
SHA1 (motoya-fonts-20150923.tar.bz2) = a379e14cc255e3b36d1aec2df6d46e2a9d9a8ed6
RMD160 (motoya-fonts-20150923.tar.bz2) = 0547e12ff0688c17b561200305909cfd9947a5ec
Size (motoya-fonts-20150923.tar.bz2) = 2712257 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2014/06/01 16:35:36 wiz Exp $
# $NetBSD: Makefile,v 1.22 2015/07/04 16:18:33 joerg Exp $
DISTNAME= # empty
PKGNAME= ms-ttf-20020306
@@ -25,7 +25,6 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_CONFIGURE= yes
NO_BUILD= yes
USE_X11BASE= yes
DIST_SUBDIR= ms-ttf
EVAL_PREFIX+= CABEXTRACT_PREFIX=cabextract
CABEXTRACT_PREFIX_DEFAULT=${LOCALBASE}

8
fonts/noto-ttf/DESCR Normal file
View File

@@ -0,0 +1,8 @@
Noto's goal is providing a beautiful reading experience for everyone and
for all languages. With visual harmony when multiple languages share a
page. With multiple styles and weights, and freely available to all.
Currently, Noto covers all major languages of the world and many others,
including European, African, Middle Eastern, Indic, South and Southeast
Asian, Central Asian, American, and East Asian languages. Several minority
and historical languages are also supported.

29
fonts/noto-ttf/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.2 2015/07/04 16:18:33 joerg Exp $
DISTNAME= noto-ttf-20150630
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=googlei18n/}
GITHUB_PROJECT= noto-fonts
GITHUB_TAG= v2015-06-30
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.google.com/get/noto/
COMMENT= Noto fonts for all languages
LICENSE= apache-2.0
USE_LANGUAGES= # none
NO_BUILD= yes
WRKSRC= ${WRKDIR}/noto-fonts-2015-06-30
FONTDIR= ${PREFIX}/share/fonts/X11/TTF
FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= share/fonts/X11/TTF
do-install:
${INSTALL_DATA} ${WRKSRC}/alpha/*.ttf ${DESTDIR}${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${DESTDIR}${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/unhinted/*.ttf ${DESTDIR}${FONTDIR}
.include "../../mk/bsd.pkg.mk"

175
fonts/noto-ttf/PLIST Normal file
View File

@@ -0,0 +1,175 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/02 13:20:31 wiz Exp $
share/fonts/X11/TTF/Arimo-Bold.ttf
share/fonts/X11/TTF/Arimo-BoldItalic.ttf
share/fonts/X11/TTF/Arimo-Italic.ttf
share/fonts/X11/TTF/Arimo-Regular.ttf
share/fonts/X11/TTF/Cousine-Bold.ttf
share/fonts/X11/TTF/Cousine-BoldItalic.ttf
share/fonts/X11/TTF/Cousine-Italic.ttf
share/fonts/X11/TTF/Cousine-Regular.ttf
share/fonts/X11/TTF/NotoKufiArabic-Bold.ttf
share/fonts/X11/TTF/NotoKufiArabic-Regular.ttf
share/fonts/X11/TTF/NotoNaskhArabic-Bold.ttf
share/fonts/X11/TTF/NotoNaskhArabic-Regular.ttf
share/fonts/X11/TTF/NotoNaskhArabicUI-Bold.ttf
share/fonts/X11/TTF/NotoNaskhArabicUI-Regular.ttf
share/fonts/X11/TTF/NotoNastaliqUrdu-Regular.ttf
share/fonts/X11/TTF/NotoSans-Bold.ttf
share/fonts/X11/TTF/NotoSans-BoldItalic.ttf
share/fonts/X11/TTF/NotoSans-Italic.ttf
share/fonts/X11/TTF/NotoSans-Regular.ttf
share/fonts/X11/TTF/NotoSansArmenian-Bold.ttf
share/fonts/X11/TTF/NotoSansArmenian-Regular.ttf
share/fonts/X11/TTF/NotoSansAvestan-Regular.ttf
share/fonts/X11/TTF/NotoSansBalinese-Regular.ttf
share/fonts/X11/TTF/NotoSansBamum-Regular.ttf
share/fonts/X11/TTF/NotoSansBatak-Regular.ttf
share/fonts/X11/TTF/NotoSansBengali-Bold.ttf
share/fonts/X11/TTF/NotoSansBengali-Regular.ttf
share/fonts/X11/TTF/NotoSansBengaliUI-Bold.ttf
share/fonts/X11/TTF/NotoSansBengaliUI-Regular.ttf
share/fonts/X11/TTF/NotoSansBrahmi-Regular.ttf
share/fonts/X11/TTF/NotoSansBuginese-Regular.ttf
share/fonts/X11/TTF/NotoSansBuhid-Regular.ttf
share/fonts/X11/TTF/NotoSansCanadianAboriginal-Regular.ttf
share/fonts/X11/TTF/NotoSansCarian-Regular.ttf
share/fonts/X11/TTF/NotoSansCham-Bold.ttf
share/fonts/X11/TTF/NotoSansCham-Regular.ttf
share/fonts/X11/TTF/NotoSansCherokee-Regular.ttf
share/fonts/X11/TTF/NotoSansCoptic-Regular.ttf
share/fonts/X11/TTF/NotoSansCuneiform-Regular.ttf
share/fonts/X11/TTF/NotoSansCypriot-Regular.ttf
share/fonts/X11/TTF/NotoSansDeseret-Regular.ttf
share/fonts/X11/TTF/NotoSansDevanagari-Bold.ttf
share/fonts/X11/TTF/NotoSansDevanagari-Regular.ttf
share/fonts/X11/TTF/NotoSansDevanagariUI-Bold.ttf
share/fonts/X11/TTF/NotoSansDevanagariUI-Regular.ttf
share/fonts/X11/TTF/NotoSansEgyptianHieroglyphs-Regular.ttf
share/fonts/X11/TTF/NotoSansEthiopic-Bold.ttf
share/fonts/X11/TTF/NotoSansEthiopic-Regular.ttf
share/fonts/X11/TTF/NotoSansGeorgian-Bold.ttf
share/fonts/X11/TTF/NotoSansGeorgian-Regular.ttf
share/fonts/X11/TTF/NotoSansGlagolitic-Regular.ttf
share/fonts/X11/TTF/NotoSansGothic-Regular.ttf
share/fonts/X11/TTF/NotoSansGujarati-Bold.ttf
share/fonts/X11/TTF/NotoSansGujarati-Regular.ttf
share/fonts/X11/TTF/NotoSansGujaratiUI-Bold.ttf
share/fonts/X11/TTF/NotoSansGujaratiUI-Regular.ttf
share/fonts/X11/TTF/NotoSansGurmukhi-Bold.ttf
share/fonts/X11/TTF/NotoSansGurmukhi-Regular.ttf
share/fonts/X11/TTF/NotoSansGurmukhiUI-Bold.ttf
share/fonts/X11/TTF/NotoSansGurmukhiUI-Regular.ttf
share/fonts/X11/TTF/NotoSansHanunoo-Regular.ttf
share/fonts/X11/TTF/NotoSansHebrew-Bold.ttf
share/fonts/X11/TTF/NotoSansHebrew-Regular.ttf
share/fonts/X11/TTF/NotoSansHistoric-Regular.ttf
share/fonts/X11/TTF/NotoSansImperialAramaic-Regular.ttf
share/fonts/X11/TTF/NotoSansInscriptionalPahlavi-Regular.ttf
share/fonts/X11/TTF/NotoSansInscriptionalParthian-Regular.ttf
share/fonts/X11/TTF/NotoSansJavanese-Regular.ttf
share/fonts/X11/TTF/NotoSansKaithi-Regular.ttf
share/fonts/X11/TTF/NotoSansKannada-Bold.ttf
share/fonts/X11/TTF/NotoSansKannada-Regular.ttf
share/fonts/X11/TTF/NotoSansKannadaUI-Bold.ttf
share/fonts/X11/TTF/NotoSansKannadaUI-Regular.ttf
share/fonts/X11/TTF/NotoSansKayahLi-Regular.ttf
share/fonts/X11/TTF/NotoSansKharoshthi-Regular.ttf
share/fonts/X11/TTF/NotoSansKhmer-Bold.ttf
share/fonts/X11/TTF/NotoSansKhmer-Regular.ttf
share/fonts/X11/TTF/NotoSansKhmerUI-Bold.ttf
share/fonts/X11/TTF/NotoSansKhmerUI-Regular.ttf
share/fonts/X11/TTF/NotoSansLao-Bold.ttf
share/fonts/X11/TTF/NotoSansLao-Regular.ttf
share/fonts/X11/TTF/NotoSansLaoUI-Bold.ttf
share/fonts/X11/TTF/NotoSansLaoUI-Regular.ttf
share/fonts/X11/TTF/NotoSansLepcha-Regular.ttf
share/fonts/X11/TTF/NotoSansLimbu-Regular.ttf
share/fonts/X11/TTF/NotoSansLinearB-Regular.ttf
share/fonts/X11/TTF/NotoSansLisu-Regular.ttf
share/fonts/X11/TTF/NotoSansLycian-Regular.ttf
share/fonts/X11/TTF/NotoSansLydian-Regular.ttf
share/fonts/X11/TTF/NotoSansMalayalam-Bold.ttf
share/fonts/X11/TTF/NotoSansMalayalam-Regular.ttf
share/fonts/X11/TTF/NotoSansMalayalamUI-Bold.ttf
share/fonts/X11/TTF/NotoSansMalayalamUI-Regular.ttf
share/fonts/X11/TTF/NotoSansMandaic-Regular.ttf
share/fonts/X11/TTF/NotoSansMeeteiMayek-Regular.ttf
share/fonts/X11/TTF/NotoSansMongolian-Regular.ttf
share/fonts/X11/TTF/NotoSansMyanmar-Bold.ttf
share/fonts/X11/TTF/NotoSansMyanmar-Regular.ttf
share/fonts/X11/TTF/NotoSansMyanmarUI-Bold.ttf
share/fonts/X11/TTF/NotoSansMyanmarUI-Regular.ttf
share/fonts/X11/TTF/NotoSansNKo-Regular.ttf
share/fonts/X11/TTF/NotoSansNewTaiLue-Regular.ttf
share/fonts/X11/TTF/NotoSansOgham-Regular.ttf
share/fonts/X11/TTF/NotoSansOlChiki-Regular.ttf
share/fonts/X11/TTF/NotoSansOldItalic-Regular.ttf
share/fonts/X11/TTF/NotoSansOldPersian-Regular.ttf
share/fonts/X11/TTF/NotoSansOldSouthArabian-Regular.ttf
share/fonts/X11/TTF/NotoSansOldTurkic-Regular.ttf
share/fonts/X11/TTF/NotoSansOriya-Bold.ttf
share/fonts/X11/TTF/NotoSansOriya-Regular.ttf
share/fonts/X11/TTF/NotoSansOriyaUI-Bold.ttf
share/fonts/X11/TTF/NotoSansOriyaUI-Regular.ttf
share/fonts/X11/TTF/NotoSansOsmanya-Regular.ttf
share/fonts/X11/TTF/NotoSansPhagsPa-Regular.ttf
share/fonts/X11/TTF/NotoSansPhoenician-Regular.ttf
share/fonts/X11/TTF/NotoSansRejang-Regular.ttf
share/fonts/X11/TTF/NotoSansRunic-Regular.ttf
share/fonts/X11/TTF/NotoSansSamaritan-Regular.ttf
share/fonts/X11/TTF/NotoSansSaurashtra-Regular.ttf
share/fonts/X11/TTF/NotoSansShavian-Regular.ttf
share/fonts/X11/TTF/NotoSansSinhala-Bold.ttf
share/fonts/X11/TTF/NotoSansSinhala-Regular.ttf
share/fonts/X11/TTF/NotoSansSundanese-Regular.ttf
share/fonts/X11/TTF/NotoSansSylotiNagri-Regular.ttf
share/fonts/X11/TTF/NotoSansSymbols-Regular.ttf
share/fonts/X11/TTF/NotoSansSyriacEastern-Regular.ttf
share/fonts/X11/TTF/NotoSansSyriacEstrangela-Regular.ttf
share/fonts/X11/TTF/NotoSansSyriacWestern-Regular.ttf
share/fonts/X11/TTF/NotoSansTagalog-Regular.ttf
share/fonts/X11/TTF/NotoSansTagbanwa-Regular.ttf
share/fonts/X11/TTF/NotoSansTaiLe-Regular.ttf
share/fonts/X11/TTF/NotoSansTaiTham-Regular.ttf
share/fonts/X11/TTF/NotoSansTaiViet-Regular.ttf
share/fonts/X11/TTF/NotoSansTamil-Bold.ttf
share/fonts/X11/TTF/NotoSansTamil-Regular.ttf
share/fonts/X11/TTF/NotoSansTamilUI-Bold.ttf
share/fonts/X11/TTF/NotoSansTamilUI-Regular.ttf
share/fonts/X11/TTF/NotoSansTelugu-Bold.ttf
share/fonts/X11/TTF/NotoSansTelugu-Regular.ttf
share/fonts/X11/TTF/NotoSansTeluguUI-Bold.ttf
share/fonts/X11/TTF/NotoSansTeluguUI-Regular.ttf
share/fonts/X11/TTF/NotoSansThaana-Bold.ttf
share/fonts/X11/TTF/NotoSansThaana-Regular.ttf
share/fonts/X11/TTF/NotoSansThai-Bold.ttf
share/fonts/X11/TTF/NotoSansThai-Regular.ttf
share/fonts/X11/TTF/NotoSansThaiUI-Bold.ttf
share/fonts/X11/TTF/NotoSansThaiUI-Regular.ttf
share/fonts/X11/TTF/NotoSansTibetan-Regular.ttf
share/fonts/X11/TTF/NotoSansTifinagh-Regular.ttf
share/fonts/X11/TTF/NotoSansUI-Bold.ttf
share/fonts/X11/TTF/NotoSansUI-BoldItalic.ttf
share/fonts/X11/TTF/NotoSansUI-Italic.ttf
share/fonts/X11/TTF/NotoSansUI-Regular.ttf
share/fonts/X11/TTF/NotoSansUgaritic-Regular.ttf
share/fonts/X11/TTF/NotoSansVai-Regular.ttf
share/fonts/X11/TTF/NotoSansYi-Regular.ttf
share/fonts/X11/TTF/NotoSerif-Bold.ttf
share/fonts/X11/TTF/NotoSerif-BoldItalic.ttf
share/fonts/X11/TTF/NotoSerif-Italic.ttf
share/fonts/X11/TTF/NotoSerif-Regular.ttf
share/fonts/X11/TTF/NotoSerifArmenian-Bold.ttf
share/fonts/X11/TTF/NotoSerifArmenian-Regular.ttf
share/fonts/X11/TTF/NotoSerifGeorgian-Bold.ttf
share/fonts/X11/TTF/NotoSerifGeorgian-Regular.ttf
share/fonts/X11/TTF/NotoSerifKhmer-Bold.ttf
share/fonts/X11/TTF/NotoSerifKhmer-Regular.ttf
share/fonts/X11/TTF/NotoSerifLao-Bold.ttf
share/fonts/X11/TTF/NotoSerifLao-Regular.ttf
share/fonts/X11/TTF/NotoSerifThai-Bold.ttf
share/fonts/X11/TTF/NotoSerifThai-Regular.ttf
share/fonts/X11/TTF/Tinos-Bold.ttf
share/fonts/X11/TTF/Tinos-BoldItalic.ttf
share/fonts/X11/TTF/Tinos-Italic.ttf
share/fonts/X11/TTF/Tinos-Regular.ttf

5
fonts/noto-ttf/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/07/02 13:20:31 wiz Exp $
SHA1 (noto-ttf-20150630.tar.gz) = 632d33342ad86d12411ce91a026417b0e65d1f27
RMD160 (noto-ttf-20150630.tar.gz) = 019fc1b8eecc061e038efe734b3af023f07a38d5
Size (noto-ttf-20150630.tar.gz) = 17551792 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2014/06/01 16:35:36 wiz Exp $
# $NetBSD: Makefile,v 1.12 2015/07/04 16:18:33 joerg Exp $
#
DISTNAME= profontlinux
@@ -14,7 +14,6 @@ COMMENT= Monospaced bitmap font readable in very small sizes
NO_BUILD= yes
NO_CONFIGURE= yes
USE_X11BASE= yes
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/misc
INSTALLATION_DIRS= share/fonts/X11/misc

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/06/01 16:35:36 wiz Exp $
# $NetBSD: Makefile,v 1.4 2015/07/04 16:18:33 joerg Exp $
DISTNAME= proggy-fonts-1
PKGREVISION= 1
@@ -14,7 +14,6 @@ LICENSE= mit
WRKSRC= ${WRKDIR}/proggy-fonts
NO_BUILD= yes
NO_CONFIGURE= yes
USE_X11BASE= yes
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/misc
INSTALLATION_DIRS= share/fonts/X11/misc

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2015/03/19 23:41:22 ryoon Exp $
# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:33 joerg Exp $
DISTNAME= Ricty-3.2.4
PKGNAME= ${DISTNAME:S/Ricty/ricty-ttf/}
@@ -23,7 +23,6 @@ RESTRICTED= Redistribution not permitted per open-font-license PERMISSION & CON
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
USE_X11BASE= YES
NO_CONFIGURE= YES
INSTALLATION_DIRS= share/fonts/X11/TTF

View File

@@ -1 +1 @@
Roboto is Helvetica like sans-serif font family from Android 4.
Roboto is Helvetica like sans-serif font family from Google Android.

View File

@@ -1,23 +1,16 @@
# $NetBSD: Makefile,v 1.5 2014/07/17 14:31:46 ryoon Exp $
# $NetBSD: Makefile,v 1.7 2015/09/23 11:34:16 ryoon Exp $
#
DISTNAME= RobotoTTF
PKGNAME= roboto-fonts-20140716
DISTNAME= roboto-fonts-20150923
CATEGORIES= fonts
MASTER_SITES= http://material-design.storage.googleapis.com/downloads/
EXTRACT_SUFX= .zip
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.google.com/design/spec/style/typography.html
COMMENT= Roboto font family from Google's Android 4
HOMEPAGE= https://www.google.com/fonts/specimen/Roboto
COMMENT= Roboto font family from Google's Android
LICENSE= apache-2.0
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
USE_X11BASE= yes
NO_BUILD= yes
FONTDIR= ${PREFIX}/share/fonts/X11/TTF
@@ -41,7 +34,8 @@ INSTALL_FONTS= Roboto-Black.ttf \
RobotoCondensed-BoldItalic.ttf \
RobotoCondensed-Italic.ttf \
RobotoCondensed-Light.ttf \
RobotoCondensed-LightItalic.ttf
RobotoCondensed-LightItalic.ttf \
RobotoCondensed-Regular.ttf
do-install:
.for i in ${INSTALL_FONTS}

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2014/07/17 14:31:47 ryoon Exp $
@comment $NetBSD: PLIST,v 1.5 2015/09/23 11:34:16 ryoon Exp $
share/fonts/X11/TTF/Roboto-Black.ttf
share/fonts/X11/TTF/Roboto-BlackItalic.ttf
share/fonts/X11/TTF/Roboto-Bold.ttf
@@ -16,3 +16,4 @@ share/fonts/X11/TTF/RobotoCondensed-BoldItalic.ttf
share/fonts/X11/TTF/RobotoCondensed-Italic.ttf
share/fonts/X11/TTF/RobotoCondensed-Light.ttf
share/fonts/X11/TTF/RobotoCondensed-LightItalic.ttf
share/fonts/X11/TTF/RobotoCondensed-Regular.ttf

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2014/07/17 14:31:47 ryoon Exp $
$NetBSD: distinfo,v 1.4 2015/09/23 11:34:16 ryoon Exp $
SHA1 (roboto-fonts-20140716/RobotoTTF.zip) = 3597b0680855f7225476e988bd6adb6500a401fa
RMD160 (roboto-fonts-20140716/RobotoTTF.zip) = f2ffd61bb6e812370d535733e17afe3677955e31
Size (roboto-fonts-20140716/RobotoTTF.zip) = 1267639 bytes
SHA1 (roboto-fonts-20150923.tar.gz) = ea9a93c4d215a8539d17d64ac3a9ed9a35dff9fa
RMD160 (roboto-fonts-20150923.tar.gz) = 9b247bf4e55a6b5a35aaf446c32fe814ec1d982b
Size (roboto-fonts-20150923.tar.gz) = 2960665 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2015/03/15 18:42:12 tnn Exp $
# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:33 joerg Exp $
#
DISTNAME= sgi-fonts-1.0-457.src
@@ -15,7 +15,6 @@ COMMENT= Linux compatibility package for SGI fonts
WRKSRC= ${WRKDIR}/sgi-fonts
USE_LANGUAGES= c
USE_X11BASE= yes
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/misc/sgi
USE_IMAKE= yes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/07/17 14:52:08 ryoon Exp $
# $NetBSD: Makefile,v 1.2 2015/07/04 16:18:33 joerg Exp $
DISTNAME= SourceHanSansOTF-1.000
PKGNAME= ${DISTNAME:S/SourceHanSansOTF/sourcehansans-fonts/}
@@ -12,7 +12,6 @@ COMMENT= Set of Pan-CJK fonts from Adobe
LICENSE= apache-2.0
USE_LANGUAGES= # none
USE_X11BASE= yes
NO_BUILD= yes
FONTDIR= ${PREFIX}/share/fonts/X11/TTF

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2015/03/07 12:12:59 ryoon Exp $
# $NetBSD: Makefile,v 1.2 2015/07/04 16:18:33 joerg Exp $
#
DISTNAME= TakaoExFonts_00201.01
@@ -12,7 +12,6 @@ HOMEPAGE= https://launchpad.net/takao-fonts
COMMENT= Takao Ex Fonts are based on IPA Ex fonts, and includes some bug fix
LICENSE= ipafont
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2015/03/07 12:09:25 ryoon Exp $
# $NetBSD: Makefile,v 1.8 2015/07/04 16:18:33 joerg Exp $
#
DISTNAME= TakaoFonts_00303.01
@@ -12,7 +12,6 @@ HOMEPAGE= https://launchpad.net/takao-fonts
COMMENT= Takao fonts are based on IPA fonts, and includes some bug fix
LICENSE= ipafont
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:28 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/09 06:14:07 markd Exp $
DISTNAME= Asana-Math.doc
PKGNAME= tex-${DISTNAME:S/./-/}-000.954
TEXLIVE_REV= 35339
PKGNAME= tex-${DISTNAME:S/./-/}-000.955
TEXLIVE_REV= 37556
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/Asana-Math

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/08 11:27:28 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/09 06:14:07 markd Exp $
SHA1 (tex-Asana-Math-35339/Asana-Math.doc.tar.xz) = 3780d550df96de8843b331b130769b338bff4ecc
RMD160 (tex-Asana-Math-35339/Asana-Math.doc.tar.xz) = a2e100b40b5d3de016679e480eb49102534e25b5
Size (tex-Asana-Math-35339/Asana-Math.doc.tar.xz) = 1572 bytes
SHA1 (tex-Asana-Math-37556/Asana-Math.doc.tar.xz) = 6f98b10278fcea77568e2ad477d26fc55418e3a1
RMD160 (tex-Asana-Math-37556/Asana-Math.doc.tar.xz) = f6fbd279be762f5dd3a6e5d814b2246b98921e63
Size (tex-Asana-Math-37556/Asana-Math.doc.tar.xz) = 1732 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:28 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/09 06:14:07 markd Exp $
DISTNAME= Asana-Math
PKGNAME= tex-${DISTNAME}-000.954
TEXLIVE_REV= 35339
PKGNAME= tex-${DISTNAME}-000.955
TEXLIVE_REV= 37556
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/Asana-Math

View File

@@ -1,3 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2015/05/08 11:27:28 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2015/08/09 06:14:07 markd Exp $
share/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf
share/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf
share/texmf-dist/fonts/truetype/public/Asana-Math/ASANA.TTC

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/08 11:27:28 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/09 06:14:07 markd Exp $
SHA1 (tex-Asana-Math-35339/Asana-Math.tar.xz) = 1903243130652e83a92e36a68e3e1001dd00efe8
RMD160 (tex-Asana-Math-35339/Asana-Math.tar.xz) = 89532513ea7b6fc0d172708d2509714ad5fb22aa
Size (tex-Asana-Math-35339/Asana-Math.tar.xz) = 468056 bytes
SHA1 (tex-Asana-Math-37556/Asana-Math.tar.xz) = 73dcf507de0bf4892e5336e85139916d79bd1e0a
RMD160 (tex-Asana-Math-37556/Asana-Math.tar.xz) = 13362e057b804bcd362f7331dd3bd63124f4cf14
Size (tex-Asana-Math-37556/Asana-Math.tar.xz) = 491592 bytes

View File

@@ -0,0 +1 @@
Documentation for tex-academicons.

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2015/09/02 11:06:14 markd Exp $
DISTNAME= academicons.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.5
TEXLIVE_REV= 37924
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/academicons
COMMENT= Documentation for tex-academicons
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2015/09/02 11:06:14 markd Exp $
share/texmf-dist/doc/fonts/academicons/README
share/texmf-dist/doc/fonts/academicons/academicons.pdf
share/texmf-dist/doc/fonts/academicons/academicons.tex

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/09/02 11:06:14 markd Exp $
SHA1 (tex-academicons-37924/academicons.doc.tar.xz) = 959af0ebfb3f98c2053a6799ce17844b2a5f4962
RMD160 (tex-academicons-37924/academicons.doc.tar.xz) = 8b5d25c7c16253b404c4313fee397957c9f71dcb
Size (tex-academicons-37924/academicons.doc.tar.xz) = 73140 bytes

View File

@@ -0,0 +1,14 @@
This package provides access in (La)TeX to 20 high quality
icons of online academic profiles included in the free
"Academicons" font. It requires the fontspec package and either
the Xe(La)TeX or the Lua(La)TeX engine to load the included
academicons.ttf font. The "Academicons" font was designed by
James Walsh and released (see
http://jpswalsh.github.io/academicons/) under the SIL Open Font
License. This package is inspired by and based on the
fontawesome package. academicons.sty provides the generic
\aiicon command to access icons, which takes as a mandatory
argument the name of the desired icon. It also provides
individual direct commands for each specific icon. The full
list of icons and their respective names and direct commands
can be found in the manual.

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2015/09/02 11:06:14 markd Exp $
DISTNAME= academicons
PKGNAME= tex-${DISTNAME}-1.5
TEXLIVE_REV= 37924
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/academicons
COMMENT= Font containing icons of online academic profiles
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2015/09/02 11:06:14 markd Exp $
share/texmf-dist/fonts/truetype/public/academicons/academicons.ttf
share/texmf-dist/tex/latex/academicons/academicons.sty

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/09/02 11:06:14 markd Exp $
SHA1 (tex-academicons-37924/academicons.tar.xz) = 7904e59fffd6a4de67b07b9bf722ae94f26edaa3
RMD160 (tex-academicons-37924/academicons.tar.xz) = 18dfbe7ec477d49ad00261be8c208f8f2ee7181a
Size (tex-academicons-37924/academicons.tar.xz) = 12884 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:30 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/09 06:14:07 markd Exp $
DISTNAME= archaic.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2014
TEXLIVE_REV= 15878
PKGNAME= tex-${DISTNAME:S/./-/}-2015
TEXLIVE_REV= 38005
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/archaic

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/08 11:27:30 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/09 06:14:07 markd Exp $
SHA1 (tex-archaic-15878/archaic.doc.tar.xz) = 7a8ff87b5abd71ecf470e1aa4ecd08d1d95a3031
RMD160 (tex-archaic-15878/archaic.doc.tar.xz) = a6d155b595d87957ddbd5b649aad25fff6c21354
Size (tex-archaic-15878/archaic.doc.tar.xz) = 2745716 bytes
SHA1 (tex-archaic-38005/archaic.doc.tar.xz) = b31b7763bd128206cff74c0230b7f41459325bb0
RMD160 (tex-archaic-38005/archaic.doc.tar.xz) = 167a75160da4adad68d0bb5c61a4df10695681c3
Size (tex-archaic-38005/archaic.doc.tar.xz) = 2944796 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:30 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/09 06:14:07 markd Exp $
DISTNAME= archaic
PKGNAME= tex-${DISTNAME}-2014
TEXLIVE_REV= 15878
PKGNAME= tex-${DISTNAME}-2015
TEXLIVE_REV= 38005
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/archaic

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/08 11:27:30 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/09 06:14:07 markd Exp $
SHA1 (tex-archaic-15878/archaic.tar.xz) = ae5fc13333b7c0f66afd8a86822ae73d74cb6f54
RMD160 (tex-archaic-15878/archaic.tar.xz) = 839d14441de99e2b769edc8792326607a3a4b150
Size (tex-archaic-15878/archaic.tar.xz) = 372692 bytes
SHA1 (tex-archaic-38005/archaic.tar.xz) = e19753f5e5b2c2f3cf6bf9662d46cd9e21bc060b
RMD160 (tex-archaic-38005/archaic.tar.xz) = 48bea95d4c27aadf7aff7f3a17c9e480f6c67cbe
Size (tex-archaic-38005/archaic.tar.xz) = 372728 bytes

View File

@@ -0,0 +1 @@
Documentation for tex-comicneue.

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2015/09/02 11:06:14 markd Exp $
DISTNAME= comicneue.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.0
TEXLIVE_REV= 37744
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/comicneue
COMMENT= Documentation for tex-comicneue
LICENSE= ofl-v1.1
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2015/09/02 11:06:14 markd Exp $
share/texmf-dist/doc/latex/comicneue/SIL-License.txt
share/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.pdf
share/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex
share/texmf-dist/doc/latex/comicneue/comicneue-type1-specimen.pdf
share/texmf-dist/doc/latex/comicneue/comicneue-type1-specimen.tex
share/texmf-dist/doc/latex/comicneue/comicneue.pdf
share/texmf-dist/doc/latex/comicneue/comicneue.tex

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/09/02 11:06:14 markd Exp $
SHA1 (tex-comicneue-37744/comicneue.doc.tar.xz) = 159f6f063520b80d17afbe8d142e543e6c26da7f
RMD160 (tex-comicneue-37744/comicneue.doc.tar.xz) = 4914190e297d842117d3503e9859eeeea57b1f3c
Size (tex-comicneue-37744/comicneue.doc.tar.xz) = 82372 bytes

View File

@@ -0,0 +1,5 @@
Comic Neue is a well-known redesign of the (in)famous Comic
Sans font. The package provides the original OpenType font for
XeTeX and LuaTeX users, and also has converted Type1 files for
pdfTeX users. Issues with this package can be reported on
GitHub or emailed to tex@slxh.nl.

View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2015/09/02 11:06:14 markd Exp $
DISTNAME= comicneue
PKGNAME= tex-${DISTNAME}-1.0
TEXLIVE_REV= 37744
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/comicneue
COMMENT= Use Comic Neue with TeX(-alike) systems
LICENSE= ofl-v1.1
TEX_MAP_FILES+= ComicNeue.map
TEX_MAP_FILES+= ComicNeueAngular.map
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"

232
fonts/tex-comicneue/PLIST Normal file
View File

@@ -0,0 +1,232 @@
@comment $NetBSD: PLIST,v 1.1 2015/09/02 11:06:14 markd Exp $
share/texmf-dist/fonts/enc/dvips/comicneue/a_bs6yxn.enc
share/texmf-dist/fonts/enc/dvips/comicneue/a_lfux4u.enc
share/texmf-dist/fonts/enc/dvips/comicneue/a_t3s7zg.enc
share/texmf-dist/fonts/enc/dvips/comicneue/a_yvpaqy.enc
share/texmf-dist/fonts/map/dvips/comicneue/ComicNeue.map
share/texmf-dist/fonts/map/dvips/comicneue/ComicNeueAngular.map
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Bold.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Bold_Oblique.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Light.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Light_Oblique.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Regular.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue-Angular_Regular_Oblique.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue_Bold.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue_Bold_Oblique.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue_Light.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue_Light_Oblique.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue_Regular.otf
share/texmf-dist/fonts/opentype/rozynski/comicneue/ComicNeue_Regular_Oblique.otf
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Bold-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Light-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-LightOblique-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-Oblique-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeue-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Light-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ts1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ly1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ly1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ly1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ot1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ot1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ot1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-t1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-t1--lcdfj.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-t1.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ts1--base.tfm
share/texmf-dist/fonts/tfm/rozynski/comicneue/ComicNeueAngular-tlf-ts1.tfm
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-Bold.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-BoldLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-BoldOblique.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-BoldObliqueLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-Light.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-LightLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-LightOblique.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-LightObliqueLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-Oblique.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue-ObliqueLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeue.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-Bold.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-BoldLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-BoldOblique.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-BoldObliqueLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-Light.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-LightLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-LightOblique.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-LightObliqueLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-Oblique.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular-ObliqueLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngular.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueAngularLCDFJ.pfb
share/texmf-dist/fonts/type1/rozynski/comicneue/ComicNeueLCDFJ.pfb
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Bold-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-BoldOblique-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Light-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-LightOblique-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-Oblique-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeue-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Bold-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-BoldOblique-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Light-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-LightOblique-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-Oblique-tlf-ts1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-ly1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-ot1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-t1.vf
share/texmf-dist/fonts/vf/rozynski/comicneue/ComicNeueAngular-tlf-ts1.vf
share/texmf-dist/tex/latex/comicneue/LY1ComicNeue-TLF.fd
share/texmf-dist/tex/latex/comicneue/LY1ComicNeueAngular-TLF.fd
share/texmf-dist/tex/latex/comicneue/OT1ComicNeue-TLF.fd
share/texmf-dist/tex/latex/comicneue/OT1ComicNeueAngular-TLF.fd
share/texmf-dist/tex/latex/comicneue/T1ComicNeue-TLF.fd
share/texmf-dist/tex/latex/comicneue/T1ComicNeueAngular-TLF.fd
share/texmf-dist/tex/latex/comicneue/TS1ComicNeue-TLF.fd
share/texmf-dist/tex/latex/comicneue/TS1ComicNeueAngular-TLF.fd
share/texmf-dist/tex/latex/comicneue/comicneue.sty

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/09/02 11:06:14 markd Exp $
SHA1 (tex-comicneue-37744/comicneue.tar.xz) = 3027584bcd1959ce9c5f0e7783f78199207aabb3
RMD160 (tex-comicneue-37744/comicneue.tar.xz) = d1b20b02c21b0e24b325c6a86379b45cd5d06d5a
Size (tex-comicneue-37744/comicneue.tar.xz) = 758420 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:38 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/02 10:09:52 markd Exp $
DISTNAME= dozenal.doc
PKGNAME= tex-${DISTNAME:S/./-/}-5.3
TEXLIVE_REV= 36169
PKGNAME= tex-${DISTNAME:S/./-/}-6.0
TEXLIVE_REV= 37698
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/dozenal

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/08 11:27:38 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/02 10:09:52 markd Exp $
SHA1 (tex-dozenal-36169/dozenal.doc.tar.xz) = c2faf652d3ac74ebcf007d2616d69ab86fbb892b
RMD160 (tex-dozenal-36169/dozenal.doc.tar.xz) = 4ef0846c4610428ba0f7149a3131b8d62d97cd9e
Size (tex-dozenal-36169/dozenal.doc.tar.xz) = 300456 bytes
SHA1 (tex-dozenal-37698/dozenal.doc.tar.xz) = 1920e27b10d82079891639be5adfccd7f26a4bd3
RMD160 (tex-dozenal-37698/dozenal.doc.tar.xz) = f9d8f980161aa6100df11211048fc2aa4432a8ea
Size (tex-dozenal-37698/dozenal.doc.tar.xz) = 313756 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:38 wiz Exp $
# $NetBSD: Makefile,v 1.2 2015/08/02 10:09:52 markd Exp $
DISTNAME= dozenal
PKGNAME= tex-${DISTNAME}-5.3
TEXLIVE_REV= 36169
PKGNAME= tex-${DISTNAME}-6.0
TEXLIVE_REV= 37698
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/dozenal

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/05/08 11:27:38 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/08/02 10:09:52 markd Exp $
SHA1 (tex-dozenal-36169/dozenal.tar.xz) = d518cdc2f75042b45172ec63d79f3fd61408868d
RMD160 (tex-dozenal-36169/dozenal.tar.xz) = 204c55e9cd1db01ad1b05914152c6e971e96cb2d
Size (tex-dozenal-36169/dozenal.tar.xz) = 93484 bytes
SHA1 (tex-dozenal-37698/dozenal.tar.xz) = 0b72664a990067d0ed67d8ef05c52b74798044ff
RMD160 (tex-dozenal-37698/dozenal.tar.xz) = 12e817c38c894731a1b5267b9a95951e19b81ba4
Size (tex-dozenal-37698/dozenal.tar.xz) = 101360 bytes

Some files were not shown because too many files have changed in this diff Show More