git: 93945bd8449d - main - textproc/rubygem-commonmarker0: Add rubygem-commonmarker0 0.23.10 (copied from rubygem-commonmarker)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 13:09:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=93945bd8449d0477a842491537a65cf02b10f4f8
commit 93945bd8449d0477a842491537a65cf02b10f4f8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 13:08:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 13:08:53 +0000
textproc/rubygem-commonmarker0: Add rubygem-commonmarker0 0.23.10 (copied from rubygem-commonmarker)
- Add PORTSCOUT
---
textproc/Makefile | 1 +
textproc/rubygem-commonmarker0/Makefile | 20 ++++++++++++++++++++
textproc/rubygem-commonmarker0/distinfo | 3 +++
textproc/rubygem-commonmarker0/pkg-descr | 5 +++++
4 files changed, 29 insertions(+)
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.