1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name unpaper |
---|
6 | version 0.3 |
---|
7 | revision 1 |
---|
8 | categories graphics |
---|
9 | maintainers pd.infn.it:cristiano.fontana |
---|
10 | license GPL |
---|
11 | description Post-processing scanned and photocopied book pages |
---|
12 | long_description unpaper is a post-processing tool for scanned sheets of paper, especially for book pages that have been scanned from previously created photocopies. \ |
---|
13 | The main purpose is to make scanned book pages better readable on screen after conversion to PDF. \ |
---|
14 | Additionally, unpaper might be useful to enhance the quality of scanned pages before performing optical character recognition (OCR). |
---|
15 | homepage http://unpaper.berlios.de/ |
---|
16 | platforms darwin |
---|
17 | extract.suffix .tgz |
---|
18 | distfiles ${name}-bin-${version}.tar.gz |
---|
19 | master_sites http://download.berlios.de/unpaper/ |
---|
20 | |
---|
21 | checksums md5 0748137e67fa5796474716a096a82723 \ |
---|
22 | sha1 d51ef993ca865d3ce0fa02cc45f599c8945edd7f \ |
---|
23 | rmd160 65437743abc41e9e975ddd4db8cf4947d9e63484 |
---|
24 | |
---|
25 | configure.cflags-append -lm |
---|
26 | configure.cflags-append -o ${name} |
---|
27 | |
---|
28 | use_configure no |
---|
29 | |
---|
30 | build.target src/unpaper.c |
---|
31 | build.args ${configure.cflags} |
---|
32 | build.cmd ${configure.compiler} |
---|
33 | |
---|
34 | destroot { |
---|
35 | xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/bin |
---|
36 | } |
---|