diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-28 18:35:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-28 18:35:28 +0000 |
commit | 3c05ece57084eca4bddb057ca0e9ec71e602764a (patch) | |
tree | b9462bf7e35363e3624daf390c2567e153fcd503 | |
parent | 09347942a4f652e660f883523c94584167acc7e4 (diff) | |
download | pkgsrc-3c05ece57084eca4bddb057ca0e9ec71e602764a.tar.gz |
Add tex-amsfonts and tex-amsfonts-doc.
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | fonts/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index b89a45411c1..c5018e32849 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1569 2009/04/28 14:51:34 tnn Exp $ +$NetBSD: CHANGES-2009,v 1.1570 2009/04/28 18:35:28 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2142,3 +2142,5 @@ Changes to the packages collection and infrastructure in 2009: Updated www/firefox3 to 3.0.10 [tnn 2009-04-28] Updated lang/mono to 2.4nb1 [hasso 2009-04-28] Updated net/youtube-dl to 20090425 [tnn 2009-04-28] + Added fonts/tex-amsfonts version 2.2 [minskim 2009-04-28] + Added fonts/tex-amsfonts-doc version 2.2 [minskim 2009-04-28] diff --git a/fonts/Makefile b/fonts/Makefile index 79b186fcd88..52abe10d776 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2009/04/27 18:46:40 minskim Exp $ +# $NetBSD: Makefile,v 1.120 2009/04/28 18:35:28 minskim Exp $ # COMMENT= Fonts @@ -134,6 +134,8 @@ SUBDIR+= sgi-fonts SUBDIR+= t1lib SUBDIR+= t1utils SUBDIR+= terminus-font +SUBDIR+= tex-amsfonts +SUBDIR+= tex-amsfonts-doc SUBDIR+= tex-bin-metafont SUBDIR+= tex-cm SUBDIR+= tex-glyphlist |