pkgsrc-WIP-changes archive

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

ruby-gollum-lib: Import ruby-gollum-lib-4.2.10 as wip/ruby-gollum-lib



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Mon Dec 23 23:27:57 2019 +0900
Changeset:	15b87abcee2b7110f06a3666e28b57edba66a687

Modified Files:
	Makefile
Added Files:
	ruby-gollum-lib/DESCR
	ruby-gollum-lib/Makefile
	ruby-gollum-lib/PLIST
	ruby-gollum-lib/distinfo

Log Message:
ruby-gollum-lib: Import ruby-gollum-lib-4.2.10 as wip/ruby-gollum-lib

Gollum is a simple wiki system built on top of Git that powers GitHub
Wikis.

Gollum-lib is the Ruby API that allows you to retrieve raw or
formatted wiki content from a Git repository, write new content to the
repository, and collect various meta data about the wiki as a whole.

Gollum-lib follows the rules of Semantic Versioning and uses TomDoc
for inline documentation.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=15b87abcee2b7110f06a3666e28b57edba66a687

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

diffstat:
 Makefile                 |  1 +
 ruby-gollum-lib/DESCR    |  9 +++++++++
 ruby-gollum-lib/Makefile | 23 +++++++++++++++++++++++
 ruby-gollum-lib/PLIST    | 49 ++++++++++++++++++++++++++++++++++++++++++++++++
 ruby-gollum-lib/distinfo |  6 ++++++
 5 files changed, 88 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9ea694ef79..bff217fd46 100644
--- a/Makefile
+++ b/Makefile
@@ -4337,6 +4337,7 @@ SUBDIR+=	ruby-git_stats
 SUBDIR+=	ruby-github-markup
 SUBDIR+=	ruby-gitlab-grit
 SUBDIR+=	ruby-gollum-grit_adapter
+SUBDIR+=	ruby-gollum-lib
 SUBDIR+=	ruby-gollum-rugged_adapter
 SUBDIR+=	ruby-httparty
 SUBDIR+=	ruby-iesd
diff --git a/ruby-gollum-lib/DESCR b/ruby-gollum-lib/DESCR
new file mode 100644
index 0000000000..2f9b861625
--- /dev/null
+++ b/ruby-gollum-lib/DESCR
@@ -0,0 +1,9 @@
+Gollum is a simple wiki system built on top of Git that powers GitHub
+Wikis.
+
+Gollum-lib is the Ruby API that allows you to retrieve raw or
+formatted wiki content from a Git repository, write new content to the
+repository, and collect various meta data about the wiki as a whole.
+
+Gollum-lib follows the rules of Semantic Versioning and uses TomDoc
+for inline documentation.
diff --git a/ruby-gollum-lib/Makefile b/ruby-gollum-lib/Makefile
new file mode 100644
index 0000000000..7986834930
--- /dev/null
+++ b/ruby-gollum-lib/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	gollum-lib-4.2.10
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/gollum/gollum-lib
+COMMENT=	Simple, Git-powered wiki with a sweet API
+LICENSE=	mit
+
+DEPENDS+=	${RUBY_PKGPREFIX}-gemojione>=3.2<4:../../wip/ruby-gemojione
+DEPENDS+=	${RUBY_PKGPREFIX}-github-markup>=1.6<2:../../wip/ruby-github-markup
+DEPENDS+=	${RUBY_PKGPREFIX}-gollum-grit_adapter>=1.0<2:../../wip/ruby-gollum-grit_adapter
+DEPENDS+=	${RUBY_PKGPREFIX}-nokogiri>=1.6.1:../../textproc/ruby-nokogiri
+DEPENDS+=	${RUBY_PKGPREFIX}-rouge>=2.1<3:../../wip/ruby-rouge
+DEPENDS+=	${RUBY_PKGPREFIX}-sanitize>=2.1.1<2.2:../../wip/ruby-sanitize
+DEPENDS+=	${RUBY_PKGPREFIX}-stringex>=2.6<3:../../textproc/ruby-stringex
+DEPENDS+=	${RUBY_PKGPREFIX}-twitter-text1>=1.14.7<1.14.8:../../wip/ruby-twitter-text1
+
+DEPENDS+=	${RUBY_PKGPREFIX}-gollum-rugged_adapter-[0-9]*:../../wip/ruby-gollum-rugged_adapter
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-gollum-lib/PLIST b/ruby-gollum-lib/PLIST
new file mode 100644
index 0000000000..fee2502aa5
--- /dev/null
+++ b/ruby-gollum-lib/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/HISTORY.md
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/docs/sanitization.md
+${GEM_LIBDIR}/gemspec.rb
+${GEM_LIBDIR}/gollum-lib.gemspec
+${GEM_LIBDIR}/gollum-lib_java.gemspec
+${GEM_LIBDIR}/lib/gollum-lib.rb
+${GEM_LIBDIR}/lib/gollum-lib/blob_entry.rb
+${GEM_LIBDIR}/lib/gollum-lib/committer.rb
+${GEM_LIBDIR}/lib/gollum-lib/file.rb
+${GEM_LIBDIR}/lib/gollum-lib/file_view.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/code.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/emoji.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/macro.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/metadata.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/plain_text.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/plantuml.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/remote_code.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/render.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/sanitize.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/tags.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/toc.rb
+${GEM_LIBDIR}/lib/gollum-lib/filter/wsd.rb
+${GEM_LIBDIR}/lib/gollum-lib/git_access.rb
+${GEM_LIBDIR}/lib/gollum-lib/gitcode.rb
+${GEM_LIBDIR}/lib/gollum-lib/helpers.rb
+${GEM_LIBDIR}/lib/gollum-lib/hook.rb
+${GEM_LIBDIR}/lib/gollum-lib/macro.rb
+${GEM_LIBDIR}/lib/gollum-lib/macro/all_pages.rb
+${GEM_LIBDIR}/lib/gollum-lib/macro/global_toc.rb
+${GEM_LIBDIR}/lib/gollum-lib/macro/navigation.rb
+${GEM_LIBDIR}/lib/gollum-lib/macro/series.rb
+${GEM_LIBDIR}/lib/gollum-lib/markup.rb
+${GEM_LIBDIR}/lib/gollum-lib/markups.rb
+${GEM_LIBDIR}/lib/gollum-lib/page.rb
+${GEM_LIBDIR}/lib/gollum-lib/pagination.rb
+${GEM_LIBDIR}/lib/gollum-lib/sanitization.rb
+${GEM_LIBDIR}/lib/gollum-lib/version.rb
+${GEM_LIBDIR}/lib/gollum-lib/wiki.rb
+${GEM_LIBDIR}/licenses/licenses.txt
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.6.0/extensions
+@pkgdir lib/ruby/gems/2.6.0/build_info
diff --git a/ruby-gollum-lib/distinfo b/ruby-gollum-lib/distinfo
new file mode 100644
index 0000000000..5618e007f2
--- /dev/null
+++ b/ruby-gollum-lib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gollum-lib-4.2.10.gem) = 98a7b93e101ea824badf1a5e4d025f535f846a25
+RMD160 (gollum-lib-4.2.10.gem) = b35e89a0b6fe0b89a5f9eb81db15a3768acd8da6
+SHA512 (gollum-lib-4.2.10.gem) = 029a02f9239c598fe8d7bd702037599527744a1a8cda023d8222b999045786fbe58152dc3bfbe12110c05afb98c40bc52dc29a4a3eebdf57e0f4ad23efd22155
+Size (gollum-lib-4.2.10.gem) = 49152 bytes


Home | Main Index | Thread Index | Old Index