Added: trunk/dports/print/pdfposter/Portfile (0 => 79918)
--- 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
___________________________________________________________________