diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-fugit12/Makefile | 29 | ||||
-rw-r--r-- | devel/rubygem-fugit12/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-fugit12/pkg-descr | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index fa4c8a0b05b6..34ddd5a512e0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5553,6 +5553,7 @@ SUBDIR += rubygem-formatador SUBDIR += rubygem-forwardable-extended SUBDIR += rubygem-fugit + SUBDIR += rubygem-fugit12 SUBDIR += rubygem-gdata SUBDIR += rubygem-gem-compare SUBDIR += rubygem-gem_plugin diff --git a/devel/rubygem-fugit12/Makefile b/devel/rubygem-fugit12/Makefile new file mode 100644 index 000000000000..56a962800a9f --- /dev/null +++ b/devel/rubygem-fugit12/Makefile @@ -0,0 +1,29 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fugit +PORTVERSION= 1.2.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 12 + +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.8:devel/rubygem-et-orbi \ + rubygem-raabro>=1.1:textproc/rubygem-raabro + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +# Disable rdoc +OPTIONS_EXCLUDE=DOCS + +PORTSCOUT= limit:^1\.2\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-fugit12/distinfo b/devel/rubygem-fugit12/distinfo new file mode 100644 index 000000000000..548079b1dc4a --- /dev/null +++ b/devel/rubygem-fugit12/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1563472163 +SHA256 (rubygem/fugit-1.2.3.gem) = a0ba58211f4e69103531cc26d6d5c18f03a2d3989e7b8aa03d2d83f2181cb745 +SIZE (rubygem/fugit-1.2.3.gem) = 20992 diff --git a/devel/rubygem-fugit12/pkg-descr b/devel/rubygem-fugit12/pkg-descr new file mode 100644 index 000000000000..9b66fa15d6c7 --- /dev/null +++ b/devel/rubygem-fugit12/pkg-descr @@ -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 |