Add ruby-jekyll-paginate package version 1.1.0.
Default pagination generator for Jekyll.
This commit is contained in:
parent
f3aef3def5
commit
081acf92b3
4 changed files with 48 additions and 0 deletions
1
www/ruby-jekyll-paginate/DESCR
Normal file
1
www/ruby-jekyll-paginate/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Default pagination generator for Jekyll.
|
12
www/ruby-jekyll-paginate/Makefile
Normal file
12
www/ruby-jekyll-paginate/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/03/13 16:46:12 taca Exp $
|
||||
|
||||
DISTNAME= jekyll-paginate-1.1.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/jekyll/jekyll-paginate/
|
||||
COMMENT= Built-in Pagination Generator for Jekyll
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
30
www/ruby-jekyll-paginate/PLIST
Normal file
30
www/ruby-jekyll-paginate/PLIST
Normal file
|
@ -0,0 +1,30 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/03/13 16:46:12 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/History.markdown
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/jekyll-paginate.gemspec
|
||||
${GEM_LIBDIR}/lib/jekyll-paginate.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-paginate/pager.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-paginate/pagination.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-paginate/version.rb
|
||||
${GEM_LIBDIR}/script/bootstrap
|
||||
${GEM_LIBDIR}/script/cibuild
|
||||
${GEM_LIBDIR}/script/unbundle
|
||||
${GEM_LIBDIR}/spec/pager_spec.rb
|
||||
${GEM_LIBDIR}/spec/pagination_spec.rb
|
||||
${GEM_LIBDIR}/spec/source/_posts/2014-05-20-blah.html
|
||||
${GEM_LIBDIR}/spec/source/_posts/2014-05-21-bleh.html
|
||||
${GEM_LIBDIR}/spec/source/_posts/2014-05-22-humor.html
|
||||
${GEM_LIBDIR}/spec/source/_posts/2014-05-23-hey-there.html
|
||||
${GEM_LIBDIR}/spec/source/_posts/2014-05-24-whateva.html
|
||||
${GEM_LIBDIR}/spec/source/_posts/2014-05-25-oh-yes.html
|
||||
${GEM_LIBDIR}/spec/source/contacts/index.html
|
||||
${GEM_LIBDIR}/spec/source/index.html
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
www/ruby-jekyll-paginate/distinfo
Normal file
5
www/ruby-jekyll-paginate/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/03/13 16:46:12 taca Exp $
|
||||
|
||||
SHA1 (jekyll-paginate-1.1.0.gem) = 38920468d904721334ac7b79ef13539ca9a86afd
|
||||
RMD160 (jekyll-paginate-1.1.0.gem) = 4e9b622b0f4a7833aa47b486c7bbbb384fe2aa72
|
||||
Size (jekyll-paginate-1.1.0.gem) = 11776 bytes
|
Loading…
Reference in a new issue