Ticket #40629: Portfile

File Portfile, 1.3 KB (added by mdbecque@…, 11 years ago)

A version 5 port file from github.

Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6github.setup            flameeyes unpaper 5 v
7name                unpaper
8version             5
9categories          graphics
10platforms           darwin
11
12maintainers         nomaintainer
13license             GPL-2
14
15description         Post-processing scanned and photocopied book pages
16long_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                   
23homepage            https://github.com/Flameeyes/unpaper
24       
25fetch.type          git   
26git.url                         https://github.com/Flameeyes/unpaper.git                     
27
28depends_build       port:autoconf \
29                    port:automake \
30                    port:libtool
31   
32   
33