diff --git a/textproc/Makefile b/textproc/Makefile index 2dd38601a144..d30064696609 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-jekyll-archives/Makefile b/textproc/rubygem-jekyll-archives/Makefile new file mode 100644 index 000000000000..555f437b760c --- /dev/null +++ b/textproc/rubygem-jekyll-archives/Makefile @@ -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 diff --git a/textproc/rubygem-jekyll-archives/distinfo b/textproc/rubygem-jekyll-archives/distinfo new file mode 100644 index 000000000000..e3ec53e170c1 --- /dev/null +++ b/textproc/rubygem-jekyll-archives/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1603820654 +SHA256 (rubygem/jekyll-archives-2.2.1.gem) = c0a65f99fd27c4a5b4f80c2f7076be92968a57ad9c380251b85219d78f9e5930 +SIZE (rubygem/jekyll-archives-2.2.1.gem) = 6656 diff --git a/textproc/rubygem-jekyll-archives/pkg-descr b/textproc/rubygem-jekyll-archives/pkg-descr new file mode 100644 index 000000000000..24ede7d72e5a --- /dev/null +++ b/textproc/rubygem-jekyll-archives/pkg-descr @@ -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/