Skip to content

Commit

Permalink
print/rubygem-prawn-svg: Update to 0.32.0
Browse files Browse the repository at this point in the history
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/mogest/prawn-svg/releases
  • Loading branch information
sunpoet committed May 16, 2021
1 parent a9ab890 commit 25e9336
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions print/rubygem-prawn-svg/Makefile
@@ -1,16 +1,17 @@
PORTNAME= prawn-svg
PORTVERSION= 0.31.0
PORTVERSION= 0.32.0
CATEGORIES= print rubygems
MASTER_SITES= RG

MAINTAINER= ruby@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SVG renderer for Prawn PDF library

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-css_parser>=1.6<2:textproc/rubygem-css_parser \
rubygem-prawn>=0.11.1<3:print/rubygem-prawn
rubygem-prawn>=0.11.1<3:print/rubygem-prawn \
rubygem-rexml>=3.2<4:textproc/rubygem-rexml

USES= gem
USE_RUBY= yes
Expand Down
6 changes: 3 additions & 3 deletions print/rubygem-prawn-svg/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1607539989
SHA256 (rubygem/prawn-svg-0.31.0.gem) = d40435a7880e76d7b6053c819c8033862ffa8c0fc5271ea9f11b1286658565e5
SIZE (rubygem/prawn-svg-0.31.0.gem) = 276992
TIMESTAMP = 1620928715
SHA256 (rubygem/prawn-svg-0.32.0.gem) = 66d1a20a93282528a25d5ad9e0db422dad4804a34e0892561b64c3930fff7d55
SIZE (rubygem/prawn-svg-0.32.0.gem) = 276992
6 changes: 3 additions & 3 deletions print/rubygem-prawn-svg/pkg-descr
@@ -1,5 +1,5 @@
An SVG renderer for the Prawn PDF library. This will take an SVG file as
input and render it into your PDF. prawn-svg is in its infancy and does not
support the full SVG specifications.
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.

WWW: https://github.com/mogest/prawn-svg

0 comments on commit 25e9336

Please sign in to comment.