svn commit: r470066 - in head/devel: . rubygem-fugit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 15 23:58:43 UTC 2018


Author: sunpoet
Date: Tue May 15 23:58:38 2018
New Revision: 470066
URL: https://svnweb.freebsd.org/changeset/ports/470066

Log:
  Add rubygem-fugit 1.1.1
  
  Fugit is a time tools for flor and the floraison group. It uses et-orbi to represent
  time instances and raabro as a basis for its parsers. Fugit will probably become
  the foundation for rufus-scheduler 4.x
  
  WWW: https://github.com/floraison/fugit

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue May 15 23:58:32 2018	(r470065)
+++ head/devel/Makefile	Tue May 15 23:58:38 2018	(r470066)
@@ -5530,6 +5530,7 @@
     SUBDIR += rubygem-foreman
     SUBDIR += rubygem-formatador
     SUBDIR += rubygem-forwardable-extended
+    SUBDIR += rubygem-fugit
     SUBDIR += rubygem-gdata
     SUBDIR += rubygem-gem-compare
     SUBDIR += rubygem-gem_plugin

Added: head/devel/rubygem-fugit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fugit/Makefile	Tue May 15 23:58:38 2018	(r470066)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fugit
+PORTVERSION=	1.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Time tools for flor and the floraison project
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-et-orbi>=1.1.1:devel/rubygem-et-orbi \
+		rubygem-raabro>=1.1:textproc/rubygem-raabro
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-fugit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fugit/distinfo	Tue May 15 23:58:38 2018	(r470066)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526408715
+SHA256 (rubygem/fugit-1.1.1.gem) = 7968409d04b56c7aba860d599635dd77f3abcfec8178f8ac6d40e0282246241a
+SIZE (rubygem/fugit-1.1.1.gem) = 16896

Added: head/devel/rubygem-fugit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fugit/pkg-descr	Tue May 15 23:58:38 2018	(r470066)
@@ -0,0 +1,5 @@
+Fugit is a time tools for flor and the floraison group. It uses et-orbi to represent
+time instances and raabro as a basis for its parsers. Fugit will probably become
+the foundation for rufus-scheduler 4.x
+
+WWW: https://github.com/floraison/fugit


More information about the svn-ports-all mailing list