# -*- 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 python 1.0 name pdfposter version 0.5.0 revision 1 categories print license GPL-3+ platforms darwin maintainers nomaintainer supported_archs noarch 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://pythonhosted.org/pdftools.pdfposter/ master_sites https://pypi.python.org/packages/source/p/pdftools.pdfposter/ use_bzip2 yes distname pdftools.${name}-${version} checksums sha1 efca128a0eba06922cc8c82133dcdd1fb0ef2311 \ rmd160 ca57353efdc5b21362edf105938d56ecf09d4c2c python.default_version 27 depends_lib-append port:py${python.version}-pypdf \ port:py${python.version}-setuptools