pkgsrc-WIP-changes archive

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

wip/gscan2pdf: import gscan2pdf-2.9.1



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 26 02:39:47 2020 +0100
Changeset:	b3453ef5b249f0788475dccbb8b1d04cc847eb68

Added Files:
	gscan2pdf/DESCR
	gscan2pdf/Makefile
	gscan2pdf/distinfo

Log Message:
wip/gscan2pdf: import gscan2pdf-2.9.1

A GUI to ease the process of producing a multipage PDF from a scan.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3453ef5b249f0788475dccbb8b1d04cc847eb68

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

diffstat:
 gscan2pdf/DESCR    |  1 +
 gscan2pdf/Makefile | 37 +++++++++++++++++++++++++++++++++++++
 gscan2pdf/distinfo |  6 ++++++
 3 files changed, 44 insertions(+)

diffs:
diff --git a/gscan2pdf/DESCR b/gscan2pdf/DESCR
new file mode 100644
index 0000000000..c347883819
--- /dev/null
+++ b/gscan2pdf/DESCR
@@ -0,0 +1 @@
+A GUI to ease the process of producing a multipage PDF from a scan.
diff --git a/gscan2pdf/Makefile b/gscan2pdf/Makefile
new file mode 100644
index 0000000000..b7fef9d490
--- /dev/null
+++ b/gscan2pdf/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+
+DISTNAME=	gscan2pdf-2.9.1
+CATEGORIES=	perl5 graphics
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gscan2pdf/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://sourceforge.net/projects/gscan2pdf/files/gscan2pdf/2.9.1/
+COMMENT=	GUI for producing a multipage PDF from a scan
+LICENSE=	gnu-gpl-v3 # icons/180_degree.svg + all the unmentioned files
+LICENSE+=	AND gnu-gpl-v2 # icons/scanner.svg
+LICENSE+=	AND gnu-lgpl-v2.1 # icons/pdf.svg
+# LICENSE+=	AND cc0 # net.sourceforge.gscan2pdf.appdata.xml
+
+DEPENDS+=	p5-Config-General>=2.4:../../devel/p5-Config-General
+DEPENDS+=	p5-Date-Calc>=0:../../devel/p5-Date-Calc
+DEPENDS+=	p5-Filesys-Df>=0:../../sysutils/p5-Filesys-Df
+DEPENDS+=	# TODO: p5-Glib>=1.21
+DEPENDS+=	# TODO: p5-GooCanvas2>=0
+DEPENDS+=	# TODO: p5-Gtk3>=0
+DEPENDS+=	# TODO: p5-Gtk3-SimpleList>=0
+DEPENDS+=	# TODO: p5-Image-Magick>=0
+DEPENDS+=	# TODO: p5-Image-Sane>=0
+DEPENDS+=	p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
+DEPENDS+=	p5-Log-Log4perl>=0:../../devel/p5-Log-Log4perl
+DEPENDS+=	p5-PDF-API2>=0:../../textproc/p5-PDF-API2
+DEPENDS+=	p5-Readonly>=0:../../devel/p5-Readonly
+DEPENDS+=	p5-Set-IntSpan>=1.1:../../devel/p5-Set-IntSpan
+DEPENDS+=	p5-Try-Tiny>=0:../../devel/p5-Try-Tiny
+
+PERL5_PACKLIST=		auto/gscan2pdf/.packlist
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		# none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gscan2pdf/distinfo b/gscan2pdf/distinfo
new file mode 100644
index 0000000000..d764729afb
--- /dev/null
+++ b/gscan2pdf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gscan2pdf-2.9.1.tar.xz) = 63e62fe2dc11c4fab12bab815fe0f9abccee65fd
+RMD160 (gscan2pdf-2.9.1.tar.xz) = fec4c31372261111ad48415fc6ed5395ba4ef4df
+SHA512 (gscan2pdf-2.9.1.tar.xz) = 4fc3107c871a7915ebdc023476b1159c0fe03934f1a52a417a5bc285be46f7db0ed38ec4cf015b15953c728ef19d1f4f30207d418b655c950bfb64ddc5d23237
+Size (gscan2pdf-2.9.1.tar.xz) = 484740 bytes


Home | Main Index | Thread Index | Old Index