1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/rubygem-commonmarker0: Add rubygem-commonmarker0 0.23.10 (copied from rubygem-commonmarker)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-04-18 21:08:53 +08:00
parent 6dc11ee5d5
commit 93945bd844
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1691070436
SHA256 (rubygem/commonmarker-0.23.10.gem) = fdd312ae2bb4071b2f3085d4d7533cb9f8d9057a2eaa0760228a65bc3ed565d1
SIZE (rubygem/commonmarker-0.23.10.gem) = 152576

View File

@ -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.