diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-07 20:05:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-07 20:05:22 +0000 |
commit | 3c2c9a0347f8614a55295f4bb04621e70ad6a728 (patch) | |
tree | 7d695302008e3346e246908227e731335880b308 | |
parent | 53a5a98d9b611e572c652699b196c042cf8ca609 (diff) | |
download | pkgsrc-3c2c9a0347f8614a55295f4bb04621e70ad6a728.tar.gz |
Add tex-pxfonts{,-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 bd8f7af51ac..91e12c0a987 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.584 2011/03/07 19:54:30 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.585 2011/03/07 20:05:22 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -1005,3 +1005,5 @@ Changes to the packages collection and infrastructure in 2011: Updated print/tex-dvipdfmx-doc to 2010.21369 [minskim 2011-03-07] Added fonts/tex-ncntrsbk version 2010 [minskim 2011-03-07] Added fonts/tex-zapfchan version 2010 [minskim 2011-03-07] + Added fonts/tex-pxfonts version 2010 [minskim 2011-03-07] + Added fonts/tex-pxfonts-doc version 2010 [minskim 2011-03-07] diff --git a/fonts/Makefile b/fonts/Makefile index 42ea86c8027..f3d4fe54175 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.182 2011/03/07 19:54:30 minskim Exp $ +# $NetBSD: Makefile,v 1.183 2011/03/07 20:05:22 minskim Exp $ # COMMENT= Fonts @@ -218,6 +218,8 @@ SUBDIR+= tex-ncntrsbk SUBDIR+= tex-palatino SUBDIR+= tex-psnfss SUBDIR+= tex-psnfss-doc +SUBDIR+= tex-pxfonts +SUBDIR+= tex-pxfonts-doc SUBDIR+= tex-rsfs SUBDIR+= tex-rsfs-doc SUBDIR+= tex-stmaryrd |