diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-08 22:56:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-08 22:56:56 +0000 |
commit | d9f32920a88b8af7eacdcba325544a95dae4a42e (patch) | |
tree | 67b52ab90576307ce5ea8a273c2cbf34ae69bf3e | |
parent | 17ec40826889336eb20dc6bf662760ce503e7274 (diff) | |
download | pkgsrc-d9f32920a88b8af7eacdcba325544a95dae4a42e.tar.gz |
Add ps2eps.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index da266101b2f..43c8c2d2769 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13506 2006/04/08 22:37:00 wiz Exp $ +$NetBSD: CHANGES,v 1.13507 2006/04/08 22:56:56 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -1974,3 +1974,4 @@ Changes to the packages collection and infrastructure in 2006: Updated x11/gtk2 to 2.8.17 [wiz 2006-04-08] Updated wm/ratpoison to 1.4.0 [tonio 2006-04-08] Updated misc/xchm to 1.6 [wiz 2006-04-08] + Added graphics/ps2eps version 1.58 [minskim 2006-04-08] diff --git a/graphics/Makefile b/graphics/Makefile index bf2c02366b9..26f7412aea3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2006/04/06 16:47:17 drochner Exp $ +# $NetBSD: Makefile,v 1.415 2006/04/08 22:56:56 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -240,6 +240,7 @@ SUBDIR+= potrace SUBDIR+= povray SUBDIR+= ppmtoxvpic SUBDIR+= prag +SUBDIR+= ps2eps SUBDIR+= pstoedit SUBDIR+= py-biggles SUBDIR+= py-gd |