mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
textproc/rubygem-jekyll-gist: add port to be used by updated jekyll
Liquid tag for displaying GitHub Gists in Jekyll sites. WWW: https://github.com/jekyll/jekyll-gist PR: 192974 Submitted by: Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
parent
612a66ac28
commit
3b6cf61604
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366133
4 changed files with 24 additions and 0 deletions
|
@ -1317,6 +1317,7 @@
|
|||
SUBDIR += rubygem-htmlentities
|
||||
SUBDIR += rubygem-ini
|
||||
SUBDIR += rubygem-itextomml
|
||||
SUBDIR += rubygem-jekyll-gist
|
||||
SUBDIR += rubygem-jekyll-sass-converter
|
||||
SUBDIR += rubygem-jsmin
|
||||
SUBDIR += rubygem-kramdown
|
||||
|
|
18
textproc/rubygem-jekyll-gist/Makefile
Normal file
18
textproc/rubygem-jekyll-gist/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jekyll-gist
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-jekyll-gist/distinfo
Normal file
2
textproc/rubygem-jekyll-gist/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/jekyll-gist-1.1.0.gem) = 09577b06ac352459868b8e50f19b5e7c34923f76b64687dbe8873a621c97a419
|
||||
SIZE (rubygem/jekyll-gist-1.1.0.gem) = 8192
|
3
textproc/rubygem-jekyll-gist/pkg-descr
Normal file
3
textproc/rubygem-jekyll-gist/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Liquid tag for displaying GitHub Gists in Jekyll sites.
|
||||
|
||||
WWW: https://github.com/jekyll/jekyll-gist
|
Loading…
Add table
Reference in a new issue