1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

print/rubygem-prawn: Update to 2.4.0

- Change RUN_DEPENDS from rubygem-pdf-core07 to rubygem-pdf-core
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/prawnpdf/prawn/releases
		https://github.com/prawnpdf/prawn/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2021-05-16 23:16:14 +08:00
parent 1009253602
commit a9ab8900e8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 16 deletions

View File

@ -1,13 +1,12 @@
# Created by: wenheping@gmail.com
PORTNAME= prawn
PORTVERSION= 2.2.2
PORTREVISION= 2
PORTVERSION= 2.4.0
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast pure Ruby PDF generator
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, tiny, and nimble PDF generator for Ruby
LICENSE= RUBY GPLv2 GPLv3
LICENSE_COMB= dual
@ -15,8 +14,8 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-pdf-core07>=0.7.0<0.8:print/rubygem-pdf-core07 \
rubygem-ttfunk>=1.5<2:print/rubygem-ttfunk
RUN_DEPENDS= rubygem-pdf-core>=0.9.0<0.10:print/rubygem-pdf-core \
rubygem-ttfunk>=1.7<2:print/rubygem-ttfunk
USES= gem
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1489853046
SHA256 (rubygem/prawn-2.2.2.gem) = 95284b761f0ea99334ef840ab85f577cfe2cc9448f769cc723843a6d7670b2e1
SIZE (rubygem/prawn-2.2.2.gem) = 347648
TIMESTAMP = 1620928713
SHA256 (rubygem/prawn-2.4.0.gem) = 82062744f7126c2d77501da253a154271790254dfa8c309b8e52e79bc5de2abd
SIZE (rubygem/prawn-2.4.0.gem) = 349696

View File

@ -1,8 +1,5 @@
Prawn is a new pure Ruby PDF generation library,
with the long term goal of providing a suitable
replacement for PDF::Writer. It is being developed
under the auspices of the Ruby Mendicant project
with copious help from a number of mighty fine
contributors.
Prawn is a pure Ruby PDF generation library that provides a lot of great
functionality while trying to remain simple and reasonably performant.
WWW: http://prawn.majesticseacreature.com
WWW: https://prawnpdf.org/
WWW: https://github.com/prawnpdf/prawn