Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 04:35:57 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366722 - in head/devel: . rubygem-rugged
Message-ID:  <201408310435.s7V4ZvfT088665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug 31 04:35:57 2014
New Revision: 366722
URL: http://svnweb.freebsd.org/changeset/ports/366722
QAT: https://qat.redports.org/buildarchive/r366722/

Log:
  devel/rubygem-rugged: add port for rubygem-rugged
  
  Rugged is a Ruby bindings to the libgit2 linkable C Git library.
  
  WWW: https://github.com/libgit2/rugged

Added:
  head/devel/rubygem-rugged/
  head/devel/rubygem-rugged/Makefile   (contents, props changed)
  head/devel/rubygem-rugged/distinfo   (contents, props changed)
  head/devel/rubygem-rugged/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Aug 31 04:13:16 2014	(r366721)
+++ head/devel/Makefile	Sun Aug 31 04:35:57 2014	(r366722)
@@ -4254,7 +4254,6 @@
     SUBDIR += rubygem-bugspots
     SUBDIR += rubygem-builder
     SUBDIR += rubygem-builder31
-    SUBDIR += rubygem-builder32
     SUBDIR += rubygem-byebug
     SUBDIR += rubygem-caesars
     SUBDIR += rubygem-cairo-gobject
@@ -4488,6 +4487,7 @@
     SUBDIR += rubygem-rubyinlineaccel
     SUBDIR += rubygem-rubytree
     SUBDIR += rubygem-rufus-scheduler
+    SUBDIR += rubygem-rugged
     SUBDIR += rubygem-runt
     SUBDIR += rubygem-ruport
     SUBDIR += rubygem-safe_yaml

Added: head/devel/rubygem-rugged/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rugged/Makefile	Sun Aug 31 04:35:57 2014	(r366722)
@@ -0,0 +1,22 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rugged
+PORTVERSION=	0.21.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Rugged is a Ruby binding to the libgit2 linkable library
+
+BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
+LIB_DEPENDS=	libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2
+
+USE_RUBY=	yes
+USES=		pkgconfig
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+CONFIGURE_ARGS+=	--use-system-libraries
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-rugged/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rugged/distinfo	Sun Aug 31 04:35:57 2014	(r366722)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rugged-0.21.0.gem) = e536ec53d7f08109960e159e5401e682dd03f6ab386f84f93ef71e1968817529
+SIZE (rubygem/rugged-0.21.0.gem) = 918528

Added: head/devel/rubygem-rugged/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rugged/pkg-descr	Sun Aug 31 04:35:57 2014	(r366722)
@@ -0,0 +1,3 @@
+Rugged is a Ruby bindings to the libgit2 linkable C Git library.
+
+WWW: https://github.com/libgit2/rugged



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408310435.s7V4ZvfT088665>