mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
print/rubygem-pdf-core09: Add rubygem-pdf-core09 0.9.0 (copied from rubygem-pdf-core)
- Add PORTSCOUT
This commit is contained in:
parent
6ecb770ec6
commit
02e7cbf801
@ -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
|
||||
|
24
print/rubygem-pdf-core09/Makefile
Normal file
24
print/rubygem-pdf-core09/Makefile
Normal 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>
|
3
print/rubygem-pdf-core09/distinfo
Normal file
3
print/rubygem-pdf-core09/distinfo
Normal 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
|
13
print/rubygem-pdf-core09/pkg-descr
Normal file
13
print/rubygem-pdf-core09/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user