Date: Tue, 15 May 2018 23:58:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470066 - in head/devel: . rubygem-fugit Message-ID: <201805152358.w4FNwdF9081892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fugit +PORTVERSION= 1.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805152358.w4FNwdF9081892>