aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 13:08:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 13:08:53 +0000
commit93945bd8449d0477a842491537a65cf02b10f4f8 (patch)
treee1e1483e2faf017e9ce62f7f125de60870373934
parent6dc11ee5d5b1d7d8cc97072971e15af146fbb7b6 (diff)
textproc/rubygem-commonmarker0: Add rubygem-commonmarker0 0.23.10 (copied from rubygem-commonmarker)
- Add PORTSCOUT
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-commonmarker0/Makefile20
-rw-r--r--textproc/rubygem-commonmarker0/distinfo3
-rw-r--r--textproc/rubygem-commonmarker0/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 89f395363e53..9b94853cbf5e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1749,6 +1749,7 @@
SUBDIR += rubygem-colored
SUBDIR += rubygem-colored2
SUBDIR += rubygem-commonmarker
+ SUBDIR += rubygem-commonmarker0
SUBDIR += rubygem-creole
SUBDIR += rubygem-css_parser
SUBDIR += rubygem-cssmin
diff --git a/textproc/rubygem-commonmarker0/Makefile b/textproc/rubygem-commonmarker0/Makefile
new file mode 100644
index 000000000000..975d7389c23d
--- /dev/null
+++ b/textproc/rubygem-commonmarker0/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= commonmarker
+PORTVERSION= 0.23.10
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 0
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby wrapper for libcmark (CommonMark parser)
+WWW= https://github.com/gjtorikian/commonmarker
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= gem
+
+PLIST_FILES= bin/commonmarker
+
+PORTSCOUT= limit:^0\.
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-commonmarker0/distinfo b/textproc/rubygem-commonmarker0/distinfo
new file mode 100644
index 000000000000..bd2293a2e947
--- /dev/null
+++ b/textproc/rubygem-commonmarker0/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1691070436
+SHA256 (rubygem/commonmarker-0.23.10.gem) = fdd312ae2bb4071b2f3085d4d7533cb9f8d9057a2eaa0760228a65bc3ed565d1
+SIZE (rubygem/commonmarker-0.23.10.gem) = 152576
diff --git a/textproc/rubygem-commonmarker0/pkg-descr b/textproc/rubygem-commonmarker0/pkg-descr
new file mode 100644
index 000000000000..f2acfcadad7b
--- /dev/null
+++ b/textproc/rubygem-commonmarker0/pkg-descr
@@ -0,0 +1,5 @@
+CommonMarker is a Ruby wrapper for libcmark-gfm, GitHub's fork of the reference
+parser for CommonMark. It passes all of the C tests, and is therefore
+spec-complete. It also includes extensions to the CommonMark spec as documented
+in the GitHub Flavored Markdown spec, such as support for tables,
+strikethroughs, and autolinking.