ruby-gollum-rugged_adapter: Import ruby-gollum-rugged_adapter-0.4.4 as wip/ruby-gollum-rugged_adapter

Adapter for gollum to use Rugged (libgit2) at the backend. See the
gollum wiki for more information on adapters. Currently gollum uses
grit as a backend by default, but since that is abandonware, the plan
is to make this adapter the default in the future.

Please note that this adapter is currently in beta. It passes the unit
tests for gollum and gollum-lib, but it needs more comprehensive
testing. Please report any issues that you encounter.
This commit is contained in:
Atsushi Toyokura 2019-12-23 23:26:19 +09:00
parent 7a0c3ee154
commit cb8102de8f
5 changed files with 45 additions and 0 deletions

View File

@ -4337,6 +4337,7 @@ SUBDIR+= ruby-git_stats
SUBDIR+= ruby-github-markup
SUBDIR+= ruby-gitlab-grit
SUBDIR+= ruby-gollum-grit_adapter
SUBDIR+= ruby-gollum-rugged_adapter
SUBDIR+= ruby-httparty
SUBDIR+= ruby-iesd
SUBDIR+= ruby-kakasi

View File

@ -0,0 +1,8 @@
Adapter for gollum to use Rugged (libgit2) at the backend. See the
gollum wiki for more information on adapters. Currently gollum uses
grit as a backend by default, but since that is abandonware, the plan
is to make this adapter the default in the future.
Please note that this adapter is currently in beta. It passes the unit
tests for gollum and gollum-lib, but it needs more comprehensive
testing. Please report any issues that you encounter.

View File

@ -0,0 +1,17 @@
# $NetBSD$
DISTNAME= gollum-rugged_adapter-0.4.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/gollum/rugged_adapter
COMMENT= Adapter for Gollum to use Rugged (libgit2) at the backend
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.15:../../mail/ruby-mime-types
DEPENDS+= ${RUBY_PKGPREFIX}-rugged>=0.25<1:../../devel/ruby-rugged
.include "../../lang/ruby/gem.mk"
USE_LANGUAGES= # none
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,13 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/rugged_adapter.rb
${GEM_LIBDIR}/lib/rugged_adapter/git_layer_rugged.rb
${GEM_LIBDIR}/lib/rugged_adapter/version.rb
${GEM_LIBDIR}/rugged_adapter.gemspec
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.6.0/extensions
@pkgdir lib/ruby/gems/2.6.0/build_info

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (gollum-rugged_adapter-0.4.4.gem) = 99501b8cdd848910d389edef0657d5891638eb74
RMD160 (gollum-rugged_adapter-0.4.4.gem) = 874a7c69a9c2b3c2cc27983be079314b52ee03a3
SHA512 (gollum-rugged_adapter-0.4.4.gem) = 8f193657529f537346e5480dadd15869933c273242cb888bd9650f9414dce9250abcd35c599ead555c815989b254f522ca5535db067fb0e110bfe3ad7a823010
Size (gollum-rugged_adapter-0.4.4.gem) = 13312 bytes