pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-seo-tag



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 17:10:48 UTC 2018

Added Files:
        pkgsrc/www/ruby-jekyll-seo-tag: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-jekyll-seo-tag/DESCR \
    pkgsrc/www/ruby-jekyll-seo-tag/Makefile \
    pkgsrc/www/ruby-jekyll-seo-tag/PLIST \
    pkgsrc/www/ruby-jekyll-seo-tag/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/ruby-jekyll-seo-tag/DESCR
diff -u /dev/null pkgsrc/www/ruby-jekyll-seo-tag/DESCR:1.1
--- /dev/null   Tue Mar 13 17:10:48 2018
+++ pkgsrc/www/ruby-jekyll-seo-tag/DESCR        Tue Mar 13 17:10:48 2018
@@ -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.
Index: pkgsrc/www/ruby-jekyll-seo-tag/Makefile
diff -u /dev/null pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.1
--- /dev/null   Tue Mar 13 17:10:48 2018
+++ pkgsrc/www/ruby-jekyll-seo-tag/Makefile     Tue Mar 13 17:10:48 2018
@@ -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"
Index: pkgsrc/www/ruby-jekyll-seo-tag/PLIST
diff -u /dev/null pkgsrc/www/ruby-jekyll-seo-tag/PLIST:1.1
--- /dev/null   Tue Mar 13 17:10:48 2018
+++ pkgsrc/www/ruby-jekyll-seo-tag/PLIST        Tue Mar 13 17:10:48 2018
@@ -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
Index: pkgsrc/www/ruby-jekyll-seo-tag/distinfo
diff -u /dev/null pkgsrc/www/ruby-jekyll-seo-tag/distinfo:1.1
--- /dev/null   Tue Mar 13 17:10:48 2018
+++ pkgsrc/www/ruby-jekyll-seo-tag/distinfo     Tue Mar 13 17:10:48 2018
@@ -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