Date: Sun, 29 Jul 2018 08:45:15 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475631 - in head/misc: . ironscanner Message-ID: <201807290845.w6T8jFht010971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jul 29 08:45:14 2018 New Revision: 475631 URL: https://svnweb.freebsd.org/changeset/ports/475631 Log: New port: misc/ironscanner: Collect as much information as possible on image scanners Added: head/misc/ironscanner/ head/misc/ironscanner/Makefile (contents, props changed) head/misc/ironscanner/distinfo (contents, props changed) head/misc/ironscanner/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Jul 29 07:44:56 2018 (r475630) +++ head/misc/Makefile Sun Jul 29 08:45:14 2018 (r475631) @@ -186,6 +186,7 @@ SUBDIR += inplace SUBDIR += ipa_conv SUBDIR += ipbt + SUBDIR += ironscanner SUBDIR += iselect SUBDIR += iso-codes SUBDIR += jargon Added: head/misc/ironscanner/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ironscanner/Makefile Sun Jul 29 08:45:14 2018 (r475631) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ironscanner +DISTVERSION= 1.1.0.20180715 +CATEGORIES= misc python + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collect as much information as possible on image scanners + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyinsane2>0:graphics/py-pyinsane2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} + +USES= gmake python:3.4+ +USE_GITLAB= yes +GL_SITE= https://gitlab.gnome.org +GL_ACCOUNT= World/OpenPaperwork +GL_COMMIT= b2d3a2f04d407a3cfb54d537082a872e7b2bc093 +USE_PYTHON= distutils autoplist noflavors +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/misc/ironscanner/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ironscanner/distinfo Sun Jul 29 08:45:14 2018 (r475631) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532853509 +SHA256 (World/OpenPaperwork-ironscanner-b2d3a2f04d407a3cfb54d537082a872e7b2bc093_GL0.tar.gz) = 81aa310c66faf1a6211f062cf1dbc910328cd10f28eb18178a93a7b61b097e86 +SIZE (World/OpenPaperwork-ironscanner-b2d3a2f04d407a3cfb54d537082a872e7b2bc093_GL0.tar.gz) = 6785901 Added: head/misc/ironscanner/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/ironscanner/pkg-descr Sun Jul 29 08:45:14 2018 (r475631) @@ -0,0 +1,4 @@ +Collect as much information as possible on a image scanner, run test scan, and +send a detailed report to OpenPaper.work. + +WWW: https://openpaper.work/en-us/scanner_db/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807290845.w6T8jFht010971>