blob: f3c3dee450c894502a5d58a5335464b1e30e1127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gscan2pdf
PORTVERSION= 2.8.2
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= Produce PDF from scanned documents
LICENSE= GPLv3
BUILD_DEPENDS= p5-Config-General>=2.40:devel/p5-Config-General \
p5-Glib>=1.210:devel/p5-Glib \
p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \
p5-Log-Log4perl>0:devel/p5-Log-Log4perl \
p5-Readonly>0:devel/p5-Readonly \
ImageMagick6>0:graphics/ImageMagick6 \
p5-Image-Sane>=0.14:graphics/p5-Image-Sane \
p5-Set-IntSpan>=1.10:math/p5-Set-IntSpan \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-Try-Tiny>0:lang/p5-Try-Tiny \
bash:shells/bash \
p5-PDF-API2>0.57:textproc/p5-PDF-API2 \
p5-Gtk3>=0.028:x11-toolkits/p5-Gtk3 \
p5-Gtk3-SimpleList>=0.17:x11-toolkits/p5-Gtk3-SimpleList \
p5-Goo-Canvas2>=0.06:devel/p5-Goo-Canvas2
RUN_DEPENDS:= p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable \
xdg-open:devel/xdg-utils \
cjb2:graphics/djvulibre \
scanimage:graphics/sane-backends \
unpaper:graphics/unpaper \
ImageMagick6>0:graphics/ImageMagick6 \
p5-HTML-Parser>0:www/p5-HTML-Parser \
p5-Filesys-Df>0.92:sysutils/p5-Filesys-Df \
p5-Data-UUID>=1.220:devel/p5-Data-UUID \
p5-Date-Calc>=6.4:devel/p5-Date-Calc \
p5-Config-General>=2.40:devel/p5-Config-General \
p5-Glib>=1.210:devel/p5-Glib \
p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \
p5-Log-Log4perl>0:devel/p5-Log-Log4perl \
p5-Readonly>0:devel/p5-Readonly \
p5-Image-Sane>=0.14:graphics/p5-Image-Sane \
p5-Set-IntSpan>=1.10:math/p5-Set-IntSpan \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-Try-Tiny>0:lang/p5-Try-Tiny \
p5-PDF-API2>0.57:textproc/p5-PDF-API2 \
p5-Gtk3>=0.028:x11-toolkits/p5-Gtk3 \
p5-Gtk3-SimpleList>=0.17:x11-toolkits/p5-Gtk3-SimpleList \
p5-Goo-Canvas2>=0.06:devel/p5-Goo-Canvas2 \
p5-Gtk2-Ex-PodViewer>0:x11-toolkits/p5-Gtk2-Ex-PodViewer
NO_ARCH= yes
USES= desktop-file-utils gettext gmake gnome perl5 tar:xz
USE_GNOME= gtk30 librsvg2
USE_PERL5= configure
OPTIONS_MULTI= OCR
OPTIONS_MULTI_OCR= GOCR TESSERACT
OPTIONS_DEFAULT= GOCR
GOCR_DESC= OCR program developed under GPL
GOCR_RUN_DEPENDS= gocr:graphics/gocr
OCR_DESC= Optical Character Recognition
TESSERACT_DESC= OCR engine developed at Google
TESSERACT_RUN_DEPENDS= tesseract:graphics/tesseract
post-patch:
@${REINPLACE_CMD} -e \
's|$$sharedir/man|$$prefixdir/man| ; \
s|1p|1|' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e \
's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/bin/${PORTNAME}
.include <bsd.port.mk>
|