pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll-seo-tag www/ruby-jekyll-seo-tag: add v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4228ccf6c858
branches:  trunk
changeset: 377154:4228ccf6c858
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 13 17:10:48 2018 +0000

description:
www/ruby-jekyll-seo-tag: add version 2.4.0 package

## About Jekyll SEO Tag

A Jekyll plugin to add metadata tags for search engines and social networks to
better index and display your site's content.

## What it does

Jekyll SEO Tag adds the following meta tags to your site:

* Page title, with site title or description appended
* Page description
* Canonical URL
* Next and previous URLs on paginated pages
* JSON-LD Site and post metadata for richer indexing
* Open Graph title, description, site title, and URL (for Facebook, LinkedIn,
  etc.)
* Twitter Summary Card metadata

While you could theoretically add the necessary metadata tags yourself, Jekyll
SEO Tag provides a battle-tested template of crowdsourced best-practices.

## What it doesn't do

Jekyll SEO tag is designed to output machine-readable metadata for search
engines and social networks to index and display.  If you're looking for
something to analyze your Jekyll site's structure and content (e.g., more
traditional SEO optimization), take a look at The Jekyll SEO Gem.

Jekyll SEO tag isn't designed to accommodate every possible use case.  It
should work for most site out of the box and without a laundry list of
configuration options that serve only to confuse most users.

diffstat:

 www/ruby-jekyll-seo-tag/DESCR    |  31 +++++++++++++++++++++++++++++++
 www/ruby-jekyll-seo-tag/Makefile |  16 ++++++++++++++++
 www/ruby-jekyll-seo-tag/PLIST    |  31 +++++++++++++++++++++++++++++++
 www/ruby-jekyll-seo-tag/distinfo |   6 ++++++
 4 files changed, 84 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r 6cc334afe945 -r 4228ccf6c858 www/ruby-jekyll-seo-tag/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-jekyll-seo-tag/DESCR     Tue Mar 13 17:10:48 2018 +0000
@@ -0,0 +1,31 @@
+## About Jekyll SEO Tag
+
+A Jekyll plugin to add metadata tags for search engines and social networks to
+better index and display your site's content.
+
+## What it does
+
+Jekyll SEO Tag adds the following meta tags to your site:
+
+* Page title, with site title or description appended
+* Page description
+* Canonical URL
+* Next and previous URLs on paginated pages
+* JSON-LD Site and post metadata for richer indexing
+* Open Graph title, description, site title, and URL (for Facebook, LinkedIn,
+  etc.)
+* Twitter Summary Card metadata
+
+While you could theoretically add the necessary metadata tags yourself, Jekyll
+SEO Tag provides a battle-tested template of crowdsourced best-practices.
+
+## What it doesn't do
+
+Jekyll SEO tag is designed to output machine-readable metadata for search
+engines and social networks to index and display.  If you're looking for
+something to analyze your Jekyll site's structure and content (e.g., more
+traditional SEO optimization), take a look at The Jekyll SEO Gem.
+
+Jekyll SEO tag isn't designed to accommodate every possible use case.  It
+should work for most site out of the box and without a laundry list of
+configuration options that serve only to confuse most users.
diff -r 6cc334afe945 -r 4228ccf6c858 www/ruby-jekyll-seo-tag/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-jekyll-seo-tag/Makefile  Tue Mar 13 17:10:48 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/03/13 17:10:48 taca Exp $
+
+DISTNAME=      jekyll-seo-tag-2.4.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/benbalter/jekyll-seo-tag
+COMMENT=       Jekyll plugin to add metadata tags for SEO
+LICENSE=       mit
+
+#
+# gemspec says dependency, but this package is really part of jekyll.
+#DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6cc334afe945 -r 4228ccf6c858 www/ruby-jekyll-seo-tag/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-jekyll-seo-tag/PLIST     Tue Mar 13 17:10:48 2018 +0000
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/13 17:10:48 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.markdown
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/docs/README.md
+${GEM_LIBDIR}/docs/_config.yml
+${GEM_LIBDIR}/docs/_layouts/default.html
+${GEM_LIBDIR}/docs/advanced-usage.md
+${GEM_LIBDIR}/docs/installation.md
+${GEM_LIBDIR}/docs/usage.md
+${GEM_LIBDIR}/jekyll-seo-tag.gemspec
+${GEM_LIBDIR}/lib/jekyll-seo-tag.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/author_drop.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/drop.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/filters.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/image_drop.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/json_ld.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/json_ld_drop.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/url_helper.rb
+${GEM_LIBDIR}/lib/jekyll-seo-tag/version.rb
+${GEM_LIBDIR}/lib/template.html
+${GEM_LIBDIR}/script/bootstrap
+${GEM_LIBDIR}/script/cibuild
+${GEM_LIBDIR}/script/release
+${GEM_LIBDIR}/script/site
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6cc334afe945 -r 4228ccf6c858 www/ruby-jekyll-seo-tag/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-jekyll-seo-tag/distinfo  Tue Mar 13 17:10:48 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/13 17:10:48 taca Exp $
+
+SHA1 (jekyll-seo-tag-2.4.0.gem) = 3a8ece86244e4e55c9733a82d2ac3f7330e080ab
+RMD160 (jekyll-seo-tag-2.4.0.gem) = 5347ccf5717b10f9ffd654a30ae7a3d0d8758b8f
+SHA512 (jekyll-seo-tag-2.4.0.gem) = 1656a52e5ded7bef8a195c1eeaa0d5a2959b8565a9df3d13f75ab59b583df18f5ff92c5267ec2c29d89a4ed5ae76b99de5fd0c8be63b7d8a84e94c463d409a91
+Size (jekyll-seo-tag-2.4.0.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index