Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 00:45:02 +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: r445970 - in head/devel: . rubygem-iso8601
Message-ID:  <201707160045.v6G0j2CQ051698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul 16 00:45:02 2017
New Revision: 445970
URL: https://svnweb.freebsd.org/changeset/ports/445970

Log:
  Add rubygem-iso8601 0.9.1
  
  ISO8601 is a simple implementation of the ISO 8601 (Data elements and
  interchange formats - Information interchange - Representation of dates and
  times) standard.
  
  WWW: https://github.com/arnau/ISO8601

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jul 16 00:44:37 2017	(r445969)
+++ head/devel/Makefile	Sun Jul 16 00:45:02 2017	(r445970)
@@ -5414,6 +5414,7 @@
     SUBDIR += rubygem-interact
     SUBDIR += rubygem-io-like
     SUBDIR += rubygem-iobuffer
+    SUBDIR += rubygem-iso8601
     SUBDIR += rubygem-jammit
     SUBDIR += rubygem-jasmine-core
     SUBDIR += rubygem-jbuilder

Added: head/devel/rubygem-iso8601/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-iso8601/Makefile	Sun Jul 16 00:45:02 2017	(r445970)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	iso8601
+PORTVERSION=	0.9.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple implementation of the ISO 8601 standard
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-iso8601/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-iso8601/distinfo	Sun Jul 16 00:45:02 2017	(r445970)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500157924
+SHA256 (rubygem/iso8601-0.9.1.gem) = d71744eb89b586368df1a98955038034dcc45645ad36af5555b2769a5cc62a36
+SIZE (rubygem/iso8601-0.9.1.gem) = 27136

Added: head/devel/rubygem-iso8601/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-iso8601/pkg-descr	Sun Jul 16 00:45:02 2017	(r445970)
@@ -0,0 +1,5 @@
+ISO8601 is a simple implementation of the ISO 8601 (Data elements and
+interchange formats - Information interchange - Representation of dates and
+times) standard.
+
+WWW: https://github.com/arnau/ISO8601



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