pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-html-pipeline
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 29 13:20:07 UTC 2022
Added Files:
pkgsrc/textproc/ruby-html-pipeline: DESCR Makefile PLIST distinfo
Log Message:
textproc/ruby-html-pipeline: add pacakge 2.14.2
It is required for forthcoming redmine50 package.
HTML::Pipeline
HTML processing filters and utilities. This module includes a small
framework for defining DOM based content filters and applying them to user
provided content.
This project was started at GitHub. While GitHub still uses a similar
design and pattern for rendering content, this gem should be considered
standalone and independent from GitHub.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-html-pipeline/DESCR \
pkgsrc/textproc/ruby-html-pipeline/Makefile \
pkgsrc/textproc/ruby-html-pipeline/PLIST \
pkgsrc/textproc/ruby-html-pipeline/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/ruby-html-pipeline/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-html-pipeline/DESCR:1.1
--- /dev/null Mon Aug 29 13:20:07 2022
+++ pkgsrc/textproc/ruby-html-pipeline/DESCR Mon Aug 29 13:20:07 2022
@@ -0,0 +1,9 @@
+HTML::Pipeline
+
+HTML processing filters and utilities. This module includes a small
+framework for defining DOM based content filters and applying them to user
+provided content.
+
+This project was started at GitHub. While GitHub still uses a similar
+design and pattern for rendering content, this gem should be considered
+standalone and independent from GitHub.
Index: pkgsrc/textproc/ruby-html-pipeline/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-html-pipeline/Makefile:1.1
--- /dev/null Mon Aug 29 13:20:07 2022
+++ pkgsrc/textproc/ruby-html-pipeline/Makefile Mon Aug 29 13:20:07 2022
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/08/29 13:20:07 taca Exp $
+
+DISTNAME= html-pipeline-2.14.2
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jch/html-pipeline
+COMMENT= Helpers for processing content through a chain of filters
+LICENSE= mit
+
+DEPENDS+= ${RUBY_ACCTIVESUPPORT__DEPENDS}
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4:../../textproc/ruby-nokogiri
+
+USE_LANGUAGES= # empty
+
+RUBY_RAILS_ACCEPTED= # empty
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-html-pipeline/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-html-pipeline/PLIST:1.1
--- /dev/null Mon Aug 29 13:20:07 2022
+++ pkgsrc/textproc/ruby-html-pipeline/PLIST Mon Aug 29 13:20:07 2022
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/29 13:20:07 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/FUNDING.yml
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Appraisals
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/html-pipeline
+${GEM_LIBDIR}/html-pipeline.gemspec
+${GEM_LIBDIR}/lib/html/pipeline.rb
+${GEM_LIBDIR}/lib/html/pipeline/@mention_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/@team_mention_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/absolute_source_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/autolink_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/body_content.rb
+${GEM_LIBDIR}/lib/html/pipeline/camo_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/email_reply_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/emoji_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/https_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/image_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/image_max_width_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/markdown_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/plain_text_input_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/sanitization_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/syntax_highlight_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/text_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/textile_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/toc_filter.rb
+${GEM_LIBDIR}/lib/html/pipeline/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/textproc/ruby-html-pipeline/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-html-pipeline/distinfo:1.1
--- /dev/null Mon Aug 29 13:20:07 2022
+++ pkgsrc/textproc/ruby-html-pipeline/distinfo Mon Aug 29 13:20:07 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/29 13:20:07 taca Exp $
+
+BLAKE2s (html-pipeline-2.14.2.gem) = 22a74152de5fadacc4fc8bcf5282a920ec98950a3202aa04d2543ac7a8013cb5
+SHA512 (html-pipeline-2.14.2.gem) = ab45b45ed40adbc6f635e30e00f5387840420f5feb8299cfab386159d52b9bc36216e016779dd9e1da0a226994b7f1f936c671bf7b397703ebbc48446bae4385
+Size (html-pipeline-2.14.2.gem) = 30720 bytes
Home |
Main Index |
Thread Index |
Old Index