Import ruby-jekyll 0.8.0
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server.
This commit is contained in:
parent
3f440e05d0
commit
37157faaef
26
www/ruby-jekyll/Makefile
Normal file
26
www/ruby-jekyll/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/20 18:21:08 jeremy Exp $
|
||||
|
||||
COMMENT= simple, blog aware, static site generator
|
||||
|
||||
DISTNAME= jekyll-0.8.0
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://jekyllrb.com/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= textproc/ruby-classifier,${MODRUBY_FLAVOR} \
|
||||
textproc/ruby-liquid,${MODRUBY_FLAVOR} \
|
||||
textproc/ruby-maruku,${MODRUBY_FLAVOR} \
|
||||
sysutils/ruby-directory_watcher,${MODRUBY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/ruby-jekyll/distinfo
Normal file
5
www/ruby-jekyll/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (jekyll-0.8.0.gem) = cHOQ1BnfuZ9sk79EZIr0SA==
|
||||
RMD160 (jekyll-0.8.0.gem) = XXZzltKQ98C5wG9gHjaY2IkIvPQ=
|
||||
SHA1 (jekyll-0.8.0.gem) = eakQnCw8CRX9WBD9xmsJDFVRnXc=
|
||||
SHA256 (jekyll-0.8.0.gem) = PThpPmlO7Lw44yJQxjF/0hBNGRI3G56W2iXGp3nbzdM=
|
||||
SIZE (jekyll-0.8.0.gem) = 46592
|
5
www/ruby-jekyll/pkg/DESCR
Normal file
5
www/ruby-jekyll/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Jekyll is a simple, blog aware, static site generator. It takes a
|
||||
template directory (representing the raw form of a website), runs it
|
||||
through Textile or Markdown and Liquid converters, and spits out a
|
||||
complete, static website suitable for serving with Apache or your
|
||||
favorite web server.
|
124
www/ruby-jekyll/pkg/PLIST
Normal file
124
www/ruby-jekyll/pkg/PLIST
Normal file
@ -0,0 +1,124 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/20 18:21:08 jeremy Exp $
|
||||
${GEM_BIN}/jekyll${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/jekyll
|
||||
${GEM_LIB}/gems/${DISTNAME}/cucumber.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/create_sites.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/embed_filters.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/markdown.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/pagination.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/permalinks.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/post_data.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/site_configuration.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/site_data.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/jekyll_steps.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/features/support/env.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/jekyll.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/albino.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/converter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/converters/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/converters/identity.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/converters/markdown.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/converters/textile.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/convertible.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/core_ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/filters.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/generator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/generators/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/generators/pagination.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/layout.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/csv.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/mephisto.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/mt.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/textpattern.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/typo.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/wordpress.com.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/migrators/wordpress.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/plugin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/post.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/site.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/static_file.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/tags/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/tags/highlight.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jekyll/tags/include.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/.htaccess
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_includes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_includes/sig.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_layouts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_layouts/default.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_layouts/simple.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2008-02-02-not-published.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2008-02-02-published.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2008-10-18-foo-bar.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2008-11-21-complex.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2008-12-03-permalinked-post.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2008-12-13-include.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-01-27-array-categories.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-01-27-categories.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-01-27-category.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-01-27-empty-categories.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-01-27-empty-category.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-03-12-hash-#1.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-05-18-empty-tag.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-05-18-empty-tags.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-05-18-tag.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-05-18-tags.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-06-22-empty-yaml.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2009-06-22-no-yaml.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2010-01-08-triple-dash.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2010-01-09-date-override.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2010-01-09-time-override.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2010-01-09-timezone-override.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/_posts/2010-01-16-override-data.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/about.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/category/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/category/_posts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/category/_posts/2008-9-23-categories.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/contacts.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/css/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/css/screen.css
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/deal.with.dots.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/foo/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/foo/_posts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/foo/_posts/bar/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/foo/_posts/bar/2008-12-12-topical-post.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/index.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/sitemap.xml
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/win/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/win/_posts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/win/_posts/2009-05-24-yaml-linebreak.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/z_category/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/z_category/_posts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/source/z_category/_posts/2008-9-23-categories.textile
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/suite.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_configuration.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_core_ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_filters.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_generated_site.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_kramdown.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_pager.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_post.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_rdiscount.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_site.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_tags.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user