Import ruby-git 1.2.5

ruby-git provides an object-oriented interface to git's command line
interface, allowing for both read and write operations on git
repositories.

OK sthen@
This commit is contained in:
jeremy 2011-11-17 15:27:39 +00:00
parent 930db13bc9
commit e7e4a7493b
4 changed files with 57 additions and 0 deletions

25
devel/ruby-git/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/17 15:27:39 jeremy Exp $
COMMENT = ruby library wrapping calls to git CLI
DISTNAME = git-1.2.5
CATEGORIES = devel
HOMEPAGE = https://github.com/schacon/ruby-git
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
# Does not ship with the regress tests.
NO_REGRESS = Yes
.include <bsd.port.mk>

5
devel/ruby-git/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (git-1.2.5.gem) = NQZYPNicF1MNwca/SYtOkQ==
RMD160 (git-1.2.5.gem) = gzjsdkfUjYW51pUerQ0wGUcR/cI=
SHA1 (git-1.2.5.gem) = u9wxfXWoiNHNrPn1atjt/zgTyHE=
SHA256 (git-1.2.5.gem) = Ew7yiU0sY6xiSR/OyEmIkpEjSfMStya3vaeTPZVGvqU=
SIZE (git-1.2.5.gem) = 19968

3
devel/ruby-git/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
ruby-git provides an object-oriented interface to git's command line
interface, allowing for both read and write operations on git
repositories.

24
devel/ruby-git/pkg/PLIST Normal file
View File

@ -0,0 +1,24 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/17 15:27:39 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/git/
${GEM_LIB}/gems/${DISTNAME}/lib/git.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/author.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/branch.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/branches.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/diff.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/index.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/lib.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/log.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/object.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/path.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/remote.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/repository.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/stash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/stashes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/status.rb
${GEM_LIB}/gems/${DISTNAME}/lib/git/working_directory.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec