Date: Sat, 23 Mar 2024 14:57:56 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bc71daa639a9 - main - print/rubygem-ttfunk17: Add rubygem-ttfunk17 1.7.0 (copied from rubygem-ttfunk) Message-ID: <202403231457.42NEvuE5084341@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc71daa639a9b1ef24cc2dc75e820675f8104206 commit bc71daa639a9b1ef24cc2dc75e820675f8104206 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:15:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:37 +0000 print/rubygem-ttfunk17: Add rubygem-ttfunk17 1.7.0 (copied from rubygem-ttfunk) - Add PORTSCOUT --- print/Makefile | 1 + print/rubygem-ttfunk17/Makefile | 23 +++++++++++++++++++++++ print/rubygem-ttfunk17/distinfo | 3 +++ print/rubygem-ttfunk17/pkg-descr | 1 + 4 files changed, 28 insertions(+) diff --git a/print/Makefile b/print/Makefile index 352bef324b2e..2dd0b18cb896 100644 --- a/print/Makefile +++ b/print/Makefile @@ -223,6 +223,7 @@ SUBDIR += rubygem-rbpdf SUBDIR += rubygem-rbpdf-font SUBDIR += rubygem-ttfunk + SUBDIR += rubygem-ttfunk17 SUBDIR += scribus SUBDIR += scribus-devel SUBDIR += sgf2tex diff --git a/print/rubygem-ttfunk17/Makefile b/print/rubygem-ttfunk17/Makefile new file mode 100644 index 000000000000..7547abf869b1 --- /dev/null +++ b/print/rubygem-ttfunk17/Makefile @@ -0,0 +1,23 @@ +PORTNAME= ttfunk +PORTVERSION= 1.7.0 +CATEGORIES= print rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 17 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Font Metrics Parser for the Prawn PDF generator +WWW= https://github.com/prawnpdf/ttfunk + +LICENSE= RUBY GPLv2 GPLv3 +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:^1\.7\. + +.include <bsd.port.mk> diff --git a/print/rubygem-ttfunk17/distinfo b/print/rubygem-ttfunk17/distinfo new file mode 100644 index 000000000000..04861ca88ebe --- /dev/null +++ b/print/rubygem-ttfunk17/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620928717 +SHA256 (rubygem/ttfunk-1.7.0.gem) = 2370ba484b1891c70bdcafd3448cfd82a32dd794802d81d720a64c15d3ef2a96 +SIZE (rubygem/ttfunk-1.7.0.gem) = 71168 diff --git a/print/rubygem-ttfunk17/pkg-descr b/print/rubygem-ttfunk17/pkg-descr new file mode 100644 index 000000000000..e3de58226997 --- /dev/null +++ b/print/rubygem-ttfunk17/pkg-descr @@ -0,0 +1 @@ +TTFunk is a TrueType font parser written in pure ruby.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231457.42NEvuE5084341>