Skip to content

Commit

Permalink
print/rubygem-pdf-core09: Add rubygem-pdf-core09 0.9.0 (copied from r…
Browse files Browse the repository at this point in the history
…ubygem-pdf-core)

- Add PORTSCOUT
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 6ecb770 commit 02e7cbf
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions print/Makefile
Expand Up @@ -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
Expand Down
24 changes: 24 additions & 0 deletions print/rubygem-pdf-core09/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions print/rubygem-pdf-core09/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1620928711
SHA256 (rubygem/pdf-core-0.9.0.gem) = 4f368b2f12b57ec979872d4bf4bd1a67e8648e0c81ab89801431d2fc89f4e0bb
SIZE (rubygem/pdf-core-0.9.0.gem) = 43520
13 changes: 13 additions & 0 deletions print/rubygem-pdf-core09/pkg-descr
@@ -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.

0 comments on commit 02e7cbf

Please sign in to comment.