Date: Mon, 1 Jan 2018 01:23:15 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457750 - in head/graphics: . p5-Image-Sane Message-ID: <201801010123.w011NFHC052713@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Jan 1 01:23:15 2018 New Revision: 457750 URL: https://svnweb.freebsd.org/changeset/ports/457750 Log: - New port: graphics/p5-Image-Sane Perl bindings for the SANE (Scanner Access Now Easy) Project. 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. WWW: http://search.cpan.org/dist/Image-Sane/ It's probably based on the old graphics/p5-Sane (last release in 2012) but under active development. graphics/gscan2pdf switched to this library. Added: head/graphics/p5-Image-Sane/ head/graphics/p5-Image-Sane/Makefile (contents, props changed) head/graphics/p5-Image-Sane/distinfo (contents, props changed) head/graphics/p5-Image-Sane/pkg-descr (contents, props changed) head/graphics/p5-Image-Sane/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Jan 1 00:17:45 2018 (r457749) +++ head/graphics/Makefile Mon Jan 1 01:23:15 2018 (r457750) @@ -728,6 +728,7 @@ SUBDIR += p5-Image-ObjectDetect SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer + SUBDIR += p5-Image-Sane SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Image-Size-FillFullSelect Added: head/graphics/p5-Image-Sane/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Image-Sane/Makefile Mon Jan 1 01:23:15 2018 (r457750) @@ -0,0 +1,22 @@ +# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Image-Sane +PORTVERSION= 0.14 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danilo@FreeBSD.org +COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project + +BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig +RUN_DEPENDS= p5-Exception-Class>=1.43:devel/p5-Exception-Class \ + p5-Try-Tiny>=0.28:lang/p5-Try-Tiny +LIB_DEPENDS= libsane.so:graphics/sane-backends + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/graphics/p5-Image-Sane/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Image-Sane/distinfo Mon Jan 1 01:23:15 2018 (r457750) @@ -0,0 +1,3 @@ +TIMESTAMP = 1509932609 +SHA256 (Image-Sane-0.14.tar.gz) = a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5 +SIZE (Image-Sane-0.14.tar.gz) = 47158 Added: head/graphics/p5-Image-Sane/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Image-Sane/pkg-descr Mon Jan 1 01:23:15 2018 (r457750) @@ -0,0 +1,6 @@ +Perl bindings for the SANE (Scanner Access Now Easy) Project. 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. + +WWW: http://search.cpan.org/dist/Image-Sane/ Added: head/graphics/p5-Image-Sane/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Image-Sane/pkg-plist Mon Jan 1 01:23:15 2018 (r457750) @@ -0,0 +1,4 @@ +%%SITE_ARCH%%/Image/Sane.pm +%%SITE_ARCH%%/Image/Sane/Device.pm +%%SITE_ARCH%%/auto/Image/Sane/Sane.so +%%PERL5_MAN3%%/Image::Sane.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801010123.w011NFHC052713>