diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-15 18:27:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-15 18:27:31 +0000 |
commit | a076f0930eaee4dfc7c865d14214f614b658b06e (patch) | |
tree | a043af07e9e846b869958a8fcb9bac620cfe5750 | |
parent | ba48e0f310d6ff023170d029b08553b13ab1589b (diff) | |
download | pkgsrc-a076f0930eaee4dfc7c865d14214f614b658b06e.tar.gz |
Add py-cairo.
-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 ee1a88dd534..c2f7690cca2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13595 2006/04/15 14:21:27 ghen Exp $ +$NetBSD: CHANGES,v 1.13596 2006/04/15 18:27:31 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2115,3 +2115,4 @@ Changes to the packages collection and infrastructure in 2006: Updated archivers/p7zip to 4.39 [adam 2006-04-15] Updated www/firefox to 1.5.0.2 [ghen 2006-04-15] Updated www/firefox-gtk1 to 1.5.0.2 [ghen 2006-04-15] + Added graphics/py-cairo version 1.0.2 [minskim 2006-04-15] diff --git a/graphics/Makefile b/graphics/Makefile index be62d5f47d7..3aa5cc2bcaf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.416 2006/04/13 20:19:16 wiz Exp $ +# $NetBSD: Makefile,v 1.417 2006/04/15 18:27:32 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -241,6 +241,7 @@ SUBDIR+= prag SUBDIR+= ps2eps SUBDIR+= pstoedit SUBDIR+= py-biggles +SUBDIR+= py-cairo SUBDIR+= py-gd SUBDIR+= py-gdchart SUBDIR+= py-gimp |