print/rubygem-prawn-svg036: Add rubygem-prawn-svg036 0.36.2 (copied from rubygem-prawn-svg)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2025-09-03 03:49:29 +08:00
parent 5409a2e865
commit c1a181b798
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,25 @@
PORTNAME= prawn-svg
PORTVERSION= 0.36.2
CATEGORIES= print rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 036
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SVG renderer for Prawn PDF library
WWW= https://github.com/mogest/prawn-svg
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-css_parser>=1.6<2:textproc/rubygem-css_parser \
rubygem-matrix>=0.4.2<0.5:math/rubygem-matrix \
rubygem-prawn>=0.11.1<3:print/rubygem-prawn \
rubygem-rexml>=3.3.9<4:textproc/rubygem-rexml
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.36\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1738606619
SHA256 (rubygem/prawn-svg-0.36.2.gem) = b87031f946b730e4802fda0054971f292f755aee81e7a21c0a71669c646a1c32
SIZE (rubygem/prawn-svg-0.36.2.gem) = 295424

View File

@ -0,0 +1,3 @@
prawn-svg is an SVG renderer for the Prawn PDF library. This will take an SVG
document as input and render it into your PDF. prawn-svg supports most but not
all of the full SVG 1.1 specification.