pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ruby-gollum-rugged_adapter: Import ruby-gollum-rugged_adapter-0.4.4 as wip/ruby-gollum-rugged_adapter
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Mon Dec 23 23:26:19 2019 +0900
Changeset: cb8102de8f19cc197c8a9621bd9aeef07d6294a9
Modified Files:
Makefile
Added Files:
ruby-gollum-rugged_adapter/DESCR
ruby-gollum-rugged_adapter/Makefile
ruby-gollum-rugged_adapter/PLIST
ruby-gollum-rugged_adapter/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cb8102de8f19cc197c8a9621bd9aeef07d6294a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
ruby-gollum-rugged_adapter/DESCR | 8 ++++++++
ruby-gollum-rugged_adapter/Makefile | 17 +++++++++++++++++
ruby-gollum-rugged_adapter/PLIST | 13 +++++++++++++
ruby-gollum-rugged_adapter/distinfo | 6 ++++++
5 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 6e701b85cd..9ea694ef79 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-rugged_adapter
SUBDIR+= ruby-httparty
SUBDIR+= ruby-iesd
SUBDIR+= ruby-kakasi
diff --git a/ruby-gollum-rugged_adapter/DESCR b/ruby-gollum-rugged_adapter/DESCR
new file mode 100644
index 0000000000..ff34ab03bd
--- /dev/null
+++ b/ruby-gollum-rugged_adapter/DESCR
@@ -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.
diff --git a/ruby-gollum-rugged_adapter/Makefile b/ruby-gollum-rugged_adapter/Makefile
new file mode 100644
index 0000000000..52400b43e6
--- /dev/null
+++ b/ruby-gollum-rugged_adapter/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= gollum-rugged_adapter-0.4.4
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/ruby-gollum-rugged_adapter/PLIST b/ruby-gollum-rugged_adapter/PLIST
new file mode 100644
index 0000000000..75429cbcb1
--- /dev/null
+++ b/ruby-gollum-rugged_adapter/PLIST
@@ -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
diff --git a/ruby-gollum-rugged_adapter/distinfo b/ruby-gollum-rugged_adapter/distinfo
new file mode 100644
index 0000000000..9dbf26eb6f
--- /dev/null
+++ b/ruby-gollum-rugged_adapter/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index