1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id:$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | github.setup flameeyes unpaper 5 v |
---|
7 | name unpaper |
---|
8 | version 5 |
---|
9 | categories graphics |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | maintainers nomaintainer |
---|
13 | license GPL-2 |
---|
14 | |
---|
15 | description Post-processing scanned and photocopied book pages |
---|
16 | long_description unpaper is a post-processing tool for scanned sheets of paper, \ |
---|
17 | especially for book pages that have been scanned from previously \ |
---|
18 | created photocopies. The main purpose is to make scanned book pages \ |
---|
19 | better readable on screen after conversion to PDF. \ |
---|
20 | Additionally, unpaper might be useful to enhance the quality of scanned pages \ |
---|
21 | before performing optical character recognition (OCR). \ |
---|
22 | |
---|
23 | homepage https://github.com/Flameeyes/unpaper |
---|
24 | |
---|
25 | fetch.type git |
---|
26 | git.url https://github.com/Flameeyes/unpaper.git |
---|
27 | |
---|
28 | depends_build port:autoconf \ |
---|
29 | port:automake \ |
---|
30 | port:libtool |
---|
31 | |
---|
32 | |
---|
33 | |
---|