aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormfechner <mfechner@FreeBSD.org>2019-03-02 19:26:01 +0800
committermfechner <mfechner@FreeBSD.org>2019-03-02 19:26:01 +0800
commit64330fcf7a69b4f96df852764eea815138a4d82a (patch)
tree332822692b34eb69cccb4b6f2f4a06bda61556fc /textproc
parent67b656940ada1c465923ef67986ce29bec6286cf (diff)
downloadfreebsd-ports-gnome-64330fcf7a69b4f96df852764eea815138a4d82a.tar.gz
freebsd-ports-gnome-64330fcf7a69b4f96df852764eea815138a4d82a.tar.zst
freebsd-ports-gnome-64330fcf7a69b4f96df852764eea815138a4d82a.zip
New ports required by gitlab-ce upgrade to 11.8.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/rubygem-character_set/Makefile18
-rw-r--r--textproc/rubygem-character_set/distinfo3
-rw-r--r--textproc/rubygem-character_set/pkg-descr3
-rw-r--r--textproc/rubygem-regexp_property_values/Makefile18
-rw-r--r--textproc/rubygem-regexp_property_values/distinfo3
-rw-r--r--textproc/rubygem-regexp_property_values/pkg-descr5
7 files changed, 52 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 89c7752a6276..5192ca642c96 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1529,6 +1529,7 @@
SUBDIR += rubygem-babel-transpiler
SUBDIR += rubygem-babosa
SUBDIR += rubygem-case_transform
+ SUBDIR += rubygem-character_set
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-chewy
SUBDIR += rubygem-citrus
@@ -1623,6 +1624,7 @@
SUBDIR += rubygem-rdtool
SUBDIR += rubygem-redcarpet
SUBDIR += rubygem-regexp_parser
+ SUBDIR += rubygem-regexp_property_values
SUBDIR += rubygem-representable
SUBDIR += rubygem-reverse_markdown
SUBDIR += rubygem-ri_cal
diff --git a/textproc/rubygem-character_set/Makefile b/textproc/rubygem-character_set/Makefile
new file mode 100644
index 000000000000..90246b555c61
--- /dev/null
+++ b/textproc/rubygem-character_set/Makefile
@@ -0,0 +1,18 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= character_set
+PORTVERSION= 1.1.2
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Build, read, write and compare sets of Unicode codepoints
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-character_set/distinfo b/textproc/rubygem-character_set/distinfo
new file mode 100644
index 000000000000..1873e8bf8d55
--- /dev/null
+++ b/textproc/rubygem-character_set/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551203717
+SHA256 (rubygem/character_set-1.1.2.gem) = 49a70aac3a70ad381e857153e16e64d272c2a56516b56837e97ec7c057bb9684
+SIZE (rubygem/character_set-1.1.2.gem) = 31744
diff --git a/textproc/rubygem-character_set/pkg-descr b/textproc/rubygem-character_set/pkg-descr
new file mode 100644
index 000000000000..29e98b94b145
--- /dev/null
+++ b/textproc/rubygem-character_set/pkg-descr
@@ -0,0 +1,3 @@
+Build, read, write and compare sets of Unicode codepoints.
+
+WWW: https://github.com/janosch-x/character_set
diff --git a/textproc/rubygem-regexp_property_values/Makefile b/textproc/rubygem-regexp_property_values/Makefile
new file mode 100644
index 000000000000..496b6bc601f2
--- /dev/null
+++ b/textproc/rubygem-regexp_property_values/Makefile
@@ -0,0 +1,18 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= regexp_property_values
+PORTVERSION= 0.3.4
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Display which property value regexp support
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-regexp_property_values/distinfo b/textproc/rubygem-regexp_property_values/distinfo
new file mode 100644
index 000000000000..911896dd12e7
--- /dev/null
+++ b/textproc/rubygem-regexp_property_values/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551204348
+SHA256 (rubygem/regexp_property_values-0.3.4.gem) = d907d999d51314d27e92d46f502b55bdb0e0d11c8460b36f5a49c307e7026a16
+SIZE (rubygem/regexp_property_values-0.3.4.gem) = 13824
diff --git a/textproc/rubygem-regexp_property_values/pkg-descr b/textproc/rubygem-regexp_property_values/pkg-descr
new file mode 100644
index 000000000000..00b97f30cd09
--- /dev/null
+++ b/textproc/rubygem-regexp_property_values/pkg-descr
@@ -0,0 +1,5 @@
+This small library lets you see which property values are supported
+by the regular expression engine of the Ruby version you are
+running, and what they match.
+
+WWW: https://github.com/janosch-x/regexp_property_values