summaryrefslogtreecommitdiff
path: root/print/rubygem-pdf-core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* print/rubygem-pdf-core: Update to 0.9.0Po-Chuan Hsieh2021-05-162-7/+8
| | | | | | | - Take maintainership Changes: https://github.com/prawnpdf/pdf-core/releases https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.8.1Sunpoet Po-Chuan Hsieh2018-04-292-4/+4
| | | | Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* Update to 0.8.0Sunpoet Po-Chuan Hsieh2018-04-282-4/+4
| | | | Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* Update to 0.7.0Sunpoet Po-Chuan Hsieh2017-03-122-3/+4
| | | | Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
|
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* - Update to 0.6.1Sunpoet Po-Chuan Hsieh2016-03-062-4/+6
| | | | | | - Add LICENSE_FILE Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* - Update to 0.6.0Sunpoet Po-Chuan Hsieh2015-07-172-3/+3
| | | | Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* - Update to 0.5.1Sunpoet Po-Chuan Hsieh2015-05-243-3/+7
| | | | | | | - Add LICENSE - Add GitHub repository to WWW Changes: https://github.com/prawnpdf/pdf-core/commits/master
* print/rubygem-prawn: update to 1.3.0Steve Wills2014-09-292-3/+3
| | | | | | | | | | | | | print/rubygem-ttfunk: update to 1.4.0 print/rubygem-pdf-core: update to 0.4.0 Update rubygem-prawn and friends to the latest versions. These are all committed at the same time to avoid breakage. PR: 193833 PR: 194012 PR: 194013 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* PDF::Core is a pure Ruby library to render PDF documents.Steve Wills2014-03-293-0/+33
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. WWW: http://prawnpdf.org/ PR: ports/187987 Submitted by: Michael Moll <kvedulv at kvedulv.de>