[46704] trunk/dports/graphics

blb at macports.org blb at macports.org
Tue Feb 10 14:33:29 PST 2009


Revision: 46704
          http://trac.macports.org/changeset/46704
Author:   blb at macports.org
Date:     2009-02-10 14:33:29 -0800 (Tue, 10 Feb 2009)
Log Message:
-----------
New port - graphics/pdf2djvu, Convert PDF to DjVu

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

Added: trunk/dports/graphics/pdf2djvu/Portfile
===================================================================
--- trunk/dports/graphics/pdf2djvu/Portfile	                        (rev 0)
+++ trunk/dports/graphics/pdf2djvu/Portfile	2009-02-10 22:33:29 UTC (rev 46704)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+name                pdf2djvu
+version             0.5.0
+categories          graphics textproc
+maintainers         blb openmaintainer
+description         Convert PDF to DjVu
+long_description \
+   pdf2djvu creates DjVu files from PDF files. It's able to extract: \
+   graphics, text layer, hyperlinks, document outline (bookmarks), and \
+   metadata.
+
+platforms           darwin
+
+homepage            http://code.google.com/p/pdf2djvu/
+master_sites        http://pdf2djvu.googlecode.com/files/
+distname            ${name}_${version}
+worksrcdir          ${name}-${version}
+
+checksums           md5     289bc52ad069fc51993ac6b71a58ebf8 \
+                    sha1    dfbf3b38e93de88f6296d19ccc2142862d6c54f2 \
+                    rmd160  6a6483d656f8fd4ec3f5756c7ee7237273f2c89f
+
+depends_build       port:pkgconfig
+
+depends_lib         port:djvulibre port:poppler port:libiconv
+
+post-destroot {
+   xinstall -m 644 -W ${worksrcpath}/doc ${name}.1 \
+      ${destroot}${prefix}/share/man/man1
+}
+


Property changes on: trunk/dports/graphics/pdf2djvu/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/20090210/acb216a8/attachment.html>


More information about the macports-changes mailing list