print/rubygem-pdf-core09: Add rubygem-pdf-core09 0.9.0 (copied from rubygem-pdf-core)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:15:00 +08:00
parent 6ecb770ec6
commit 02e7cbf801
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 41 additions and 0 deletions

View File

@ -204,6 +204,7 @@
SUBDIR += rubygem-color-tools
SUBDIR += rubygem-color_diff
SUBDIR += rubygem-pdf-core
SUBDIR += rubygem-pdf-core09
SUBDIR += rubygem-pdf-reader
SUBDIR += rubygem-pdf-writer
SUBDIR += rubygem-prawn

View File

@ -0,0 +1,24 @@
PORTNAME= pdf-core
PORTVERSION= 0.9.0
CATEGORIES= print rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 09
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby library to render PDF documents
WWW= https://prawnpdf.org/ \
https://github.com/prawnpdf/pdf-core
LICENSE= GPLv2 GPLv3 RUBY
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.9\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1620928711
SHA256 (rubygem/pdf-core-0.9.0.gem) = 4f368b2f12b57ec979872d4bf4bd1a67e8648e0c81ab89801431d2fc89f4e0bb
SIZE (rubygem/pdf-core-0.9.0.gem) = 43520

View File

@ -0,0 +1,13 @@
PDF::Core is a pure Ruby library to render PDF documents.
It supports several PDF features, such as among others:
* low-level annotation
* istream objects and stream filters
* NameTree
* object repository
* object serialization
* indirect objects
* page geometries
It is used internally by Prawn (provided in the rubygems-prawn package),
a Ruby PDF generation library.