mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||
|
|
20
textproc/rubygem-jekyll-archives/Makefile
Normal file
20
textproc/rubygem-jekyll-archives/Makefile
Normal 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>
|
3
textproc/rubygem-jekyll-archives/distinfo
Normal file
3
textproc/rubygem-jekyll-archives/distinfo
Normal 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
|
4
textproc/rubygem-jekyll-archives/pkg-descr
Normal file
4
textproc/rubygem-jekyll-archives/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue