Date: Sun, 4 Jun 2017 21:12:42 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442591 - in head/print/gutenprint: . files Message-ID: <201706042112.v54LCgq2018034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Sun Jun 4 21:12:42 2017 New Revision: 442591 URL: https://svnweb.freebsd.org/changeset/ports/442591 Log: print/gutenprint: add common greeting cars sizes PR: 214304 Submitted by: freebsd dreamchaser org Added: head/print/gutenprint/files/ head/print/gutenprint/files/patch-src_xml_papers.xml (contents, props changed) Modified: head/print/gutenprint/Makefile Modified: head/print/gutenprint/Makefile ============================================================================== --- head/print/gutenprint/Makefile Sun Jun 4 21:11:50 2017 (r442590) +++ head/print/gutenprint/Makefile Sun Jun 4 21:12:42 2017 (r442591) @@ -4,7 +4,7 @@ PORTNAME= gutenprint PORTVERSION= 5.2.12 -PORTREVISION?= 0 # also print/gimp-gutenprint +PORTREVISION?= 1 # also print/gimp-gutenprint CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION} Added: head/print/gutenprint/files/patch-src_xml_papers.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/gutenprint/files/patch-src_xml_papers.xml Sun Jun 4 21:12:42 2017 (r442591) @@ -0,0 +1,68 @@ +--- src/xml/papers.xml.orig 2017-06-04 21:07:10 UTC ++++ src/xml/papers.xml +@@ -1712,6 +1712,65 @@ + <unit value="metric"/> + </paper> + ++ <!-- Group: Greeting Card Sizes --> ++ <paper name="7x10TopFoldCard"> ++ <description translate="value" value="5x7 Top Fold Card (7x10)"/> ++ <comment value="5in x 7in Top Fold Card (7x10 paper)"/> ++ <width value="504"/> ++ <height value="720"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="6x8TopFoldCard"> ++ <description translate="value" value="4x6 Top Fold Card (6x8)"/> ++ <comment value="5in x 7in Top Fold Card (6x8 paper)"/> ++ <width value="432"/> ++ <height value="576"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="6.25x9TopFoldCard"> ++ <description translate="value" value="4.5x6.25 Top Fold Card (6.25x9)"/> ++ <comment value="4.5in x 6.25in Top Fold Card (6.25x9 paper)"/> ++ <width value="450"/> ++ <height value="648"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="5.5x8.5TopFoldCard"> ++ <description translate="value" value="4.25x5.5 Top Fold Card (5.5x8.5)"/> ++ <comment value="4.25in x 5.5in Top Fold Card (5.5x8.5 paper)"/> ++ <width value="396"/> ++ <height value="612"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="9x8TopFoldCard"> ++ <description translate="value" value="4x9 Top Fold Card (9x8)"/> ++ <comment value="4in x 9in Top Fold Card (9x8 paper)"/> ++ <width value="648"/> ++ <height value="576"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="8.5x11TopFoldCard"> ++ <description translate="value" value="5.5x8.5 Top Fold Card (8.5x11)"/> ++ <comment value="5.5in x 8.5in Top Fold Card (8.5x11 paper)"/> ++ <width value="612"/> ++ <height value="792"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="5.25x10.5TopFoldCard"> ++ <description translate="value" value="5.25x5.25 Top Fold Card (5.25x10.5)"/> ++ <comment value="5.25in x 5.25in Top Fold Card (5.25x10.5 paper)"/> ++ <width value="378"/> ++ <height value="756"/> ++ <unit value="english-extended"/> ++ </paper> ++ <paper name="14x5SideFoldCard"> ++ <description translate="value" value="5x7 Side Fold Card (14x5)"/> ++ <comment value="5in x 7in Side Fold Card (14x5 paper)"/> ++ <width value="1008"/> ++ <height value="360"/> ++ <unit value="english-extended"/> ++ </paper> ++ <!-- End of Greeting Card Sizes --> ++ + <!-- + Special dyesub-specific sizes +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706042112.v54LCgq2018034>