diff options
-rw-r--r-- | doc/CHANGES-2016 | 7 | ||||
-rw-r--r-- | fonts/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/CHANGES-2016 b/doc/CHANGES-2016 index 34e57b699aa..0419e74b57a 100644 --- a/doc/CHANGES-2016 +++ b/doc/CHANGES-2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.294 2016/01/20 09:32:49 prlw1 Exp $ +$NetBSD: CHANGES-2016,v 1.295 2016/01/20 11:41:52 wiz Exp $ Changes to the packages collection and infrastructure in 2016: @@ -444,3 +444,8 @@ Changes to the packages collection and infrastructure in 2016: Updated www/p5-HTML-Parser to 3.72 [wiz 2016-01-20] Updated textproc/yelp-xsl to 3.18.1 [prlw1 2016-01-20] Updated misc/yelp3 to 3.18.1 [prlw1 2016-01-20] + Added fonts/Code-New-Roman version 2.1beta1 [wiz 2016-01-20] + Added fonts/CutiveFont version 0.0.20121026 [wiz 2016-01-20] + Added fonts/FiraCode version 1.102 [wiz 2016-01-20] + Added fonts/Hasklig version 0.9 [wiz 2016-01-20] + Added fonts/Office-Code-Pro version 1.004 [wiz 2016-01-20] diff --git a/fonts/Makefile b/fonts/Makefile index d07c23e91a9..5a9dee99b8b 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,12 +1,17 @@ -# $NetBSD: Makefile,v 1.289 2015/09/12 18:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.290 2016/01/20 11:40:59 wiz Exp $ # COMMENT= Fonts SUBDIR+= AnonymousPro SUBDIR+= CamingoCode +SUBDIR+= Code-New-Roman +SUBDIR+= CutiveFont SUBDIR+= EB-Garamond +SUBDIR+= FiraCode SUBDIR+= Hack-ttf +SUBDIR+= Hasklig +SUBDIR+= Office-Code-Pro SUBDIR+= SDL2_ttf SUBDIR+= TextFonts-ttf SUBDIR+= Xft2 |