Initial addition of ruby-jekyll-archives, version 2.1.0:
Automatically generate post archives by dates, tags, and categories.
This commit is contained in:
parent
c84fde74b2
commit
b32af79643
4 changed files with 24 additions and 0 deletions
1
www/ruby-jekyll-archives/DESCR
Normal file
1
www/ruby-jekyll-archives/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Automatically generate post archives by dates, tags, and categories.
|
12
www/ruby-jekyll-archives/Makefile
Normal file
12
www/ruby-jekyll-archives/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/05/29 02:33:13 jmmv Exp $
|
||||
|
||||
DISTNAME= jekyll-archives-2.1.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/jekyll/jekyll-archives/
|
||||
COMMENT= Automatically generates post archives by dates, tags, and categories
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/ruby-jekyll-archives/PLIST
Normal file
5
www/ruby-jekyll-archives/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/05/29 02:33:13 jmmv Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/lib/jekyll-archives.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-archives/archive.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
www/ruby-jekyll-archives/distinfo
Normal file
6
www/ruby-jekyll-archives/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/05/29 02:33:13 jmmv Exp $
|
||||
|
||||
SHA1 (jekyll-archives-2.1.0.gem) = 3d53209c0dbe00977d1051421b21c43a81ff55ff
|
||||
RMD160 (jekyll-archives-2.1.0.gem) = 72a8384f17ed96169af0877192c2a477f6df756f
|
||||
SHA512 (jekyll-archives-2.1.0.gem) = 719225d3ee0d63883772d4df29402890bba81390d3ca72ffa01ffc47ad9d0ef0e3072d2046a2eae6848456f1a9d4dd6ad7522a155e6909280bb9288a887f90f5
|
||||
Size (jekyll-archives-2.1.0.gem) = 7168 bytes
|
Loading…
Reference in a new issue