diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-15 15:05:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-15 15:05:49 +0000 |
commit | 4a6627d5ce85cc5238e55e2cd1767b689f82fcfa (patch) | |
tree | b302b5d430b34bb9b85277b16ae18a0141b72ea2 | |
parent | 084574a3941549eb2e1c15c75c88bce39dbd7091 (diff) | |
download | pkgsrc-4a6627d5ce85cc5238e55e2cd1767b689f82fcfa.tar.gz |
+ font-bitstream-100dpi
+ font-bitstream-75dpi
+ font-daewoo-misc
+ font-dec-misc
+ font-ibm-type1
+ font-isas=misc
+ font-jis-misc
+ font-mutt-misc
-rw-r--r-- | doc/CHANGES-2006 | 10 | ||||
-rw-r--r-- | fonts/Makefile | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 588c552ac8e..f7501b21940 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1828 2006/11/15 11:29:22 joerg Exp $ +>$NetBSD: CHANGES-2006,v 1.1829 2006/11/15 15:05:49 joerg Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5329,3 +5329,11 @@ Changes to the packages collection and infrastructure in 2006: Added fonts/font-bh-lucidatypewriter-75dpi version 1.0.0 [joerg 2006-11-15] Added fonts/font-bh-ttf version 1.0.0 [joerg 2006-11-15] Added fonts/font-bh-type1 version 1.0.0 [joerg 2006-11-15] + Added fonts/font-bitstream-100dpi version 1.0.0 [joerg 2006-11-15] + Added fonts/font-bitstream-75dpi version 1.0.0 [joerg 2006-11-15] + Added fonts/font-daewoo-misc version 1.0.0 [joerg 2006-11-15] + Added fonts/font-dec-misc version 1.0.0 [joerg 2006-11-15] + Added fonts/font-ibm-type1 version 1.0.0 [joerg 2006-11-15] + Added fonts/font-isas-misc version 1.0.0 [joerg 2006-11-15] + Added fonts/font-jis-misc version 1.0.0 [joerg 2006-11-15] + Added fonts/font-mutt-misc version 1.0.0 [joerg 2006-11-15] diff --git a/fonts/Makefile b/fonts/Makefile index fb1eda71645..6b0cd42d9e8 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2006/11/15 11:29:22 joerg Exp $ +# $NetBSD: Makefile,v 1.101 2006/11/15 15:05:49 joerg Exp $ # COMMENT= Fonts @@ -61,9 +61,17 @@ SUBDIR+= font-bh-lucidatypewriter-100dpi SUBDIR+= font-bh-lucidatypewriter-75dpi SUBDIR+= font-bh-ttf SUBDIR+= font-bh-type1 +SUBDIR+= font-bitstream-100dpi +SUBDIR+= font-bitstream-75dpi SUBDIR+= font-bitstream-type1 SUBDIR+= font-cursor-misc +SUBDIR+= font-daewoo-misc +SUBDIR+= font-dec-misc +SUBDIR+= font-ibm-type1 +SUBDIR+= font-isas-misc +SUBDIR+= font-jis-misc SUBDIR+= font-misc-misc +SUBDIR+= font-mutt-misc SUBDIR+= font-util SUBDIR+= fontconfig SUBDIR+= fontforge |