aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-archives
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-27 17:47:30 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-27 17:47:30 +0000
commit05bc059f79c00a07925846e5222e188cc4f236fb (patch)
tree8c4ea899bf0731e616e84563f83c53999428acda /textproc/rubygem-jekyll-archives
parentd2bf7830d899ea2ffa91703002a99ca28092b1bf (diff)
downloadports-05bc059f79c00a07925846e5222e188cc4f236fb.tar.gz
ports-05bc059f79c00a07925846e5222e188cc4f236fb.zip
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/
Notes
Notes: svn path=/head/; revision=553461
Diffstat (limited to 'textproc/rubygem-jekyll-archives')
-rw-r--r--textproc/rubygem-jekyll-archives/Makefile20
-rw-r--r--textproc/rubygem-jekyll-archives/distinfo3
-rw-r--r--textproc/rubygem-jekyll-archives/pkg-descr4
3 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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/