[63616] trunk/dports/graphics

raphael at macports.org raphael at macports.org
Wed Feb 10 02:35:20 PST 2010


Revision: 63616
          http://trac.macports.org/changeset/63616
Author:   raphael at macports.org
Date:     2010-02-10 02:35:18 -0800 (Wed, 10 Feb 2010)
Log Message:
-----------
scantailor: new port

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

Added: trunk/dports/graphics/scantailor/Portfile
===================================================================
--- trunk/dports/graphics/scantailor/Portfile	                        (rev 0)
+++ trunk/dports/graphics/scantailor/Portfile	2010-02-10 10:35:18 UTC (rev 63616)
@@ -0,0 +1,42 @@
+# -*- 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
+# $Id: $
+
+PortSystem                      1.0
+PortGroup                       cmake 1.0
+
+name                            scantailor
+version                         0.9.7.2
+platforms                       darwin
+maintainers                     raphael openmaintainer
+license                         GPL-3+
+categories                      graphics
+description                     An interactive post-processing tool for scanned pages
+homepage                        http://${name}.sourceforge.net/
+long_description                Scan Tailor is an interactive post-processing tool for scanned \
+                                pages. It performs operations such as page splitting, deskewing, \
+                                adding/removing borders, and others. You give it raw scans, and \
+                                you get pages ready to be printed or assembled into a PDF or \
+                                DJVU file. Scanning, optical character recognition, and \
+                                assembling multi-page documents are out of scope of this project.
+
+depends_lib                     path:bin/qmake-mac:qt4-mac \
+                                port:jpeg \
+                                port:zlib \
+                                port:libpng \
+                                port:tiff \
+                                port:boost
+
+master_sites                    sourceforge
+
+checksums                       md5     26e7efb1cd443f698c7201e37c0efb23 \
+                                sha1    a402c65be30de6809cc5ce5d44808f71fc12c694 \
+                                rmd160  d30cc9ce9fc53bff21c5b4c4e7bf2ccc91b60ea7
+
+post-destroot {                 set docdir ${destroot}${prefix}/share/doc/${name}
+                                xinstall -d ${docdir}
+                                xinstall -m 644 -W ${worksrcpath} \
+                                    COPYING \
+                                    GPL3.txt \
+                                    VERSION \
+                                    ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100210/4621e8cf/attachment.html>


More information about the macports-changes mailing list