diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-08 18:38:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-08 18:38:33 +0000 |
commit | 24b3086be223837c738557ed52d6891eb2edbbf1 (patch) | |
tree | 43802ed7ad458ad49ffecd90b336d9a13594459c | |
parent | 5dd1a468dfb83a3a80a15dd13268a07791685848 (diff) | |
download | pkgsrc-24b3086be223837c738557ed52d6891eb2edbbf1.tar.gz |
Add tex-utopia{,-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 f8024f4bec5..e0065478ecf 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.595 2011/03/08 18:34:48 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.596 2011/03/08 18:38:33 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -1018,3 +1018,5 @@ Changes to the packages collection and infrastructure in 2011: Updated audio/gqmpeg-skins to 20030712nb6 [wiz 2011-03-08] Added fonts/tex-tex-gyre version 2.004 [minskim 2011-03-08] Added fonts/tex-tex-gyre-doc version 2.004 [minskim 2011-03-08] + Added fonts/tex-utopia version 2010 [minskim 2011-03-08] + Added fonts/tex-utopia-doc version 2010 [minskim 2011-03-08] diff --git a/fonts/Makefile b/fonts/Makefile index 4b3519aa1d3..d7d78173d6a 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.184 2011/03/08 18:34:48 minskim Exp $ +# $NetBSD: Makefile,v 1.185 2011/03/08 18:38:34 minskim Exp $ # COMMENT= Fonts @@ -234,6 +234,8 @@ SUBDIR+= tex-txfonts SUBDIR+= tex-txfonts-doc SUBDIR+= tex-uhc-fonts-base SUBDIR+= tex-uhc-fonts-extra +SUBDIR+= tex-utopia +SUBDIR+= tex-utopia-doc SUBDIR+= tex-wasy SUBDIR+= tex-wasy-doc SUBDIR+= tex-zapfchan |