From owner-svn-ports-all@freebsd.org Thu Dec 10 21:29:47 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9FE064B726B; Thu, 10 Dec 2020 21:29:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CsRrm6W2Sz3J1s; Thu, 10 Dec 2020 21:29:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90A881FB2A; Thu, 10 Dec 2020 21:29:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BALThoM040886; Thu, 10 Dec 2020 21:29:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BALTg17040854; Thu, 10 Dec 2020 21:29:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012102129.0BALTg17040854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Dec 2020 21:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557480 - in head/print: . rubygem-prawn-templates X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/print: . rubygem-prawn-templates X-SVN-Commit-Revision: 557480 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2020 21:29:47 -0000 Author: sunpoet Date: Thu Dec 10 21:29:42 2020 New Revision: 557480 URL: https://svnweb.freebsd.org/changeset/ports/557480 Log: Add rubygem-prawn-templates 0.1.2 Support for templates was dropped in Prawn 0.13.0, disabled by default in 0.14.0, and extracted in 0.15.0. This gem includes the extracted templates code, which is mainly unsupported, but provides the old functionality that was in Prawn 0.12.0 for years. WWW: https://github.com/prawnpdf/prawn-templates Added: head/print/rubygem-prawn-templates/ head/print/rubygem-prawn-templates/Makefile (contents, props changed) head/print/rubygem-prawn-templates/distinfo (contents, props changed) head/print/rubygem-prawn-templates/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Thu Dec 10 21:29:41 2020 (r557479) +++ head/print/Makefile Thu Dec 10 21:29:42 2020 (r557480) @@ -216,6 +216,7 @@ SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg SUBDIR += rubygem-prawn-table + SUBDIR += rubygem-prawn-templates SUBDIR += rubygem-prawn_shapes SUBDIR += rubygem-rbpdf SUBDIR += rubygem-rbpdf-font Added: head/print/rubygem-prawn-templates/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-prawn-templates/Makefile Thu Dec 10 21:29:42 2020 (r557480) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= prawn-templates +PORTVERSION= 0.1.2 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Include other pdfs or combine several pdf documents into one + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 +LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 + +RUN_DEPENDS= rubygem-pdf-reader>=2.0<3:print/rubygem-pdf-reader \ + rubygem-prawn>=2.2<3:print/rubygem-prawn + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/print/rubygem-prawn-templates/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-prawn-templates/distinfo Thu Dec 10 21:29:42 2020 (r557480) @@ -0,0 +1,3 @@ +TIMESTAMP = 1607539647 +SHA256 (rubygem/prawn-templates-0.1.2.gem) = 117aa03db570147cb86fcd7de4fd896994f702eada1d699848a9529a87cd31f1 +SIZE (rubygem/prawn-templates-0.1.2.gem) = 28160 Added: head/print/rubygem-prawn-templates/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-prawn-templates/pkg-descr Thu Dec 10 21:29:42 2020 (r557480) @@ -0,0 +1,7 @@ +Support for templates was dropped in Prawn 0.13.0, disabled by default in +0.14.0, and extracted in 0.15.0. + +This gem includes the extracted templates code, which is mainly unsupported, but +provides the old functionality that was in Prawn 0.12.0 for years. + +WWW: https://github.com/prawnpdf/prawn-templates