diff options
author | he <he@pkgsrc.org> | 2008-08-03 21:07:21 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-03 21:07:21 +0000 |
commit | 9a27aae3f597dbbec5925070439d0eb6d792f643 (patch) | |
tree | 28654fc2b735188d8ecd46b13780138667d79792 /graphics/p5-Image-Imlib2 | |
parent | 925bae797056d5998a56a9e4d90f26389a94ed34 (diff) | |
download | pkgsrc-9a27aae3f597dbbec5925070439d0eb6d792f643.tar.gz |
Update from version 1.04nb3 to 2.01.
Pkgsrc changes:
o Add/change HOMEPAGE to search.cpan.org (old left commented out)
Upstream changes:
2.01 Sun Jun 8 10:05:46 BST 2008
- in Build.PL, exit 0 when we can't find libimlib2
2.00 Fri Dec 7 11:29:47 GMT 2007
- make the cache size 0 by default
1.13 Fri Oct 13 19:08:41 BST 2006
- optimise autocropping (thanks to Sergey Mende)
- find_colour now returns undef if it doesn't find the colour
1.12 Tue Aug 15 10:14:55 BST 2006
- added find_colour method
- added fill method
1.11 Thu Aug 3 10:53:33 BST 2006
- endianness fixes for new_using_data (thanks to Chris Dolan)
- added autocrop method
1.10 Wed Jun 28 12:11:47 BST 2006
- added new_using_data and will_blend (thanks to Chris Dolan) -
new_using_data is endianness specific
- fixed documentation bug, it's called get_text_size not get_font_size
- added create_transparent_image method
- added create_blended_image
- added POD tests
- added width/height as synonyms to get_width/get_height
- disable buggy imlib_image_draw_pixel wrapper - if you have
a version of imlib2 1.0.5 or earlier you will now see the bug
1.09 Thu Jun 15 16:43:10 GMT 2006
- lose AUTOLOAD and define the constants in their own right
code by Mark Fowler. this also means that random calls for
non-existant methods fail properly now
1.08 Wed Mar 1 19:10:05 GMT 2006
- fix build instructions (noticed by JPIERCE)
1.07 Fri Apr 15 11:57:47 BST 2005
- Add clone, sharpen and blur (thanks to Christian Hansen)
1.06 Fri Apr 8 22:58:26 CST 2005
- added missing test file to MANIFEST
1.05 Thu Apr 7 16:55:01 GMT 2005
- added support for defeating caching, namely:
set_cache_size
get_cache_size
set_changed_on_disk
(Thanks to Tom Insam and Mark Fowler)
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-Image-Imlib2/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 01898bbb4a1..7c969d7327c 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/08/03 21:07:21 he Exp $ # -DISTNAME= Image-Imlib2-1.04 +DISTNAME= Image-Imlib2-2.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5im2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Imlib2/ +HOMEPAGE= http://search.cpan.org/dist/Image-Imlib2/ +#HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Imlib2/ COMMENT= Interface to the Imlib2 image library PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/p5-Image-Imlib2/distinfo b/graphics/p5-Image-Imlib2/distinfo index 638dc53cbf1..2856aa5b394 100644 --- a/graphics/p5-Image-Imlib2/distinfo +++ b/graphics/p5-Image-Imlib2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/03/14 15:46:47 wiz Exp $ +$NetBSD: distinfo,v 1.5 2008/08/03 21:07:21 he Exp $ -SHA1 (Image-Imlib2-1.04.tar.gz) = 2abf4cb04f60062c06c8f86dc981c89b253b60a3 -RMD160 (Image-Imlib2-1.04.tar.gz) = f1af86da36fb1c39b2fa8c5432570f4a292ffb5f -Size (Image-Imlib2-1.04.tar.gz) = 16736 bytes +SHA1 (Image-Imlib2-2.01.tar.gz) = 3d1529c188ca11e85649938ad63520118efc56f7 +RMD160 (Image-Imlib2-2.01.tar.gz) = f771cb1da69090f2428c77001fa99dec956e98af +Size (Image-Imlib2-2.01.tar.gz) = 30239 bytes |