[79918] trunk/dports/print

ryandesign at macports.org ryandesign at macports.org
Wed Jun 29 02:38:46 PDT 2011


Revision: 79918
          http://trac.macports.org/changeset/79918
Author:   ryandesign at macports.org
Date:     2011-06-29 02:38:46 -0700 (Wed, 29 Jun 2011)
Log Message:
-----------
pdfposter: new port, version 0.5.0; see #29767

Added Paths:
-----------
    trunk/dports/print/pdfposter/
    trunk/dports/print/pdfposter/Portfile

Added: trunk/dports/print/pdfposter/Portfile
===================================================================
--- trunk/dports/print/pdfposter/Portfile	                        (rev 0)
+++ trunk/dports/print/pdfposter/Portfile	2011-06-29 09:38:46 UTC (rev 79918)
@@ -0,0 +1,40 @@
+# -*- 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               python27 1.0
+
+name                    pdfposter
+version                 0.5.0
+set download_id         1095
+categories              print
+platforms               darwin
+maintainers             nomaintainer
+supported_archs         noach
+
+description             scale and tile PDF images/pages to print on multiple pages
+
+long_description        Pdfposter can be used to create a large poster by \
+                        building it from multiple pages and/or printing it on \
+                        large media. It expects as input a PDF file, normally \
+                        printing on a single page. The output is again a PDF \
+                        file, maybe containing multiple pages together building \
+                        the poster. The input page will be scaled to obtain the \
+                        desired size, much like poster does for PostScript \
+                        files, but working with PDF, since sometimes poster \
+                        does not like your files converted from PDF. :-) \
+                        Indeed pdfposter was inspired by poster.
+
+homepage                http://pdfposter.origo.ethz.ch/
+master_sites            http://download.origo.ethz.ch/${name}/${download_id}/
+use_bzip2               yes
+distname                pdftools.${name}-${version}
+
+checksums               sha1    efca128a0eba06922cc8c82133dcdd1fb0ef2311 \
+                        rmd160  ca57353efdc5b21362edf105938d56ecf09d4c2c
+
+depends_build-append    port:py27-distribute
+
+depends_lib-append      port:py27-pypdf
+
+python.link_binaries_suffix


Property changes on: trunk/dports/print/pdfposter/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/20110629/86e173ab/attachment.html>


More information about the macports-changes mailing list