Add rubygem-kramdown1 1.17.0 (copied from rubygem-kramdown)
- Add PORTSCOUT
This commit is contained in:
parent
7c557596fa
commit
db7cc6481a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511432
@ -1565,6 +1565,7 @@
|
||||
SUBDIR += rubygem-jsmin
|
||||
SUBDIR += rubygem-kramdown
|
||||
SUBDIR += rubygem-kramdown-parser-gfm
|
||||
SUBDIR += rubygem-kramdown1
|
||||
SUBDIR += rubygem-kwalify
|
||||
SUBDIR += rubygem-libxml-ruby
|
||||
SUBDIR += rubygem-linguistics
|
||||
|
28
textproc/rubygem-kramdown1/Makefile
Normal file
28
textproc/rubygem-kramdown1/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Steve Wills <swills@rubick>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kramdown
|
||||
PORTVERSION= 1.17.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
SHEBANG_FILES= benchmark/*.sh
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/kramdown
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-kramdown1/distinfo
Normal file
3
textproc/rubygem-kramdown1/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1527784979
|
||||
SHA256 (rubygem/kramdown-1.17.0.gem) = 5862410a2c1692fde2fcc86d78d2265777c22bd101f11c76442f1698ab242cd8
|
||||
SIZE (rubygem/kramdown-1.17.0.gem) = 260608
|
4
textproc/rubygem-kramdown1/pkg-descr
Normal file
4
textproc/rubygem-kramdown1/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
|
||||
syntax definition and supporting several common extensions.
|
||||
|
||||
WWW: https://kramdown.gettalong.org/
|
Loading…
Reference in New Issue
Block a user