# -*- 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: Portfile 80010 2011-07-01 21:04:30Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               python27 1.0

name                    pdfposter
version                 0.5.0
revision                1
set download_id         1095
categories              print
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://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
