diff options
Diffstat (limited to 'graphics/p5-Image-BMP')
-rw-r--r-- | graphics/p5-Image-BMP/DESCR | 5 | ||||
-rw-r--r-- | graphics/p5-Image-BMP/Makefile | 19 | ||||
-rw-r--r-- | graphics/p5-Image-BMP/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/graphics/p5-Image-BMP/DESCR b/graphics/p5-Image-BMP/DESCR new file mode 100644 index 00000000000..2db3c295de3 --- /dev/null +++ b/graphics/p5-Image-BMP/DESCR @@ -0,0 +1,5 @@ +"Image::BMP" objects can parse and even ASCII view bitmaps of the +.BMP format. It can read most of the common forms of this format. + +It can be used to get image info, view images, read images and get +pixel info. diff --git a/graphics/p5-Image-BMP/Makefile b/graphics/p5-Image-BMP/Makefile new file mode 100644 index 00000000000..310f11d5f1c --- /dev/null +++ b/graphics/p5-Image-BMP/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/05 22:47:47 wiz Exp $ +# + +DISTNAME= Image-BMP-1.16 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Image-BMP/ +COMMENT= Read BMP file information +#LICENSE= non commercial use? + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Image/BMP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Image-BMP/distinfo b/graphics/p5-Image-BMP/distinfo new file mode 100644 index 00000000000..ea6fa231f5e --- /dev/null +++ b/graphics/p5-Image-BMP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/05 22:47:47 wiz Exp $ + +SHA1 (Image-BMP-1.16.tar.gz) = 0284c7cd5e5412d51a5e540fc3637197b8b37e79 +RMD160 (Image-BMP-1.16.tar.gz) = 40caddf7ca826b0df5bb3f6b0b9609c52061296e +Size (Image-BMP-1.16.tar.gz) = 10358 bytes |