pkgsrc-WIP-changes archive

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

ruby-gitlab-grit: Import ruby-gitlab-grit-2.8.2 as wip/ruby-gitlab-grit



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Mon Dec 23 23:19:06 2019 +0900
Changeset:	0755b0ea402693f48c55bf8f57186d4b3ecae407

Modified Files:
	Makefile
Added Files:
	ruby-gitlab-grit/DESCR
	ruby-gitlab-grit/Makefile
	ruby-gitlab-grit/PLIST
	ruby-gitlab-grit/distinfo

Log Message:
ruby-gitlab-grit: Import ruby-gitlab-grit-2.8.2 as wip/ruby-gitlab-grit

Grit gives you object oriented read/write access to Git repositories
via Ruby. The main goals are stability and performance. To this end,
some of the interactions with Git repositories are done by shelling
out to the system's git command, and other interactions are done with
pure Ruby reimplementations of core Git functionality. This choice,
however, is transparent to end users, and you need not know which
method is being used.

This software was developed to power GitHub, and should be considered
production ready. An extensive test suite is provided to verify its
correctness.

Original Grit is maintained by Tom Preston-Werner, Scott Chacon, Chris
Wanstrath, and PJ Hyett.

This fork is maintained by GitLab.com

This documentation is accurate as of Grit 2.3.

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

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

diffstat:
 Makefile                  |  1 +
 ruby-gitlab-grit/DESCR    | 18 ++++++++++++++++++
 ruby-gitlab-grit/Makefile | 18 ++++++++++++++++++
 ruby-gitlab-grit/PLIST    | 45 +++++++++++++++++++++++++++++++++++++++++++++
 ruby-gitlab-grit/distinfo |  6 ++++++
 5 files changed, 88 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a4d87629b7..28076f5001 100644
--- a/Makefile
+++ b/Makefile
@@ -4335,6 +4335,7 @@ SUBDIR+=	ruby-ghi
 SUBDIR+=	ruby-git
 SUBDIR+=	ruby-git_stats
 SUBDIR+=	ruby-github-markup
+SUBDIR+=	ruby-gitlab-grit
 SUBDIR+=	ruby-httparty
 SUBDIR+=	ruby-iesd
 SUBDIR+=	ruby-kakasi
diff --git a/ruby-gitlab-grit/DESCR b/ruby-gitlab-grit/DESCR
new file mode 100644
index 0000000000..9afabaac3c
--- /dev/null
+++ b/ruby-gitlab-grit/DESCR
@@ -0,0 +1,18 @@
+Grit gives you object oriented read/write access to Git repositories
+via Ruby. The main goals are stability and performance. To this end,
+some of the interactions with Git repositories are done by shelling
+out to the system's git command, and other interactions are done with
+pure Ruby reimplementations of core Git functionality. This choice,
+however, is transparent to end users, and you need not know which
+method is being used.
+
+This software was developed to power GitHub, and should be considered
+production ready. An extensive test suite is provided to verify its
+correctness.
+
+Original Grit is maintained by Tom Preston-Werner, Scott Chacon, Chris
+Wanstrath, and PJ Hyett.
+
+This fork is maintained by GitLab.com
+
+This documentation is accurate as of Grit 2.3.
diff --git a/ruby-gitlab-grit/Makefile b/ruby-gitlab-grit/Makefile
new file mode 100644
index 0000000000..04baecdbf6
--- /dev/null
+++ b/ruby-gitlab-grit/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	gitlab-grit-2.8.2
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/gitlabhq/grit
+COMMENT=	Object oriented read/write access to Git repositories via Ruby
+LICENSE=	mit
+
+DEPENDS+=	git-[0-9]*:../../devel/git
+DEPENDS+=	${RUBY_PKGPREFIX}-charlock_holmes>=0.6<1:../../wip/ruby-charlock_holmes
+DEPENDS+=	${RUBY_PKGPREFIX}-diff-lcs>=1.1<2:../../textproc/ruby-diff-lcs
+DEPENDS+=	${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types
+DEPENDS+=	${RUBY_PKGPREFIX}-posix-spawn>=0.3<1:../../devel/ruby-posix-spawn
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-gitlab-grit/PLIST b/ruby-gitlab-grit/PLIST
new file mode 100644
index 0000000000..864910fe89
--- /dev/null
+++ b/ruby-gitlab-grit/PLIST
@@ -0,0 +1,45 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/lib/grit.rb
+${GEM_LIBDIR}/lib/grit/actor.rb
+${GEM_LIBDIR}/lib/grit/blame.rb
+${GEM_LIBDIR}/lib/grit/blob.rb
+${GEM_LIBDIR}/lib/grit/commit.rb
+${GEM_LIBDIR}/lib/grit/commit_stats.rb
+${GEM_LIBDIR}/lib/grit/config.rb
+${GEM_LIBDIR}/lib/grit/diff.rb
+${GEM_LIBDIR}/lib/grit/errors.rb
+${GEM_LIBDIR}/lib/grit/git-ruby.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/commit_db.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/git_object.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/internal/file_window.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/internal/loose.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/internal/pack.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/internal/raw_object.rb
+${GEM_LIBDIR}/lib/grit/git-ruby/repository.rb
+${GEM_LIBDIR}/lib/grit/git.rb
+${GEM_LIBDIR}/lib/grit/grep.rb
+${GEM_LIBDIR}/lib/grit/index.rb
+${GEM_LIBDIR}/lib/grit/lazy.rb
+${GEM_LIBDIR}/lib/grit/merge.rb
+${GEM_LIBDIR}/lib/grit/ref.rb
+${GEM_LIBDIR}/lib/grit/repo.rb
+${GEM_LIBDIR}/lib/grit/ruby1.9.rb
+${GEM_LIBDIR}/lib/grit/status.rb
+${GEM_LIBDIR}/lib/grit/submodule.rb
+${GEM_LIBDIR}/lib/grit/tag.rb
+${GEM_LIBDIR}/lib/grit/tree.rb
+${GEM_LIBDIR}/lib/grit_ext.rb
+${GEM_LIBDIR}/lib/grit_ext/actor.rb
+${GEM_LIBDIR}/lib/grit_ext/blob.rb
+${GEM_LIBDIR}/lib/grit_ext/commit.rb
+${GEM_LIBDIR}/lib/grit_ext/diff.rb
+${GEM_LIBDIR}/lib/grit_ext/tag.rb
+${GEM_LIBDIR}/lib/grit_ext/tree.rb
+${GEM_LIBDIR}/lib/grit_ext/version.rb
+${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-gitlab-grit/distinfo b/ruby-gitlab-grit/distinfo
new file mode 100644
index 0000000000..11215f3e1d
--- /dev/null
+++ b/ruby-gitlab-grit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gitlab-grit-2.8.2.gem) = bf56e75932559512540a67069b34778c413f9807
+RMD160 (gitlab-grit-2.8.2.gem) = b6a6e86c5256c7a9a9fd4e2774f6410a9105f8dd
+SHA512 (gitlab-grit-2.8.2.gem) = 0b4bb57cee8a843ba9cd48235add6a3a811f3bb3ef96abce9758870ac93395dda81f8e8dc2bb1d64d89d47c4416b10fd8780fe5fd13f523f029af489286b52f7
+Size (gitlab-grit-2.8.2.gem) = 46592 bytes


Home | Main Index | Thread Index | Old Index