diff options
author | minskim <minskim> | 2009-07-26 23:51:10 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-26 23:51:10 +0000 |
commit | 0dbf6c542bb495e623e602678a8c98866d247992 (patch) | |
tree | 0359aca86f9c19105d3f73a060da62c1673a3b3e | |
parent | f44dd32e3fd861cff22a9b730055e5ce8d39f521 (diff) | |
download | pkgsrc-0dbf6c542bb495e623e602678a8c98866d247992.tar.gz |
Add ps2pkm.
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | fonts/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index c56ec2d2ec5..f66cd140fb5 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2851 2009/07/26 23:46:54 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2852 2009/07/26 23:51:10 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3779,3 +3779,4 @@ Changes to the packages collection and infrastructure in 2009: Updated archivers/php-zip to 5.2.10.1.0nb1 [minskim 2009-07-26] Added shells/dash version 0.5.5.1 [rillig 2009-07-26] Added fonts/gsftopkk version 1.19.2 [minskim 2009-07-26] + Added fonts/ps2pkm version 1.5 [minskim 2009-07-26] diff --git a/fonts/Makefile b/fonts/Makefile index 0d68e4f121e..24ee4e5eb41 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2009/07/26 23:46:55 minskim Exp $ +# $NetBSD: Makefile,v 1.142 2009/07/26 23:51:10 minskim Exp $ # COMMENT= Fonts @@ -129,6 +129,7 @@ SUBDIR+= p5-Font-TTF SUBDIR+= p5-Font-TTFMetrics SUBDIR+= pcf2bdf SUBDIR+= profont +SUBDIR+= ps2pkm SUBDIR+= py-TTFQuery SUBDIR+= py-fonttools SUBDIR+= sgi-fonts |