svn commit: r325203 - in head/devel: . rubygem-graf

TAKATSU Tomonari tota at FreeBSD.org
Thu Aug 22 15:19:01 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	graf
+PORTVERSION=	0.0.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-head mailing list