diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile index 9cb4500ae2d4..437ba40732ba 100644 --- a/print/rubygem-pdf-core/Makefile +++ b/print/rubygem-pdf-core/Makefile @@ -1,20 +1,21 @@ PORTNAME= pdf-core PORTVERSION= 0.9.0 CATEGORIES= print rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library to render PDF documents -WWW= https://prawnpdf.org/ +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 .include diff --git a/print/rubygem-pdf-core/pkg-descr b/print/rubygem-pdf-core/pkg-descr index 9a02d939eb7e..16f236b29865 100644 --- a/print/rubygem-pdf-core/pkg-descr +++ b/print/rubygem-pdf-core/pkg-descr @@ -1,15 +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. - -See also: https://github.com/prawnpdf/pdf-core