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:
parent
6dc11ee5d5
commit
93945bd844
@ -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
|
||||
|
20
textproc/rubygem-commonmarker0/Makefile
Normal file
20
textproc/rubygem-commonmarker0/Makefile
Normal 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>
|
3
textproc/rubygem-commonmarker0/distinfo
Normal file
3
textproc/rubygem-commonmarker0/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1691070436
|
||||
SHA256 (rubygem/commonmarker-0.23.10.gem) = fdd312ae2bb4071b2f3085d4d7533cb9f8d9057a2eaa0760228a65bc3ed565d1
|
||||
SIZE (rubygem/commonmarker-0.23.10.gem) = 152576
|
5
textproc/rubygem-commonmarker0/pkg-descr
Normal file
5
textproc/rubygem-commonmarker0/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user