--- print/pdfstitch/Makefile (nonexistent) +++ print/pdfstitch/Makefile (working copy) @@ -0,0 +1,31 @@ +# Created by: Stefan Hagen +# $FreeBSD$ + +PORTNAME= pdfstitch +PORTVERSION= 0.4 +PORTREVISION= 1 +CATEGORIES= print + +MAINTAINER= ports@textmail.me +COMMENT= Crop and stitch pages from PDF to larger, single-page PDF + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= textproc/p5-YAML>=1.10:textproc/p5-YAML \ + devel/p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ + textproc/p5-PDF-API2>=2.030:textproc/p5-PDF-API2 + +NO_BUILD= yes +USE_GITHUB= yes +GH_ACCOUNT= sur5r +GH_TAGNAME= v${PORTVERSION} + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR_REL} + ${INSTALL_DATA} ${WRKSRC}/pdfstitch ${STAGEDIR}${PREFIX}/bin/pdfstitch + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/README + ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}${DOCSDIR}/LICENSE + +.include --- print/pdfstitch/distinfo (nonexistent) +++ print/pdfstitch/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (sur5r-pdfstitch-0.4-v0.4_GH0.tar.gz) = 380ce7b4a28e7fa4b9e2027a2bfa46ffe645da07b1ef26dbf1b5d04288148def +SIZE (sur5r-pdfstitch-0.4-v0.4_GH0.tar.gz) = 14606 --- print/pdfstitch/pkg-descr (nonexistent) +++ print/pdfstitch/pkg-descr (working copy) @@ -0,0 +1,9 @@ +Pdfstitcher can transform a regular multi-page PDF into a single-page PDF, +which displays the pages in a grid. + +While there are other tools that do the same, pdfstitcher focuses on the +following features: +- Crop pages to a certain size +- Adjust the crop position per page + +WWW: https://github.com/sur5r/pdfstitch --- print/pdfstitch/pkg-plist (nonexistent) +++ print/pdfstitch/pkg-plist (working copy) @@ -0,0 +1,3 @@ +@(,,755) bin/pdfstitch +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README