1 | |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup python27 1.0 |
---|
4 | |
---|
5 | name pdfposter |
---|
6 | version 0.5.0 |
---|
7 | categories print |
---|
8 | platforms darwin |
---|
9 | maintainers openmaintainer |
---|
10 | description scale and tile PDF images/pages to print on multiple pages |
---|
11 | long_description Pdfposter can be used to create a large poster by \ |
---|
12 | building it from multple pages and/or printing it on large \ |
---|
13 | media. It expects as input a PDF file, normally printing on a \ |
---|
14 | single page. The output is again a PDF file, maybe containing \ |
---|
15 | multiple pages together building the poster. The input page \ |
---|
16 | will be scaled to obtain the desired size. \ |
---|
17 | Much like poster does for Postscript files, but working with \ |
---|
18 | PDF. Since sometimes poster does not like your files converted \ |
---|
19 | from PDF. :-) Indeed pdfposter was inspired by poster. |
---|
20 | homepage http://pdfposter.origo.ethz.ch/ |
---|
21 | master_sites http://download.origo.ethz.ch/${name}/1095/ |
---|
22 | use_bzip2 yes |
---|
23 | distname pdftools.${name}-${version} |
---|
24 | distfiles ${distname}${extract.suffix} |
---|
25 | |
---|
26 | checksums md5 2e78427991ef9d830ac2baea82998849 \ |
---|
27 | sha1 efca128a0eba06922cc8c82133dcdd1fb0ef2311 \ |
---|
28 | rmd160 ca57353efdc5b21362edf105938d56ecf09d4c2c |
---|
29 | |
---|
30 | depends_build-append port:py27-distribute |
---|
31 | depends_lib-append port:py27-pypdf |
---|