diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-07 07:22:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-07 07:22:06 +0000 |
commit | 85f5441bba41860efbdaaaafaf72cf590a228d44 (patch) | |
tree | 4c87a2472609c462c7deec9a070e1d523d598631 | |
parent | dff0a1a577ac7e42fd77a10f1e3b0b5d9abeb781 (diff) | |
download | pkgsrc-85f5441bba41860efbdaaaafaf72cf590a228d44.tar.gz |
Add tex-stmaryrd and tex-stmaryrd-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 2c2ce79aafb..04f59894a65 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2195 2009/06/07 07:11:50 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2196 2009/06/07 07:22:06 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2925,3 +2925,5 @@ Changes to the packages collection and infrastructure in 2009: Added fonts/tex-manfnt version 2008.7340 [minskim 2009-06-07] Added fonts/tex-rsfs version 2008.11620 [minskim 2009-06-07] Added fonts/tex-rsfs-doc version 2008.11620 [minskim 2009-06-07] + Added fonts/tex-stmaryrd version 2008.7340 [minskim 2009-06-07] + Added fonts/tex-stmaryrd-doc version 2008.7340 [minskim 2009-06-07] diff --git a/fonts/Makefile b/fonts/Makefile index 1bf58fdb1b7..18dc86d431a 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2009/06/07 07:11:50 minskim Exp $ +# $NetBSD: Makefile,v 1.129 2009/06/07 07:22:06 minskim Exp $ # COMMENT= Fonts @@ -151,6 +151,8 @@ SUBDIR+= tex-psnfss SUBDIR+= tex-psnfss-doc SUBDIR+= tex-rsfs SUBDIR+= tex-rsfs-doc +SUBDIR+= tex-stmaryrd +SUBDIR+= tex-stmaryrd-doc SUBDIR+= tex-symbol SUBDIR+= tex-tipa SUBDIR+= tex-tipa-doc |