diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-02 23:21:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-02 23:21:30 +0000 |
commit | 5b15e9e99ffe36547f5b3610cf7cad0267c10118 (patch) | |
tree | 8e7f45b48155a5432283ed0748f2df0ac2c4f274 | |
parent | 75a2401da0beeafbf778329ab3b2173ebc0abb9f (diff) | |
download | pkgsrc-5b15e9e99ffe36547f5b3610cf7cad0267c10118.tar.gz |
Add abcm2ps.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 90cade10351..6ad7d381412 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13437 2006/04/02 22:50:26 wiz Exp $ +$NetBSD: CHANGES,v 1.13438 2006/04/02 23:21:30 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -1855,3 +1855,4 @@ Changes to the packages collection and infrastructure in 2006: Updated databases/libgda-postgres to 1.9.102 [wiz 2006-04-02] Updated databases/libgnomedb to 1.9.102 [wiz 2006-04-02] Updated math/gnumeric to 1.6.3 [wiz 2006-04-02] + Added print/abcm2ps version 3.7.21 [minskim 2006-04-02] diff --git a/print/Makefile b/print/Makefile index 898407fb51e..6807c036e04 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2006/04/02 22:19:38 ben Exp $ +# $NetBSD: Makefile,v 1.150 2006/04/02 23:21:30 minskim Exp $ # COMMENT= Desktop publishing @@ -8,6 +8,7 @@ SUBDIR+= LPRng-core SUBDIR+= LPRng-doc SUBDIR+= a2ps SUBDIR+= abc2ps +SUBDIR+= abcm2ps SUBDIR+= acroread SUBDIR+= acroread3 SUBDIR+= acroread5 |