diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-24 03:43:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-24 03:43:42 +0000 |
commit | 92f93eabd1aeea85425567771c94698ce774353b (patch) | |
tree | db6529ce5c52a83cdcecfa084ca212010c2a439b | |
parent | 8bb70862b58f01311654e1aa7e5df70e62d2bff0 (diff) | |
download | pkgsrc-92f93eabd1aeea85425567771c94698ce774353b.tar.gz |
Added graphics/wxsvg.-
-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 8282aebb7d3..999120ac00d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12644 2006/01/24 02:28:49 xtraeme Exp $ +$NetBSD: CHANGES,v 1.12645 2006/01/24 03:43:42 xtraeme Exp $ Changes to the packages collection and infrastructure in 2006: @@ -505,3 +505,4 @@ Changes to the packages collection and infrastructure in 2006: Updated x11/xorg-server to 6.9.0nb2 [joerg 2006-01-23] Updated inputmethod/anthy to 7100b [wiz 2006-01-23] Added multimedia/gtranscode version 0.3 [xtraeme 2006-01-24] + Added graphics/wxsvg version 1.0beta5 [xtraeme 2006-01-24] diff --git a/graphics/Makefile b/graphics/Makefile index 334c4fb0434..3bc683ce7a2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.410 2006/01/18 12:44:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.411 2006/01/24 03:43:42 xtraeme Exp $ # COMMENT= Graphics tools and libraries @@ -292,6 +292,7 @@ SUBDIR+= vtk-data SUBDIR+= vtk-docs SUBDIR+= vtk-python SUBDIR+= wmphoto +SUBDIR+= wxsvg SUBDIR+= x11rec SUBDIR+= xart SUBDIR+= xbmbrowser |