Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 15:19:00 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325203 - in head/devel: . rubygem-graf
Message-ID:  <201308221519.r7MFJ0Y9053199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Aug 22 15:19:00 2013
New Revision: 325203
URL: http://svnweb.freebsd.org/changeset/ports/325203

Log:
  - Add new port: devel/rubygem-graf
  
    Graf is a simple git log analyzer gem.
  
    WWW: https://github.com/abhshkdz/graf

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug 22 14:52:34 2013	(r325202)
+++ head/devel/Makefile	Thu Aug 22 15:19:00 2013	(r325203)
@@ -4103,6 +4103,7 @@
     SUBDIR += rubygem-github_api
     SUBDIR += rubygem-glib2
     SUBDIR += rubygem-gobject-introspection
+    SUBDIR += rubygem-graf
     SUBDIR += rubygem-grit
     SUBDIR += rubygem-hashery
     SUBDIR += rubygem-hashie

Added: head/devel/rubygem-graf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-graf/Makefile	Thu Aug 22 15:19:00 2013	(r325203)
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	graf
+PORTVERSION=	0.0.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Simple git log analyzer gem
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/graf
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-graf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-graf/distinfo	Thu Aug 22 15:19:00 2013	(r325203)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/graf-0.0.3.gem) = f47bf6357ce8a380054576c8ad1915e7bf745428c30c64dd59167262ffc76030
+SIZE (rubygem/graf-0.0.3.gem) = 5632

Added: head/devel/rubygem-graf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-graf/pkg-descr	Thu Aug 22 15:19:00 2013	(r325203)
@@ -0,0 +1,3 @@
+Graf is a simple git log analyzer gem.
+
+WWW: https://github.com/abhshkdz/graf



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