aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:15:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:37 +0000
commitbc71daa639a9b1ef24cc2dc75e820675f8104206 (patch)
tree857dd8e687781f8f8cad180ef3680fbbb3b68555
parent02e7cbf801ea73c1dfb40881e5d4750134af3043 (diff)
downloadports-bc71daa639a9b1ef24cc2dc75e820675f8104206.tar.gz
ports-bc71daa639a9b1ef24cc2dc75e820675f8104206.zip
print/rubygem-ttfunk17: Add rubygem-ttfunk17 1.7.0 (copied from rubygem-ttfunk)
- Add PORTSCOUT
-rw-r--r--print/Makefile1
-rw-r--r--print/rubygem-ttfunk17/Makefile23
-rw-r--r--print/rubygem-ttfunk17/distinfo3
-rw-r--r--print/rubygem-ttfunk17/pkg-descr1
4 files changed, 28 insertions, 0 deletions
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.