pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Aug 14 14:58:27 UTC 2021

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/p5-Image-Sane: DESCR Makefile distinfo

Log Message:
New package for Image::Sane.

This module allows you to access SANE-compatible scanners in a Perlish and
object-oriented way, freeing you from the casting and memory management in C,
yet remaining very close in spirit to original API.


To generate a diff of this commit:
cvs rdiff -u -r1.948 -r1.949 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/p5-Image-Sane/DESCR \
    pkgsrc/graphics/p5-Image-Sane/Makefile \
    pkgsrc/graphics/p5-Image-Sane/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.948 pkgsrc/graphics/Makefile:1.949
--- pkgsrc/graphics/Makefile:1.948      Mon Jul 26 19:19:02 2021
+++ pkgsrc/graphics/Makefile    Sat Aug 14 14:58:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.948 2021/07/26 19:19:02 bsiegert Exp $
+# $NetBSD: Makefile,v 1.949 2021/08/14 14:58:27 bsiegert Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -425,6 +425,7 @@ SUBDIR+=    p5-Image-ExifTool
 SUBDIR+=       p5-Image-Imlib2
 SUBDIR+=       p5-Image-Info
 SUBDIR+=       p5-Image-JpegTran-AutoRotate
+SUBDIR+=       p5-Image-Sane
 SUBDIR+=       p5-Image-Size
 SUBDIR+=       p5-PerlMagick
 SUBDIR+=       p5-RRDTool-OO

Added files:

Index: pkgsrc/graphics/p5-Image-Sane/DESCR
diff -u /dev/null pkgsrc/graphics/p5-Image-Sane/DESCR:1.1
--- /dev/null   Sat Aug 14 14:58:27 2021
+++ pkgsrc/graphics/p5-Image-Sane/DESCR Sat Aug 14 14:58:27 2021
@@ -0,0 +1,3 @@
+This module allows you to access SANE-compatible scanners in a Perlish and
+object-oriented way, freeing you from the casting and memory management in C,
+yet remaining very close in spirit to original API.
Index: pkgsrc/graphics/p5-Image-Sane/Makefile
diff -u /dev/null pkgsrc/graphics/p5-Image-Sane/Makefile:1.1
--- /dev/null   Sat Aug 14 14:58:27 2021
+++ pkgsrc/graphics/p5-Image-Sane/Makefile      Sat Aug 14 14:58:27 2021
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/08/14 14:58:27 bsiegert Exp $
+
+DISTNAME=      Image-Sane-5
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    graphics perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/R/RA/RATCLIFFE/
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Image::Sane
+COMMENT=       Perl extension for the SANE (Scanner Access Now Easy)
+
+.include "../../lang/perl5/license.mk"
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Exception-Class>=0:../../devel/p5-Exception-Class
+DEPENDS+=      p5-Readonly>=0:../../devel/p5-Readonly
+
+PERL5_PACKLIST=        auto/Image/Sane/.packlist
+
+.include "../../graphics/sane-backends/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/p5-Image-Sane/distinfo
diff -u /dev/null pkgsrc/graphics/p5-Image-Sane/distinfo:1.1
--- /dev/null   Sat Aug 14 14:58:27 2021
+++ pkgsrc/graphics/p5-Image-Sane/distinfo      Sat Aug 14 14:58:27 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/14 14:58:27 bsiegert Exp $
+
+SHA1 (Image-Sane-5.tar.gz) = 6ecb4fe27a41c4fbc723f7858dd1ee1768671f8d
+RMD160 (Image-Sane-5.tar.gz) = f313d74d543823d613938306067ae4670f6bbdd9
+SHA512 (Image-Sane-5.tar.gz) = b2c9aec6d6ff598284df495c15cb33c9126364b2551d421580c0f2085a1b102bc5758f81f4f857bf6e098eab0a1945d39b8996d22ece23475296362b1f6a640b
+Size (Image-Sane-5.tar.gz) = 47781 bytes



Home | Main Index | Thread Index | Old Index