[65180] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Tue Mar 23 04:57:49 PDT 2010


Revision: 65180
          http://trac.macports.org/changeset/65180
Author:   ryandesign at macports.org
Date:     2010-03-23 04:57:49 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
unpaper: new port, version 0.3; see #24157

Added Paths:
-----------
    trunk/dports/graphics/unpaper/
    trunk/dports/graphics/unpaper/Portfile

Added: trunk/dports/graphics/unpaper/Portfile
===================================================================
--- trunk/dports/graphics/unpaper/Portfile	                        (rev 0)
+++ trunk/dports/graphics/unpaper/Portfile	2010-03-23 11:57:49 UTC (rev 65180)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+
+name                unpaper
+version             0.3
+categories          graphics
+maintainers         pd.infn.it:cristiano.fontana
+license             GPL
+description         Post-processing scanned and photocopied book pages
+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. \
+                    The main purpose is to make scanned book pages better readable on screen after conversion to PDF. \
+                    Additionally, unpaper might be useful to enhance the quality of scanned pages before performing optical character recognition (OCR).
+homepage            http://unpaper.berlios.de/
+platforms           darwin
+master_sites        http://download.berlios.de/unpaper/
+
+checksums           md5     be41eaf8556e7df39ab53939c99c4f7b \
+                    sha1    120eee7c635eeb8ea75431c2dfba89bd8c132493 \
+                    rmd160  f67a41ae4f80ba74fd7193674340d518d4bbc89f
+
+configure.cflags-append -lm
+configure.cflags-append -o ${name}
+
+use_configure       no
+
+build.target        src/unpaper.c
+build.args          ${configure.cflags}
+build.cmd           ${configure.compiler}
+
+destroot {
+    xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/graphics/unpaper/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/7a753588/attachment-0001.html>


More information about the macports-changes mailing list