Add textproc/rubygem-jekyll-archives

Jekyll Archives is a plugin for Jekyll which can automate the generation of
post archives by dates, tags, and categories.

WWW: https://jekyll.github.io/jekyll-archives/
This commit is contained in:
Mateusz Piotrowski 2020-10-27 17:47:30 +00:00
parent d2bf7830d8
commit 05bc059f79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553461
4 changed files with 28 additions and 0 deletions

View file

@ -1565,6 +1565,7 @@
SUBDIR += rubygem-inifile
SUBDIR += rubygem-iso-639
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-archives
SUBDIR += rubygem-jekyll-assets
SUBDIR += rubygem-jekyll-email-protect
SUBDIR += rubygem-jekyll-feed

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= jekyll-archives
PORTVERSION= 2.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Archive pages for Jekyll tags and categories
LICENSE= MIT
RUN_DEPENDS= rubygem-jekyll>=3.6<5.0:www/rubygem-jekyll
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1603820654
SHA256 (rubygem/jekyll-archives-2.2.1.gem) = c0a65f99fd27c4a5b4f80c2f7076be92968a57ad9c380251b85219d78f9e5930
SIZE (rubygem/jekyll-archives-2.2.1.gem) = 6656

View file

@ -0,0 +1,4 @@
Jekyll Archives is a plugin for Jekyll which can automate the generation of
post archives by dates, tags, and categories.
WWW: https://jekyll.github.io/jekyll-archives/