Add rubygem-minima 2.5.1
Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default (and first) theme. It's what you get when you run jekyll new. WWW: https://github.com/jekyll/minima
This commit is contained in:
parent
3bcf202831
commit
7827d23a1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548974
@ -1574,6 +1574,7 @@
|
|||||||
SUBDIR += rubygem-loofah
|
SUBDIR += rubygem-loofah
|
||||||
SUBDIR += rubygem-ltsv
|
SUBDIR += rubygem-ltsv
|
||||||
SUBDIR += rubygem-markaby
|
SUBDIR += rubygem-markaby
|
||||||
|
SUBDIR += rubygem-minima
|
||||||
SUBDIR += rubygem-multi_xml
|
SUBDIR += rubygem-multi_xml
|
||||||
SUBDIR += rubygem-nokogiri
|
SUBDIR += rubygem-nokogiri
|
||||||
SUBDIR += rubygem-nokogiri-diff
|
SUBDIR += rubygem-nokogiri-diff
|
||||||
|
24
textproc/rubygem-minima/Makefile
Normal file
24
textproc/rubygem-minima/Makefile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= minima
|
||||||
|
PORTVERSION= 2.5.1
|
||||||
|
CATEGORIES= textproc rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Beautiful, minimal theme for Jekyll
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-jekyll>=3.5<5.0:www/rubygem-jekyll \
|
||||||
|
rubygem-jekyll-feed>=0.9<1:textproc/rubygem-jekyll-feed \
|
||||||
|
rubygem-jekyll-seo-tag>=2.1<3:www/rubygem-jekyll-seo-tag
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/rubygem-minima/distinfo
Normal file
3
textproc/rubygem-minima/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1600177146
|
||||||
|
SHA256 (rubygem/minima-2.5.1.gem) = 520e52bc631fb16cbb8100660f6caa44f97859e2fa7e397d508deb18739567be
|
||||||
|
SIZE (rubygem/minima-2.5.1.gem) = 19968
|
4
textproc/rubygem-minima/pkg-descr
Normal file
4
textproc/rubygem-minima/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default
|
||||||
|
(and first) theme. It's what you get when you run jekyll new.
|
||||||
|
|
||||||
|
WWW: https://github.com/jekyll/minima
|
Loading…
Reference in New Issue
Block a user