diff options
author | minskim <minskim> | 2011-10-19 20:12:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-10-19 20:12:56 +0000 |
commit | b8d59b606036ca05f7e937ed0f446057bfea6b23 (patch) | |
tree | e13339ebec00dc5d807cca00cd601f8fe4da88e6 | |
parent | 8b7979cf185bc3be65b8d3d6f408244c76c34c05 (diff) | |
download | pkgsrc-b8d59b606036ca05f7e937ed0f446057bfea6b23.tar.gz |
Add tex-ttfutils{,-doc}.
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | fonts/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 32ea164c6d2..feb007a52ab 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2577 2011/10/19 19:29:10 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.2578 2011/10/19 20:12:56 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4094,3 +4094,5 @@ Changes to the packages collection and infrastructure in 2011: Removed fonts/ec-fonts-mftraced [minskim 2011-10-19] Updated emulators/qemu to 0.15.1 [ryoon 2011-10-19] Updated textproc/latex2html to 2008nb1 [minskim 2011-10-19] + Added fonts/tex-ttfutils version 2011 [minskim 2011-10-19] + Added fonts/tex-ttfutils-doc version 2011 [minskim 2011-10-19] diff --git a/fonts/Makefile b/fonts/Makefile index be47215805c..471a14ce20b 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.207 2011/10/19 18:41:48 minskim Exp $ +# $NetBSD: Makefile,v 1.208 2011/10/19 20:12:56 minskim Exp $ # COMMENT= Fonts @@ -251,6 +251,8 @@ SUBDIR+= tex-tex-gyre-doc SUBDIR+= tex-times SUBDIR+= tex-tipa SUBDIR+= tex-tipa-doc +SUBDIR+= tex-ttfutils +SUBDIR+= tex-ttfutils-doc SUBDIR+= tex-txfonts SUBDIR+= tex-txfonts-doc SUBDIR+= tex-uhc-fonts-base |