Date: Thu, 27 Apr 2017 07:02:31 +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: r439507 - in head/devel: . rubygem-local_time Message-ID: <201704270702.v3R72VIF018633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Apr 27 07:02:31 2017 New Revision: 439507 URL: https://svnweb.freebsd.org/changeset/ports/439507 Log: Add rubygem-local_time 1.0.3 Local Time is a Rails engine with helpers and JavaScript for displaying times and dates to users in their local time. The helpers render a <time> element and the JavaScript swoops in to convert and format. The helper output is ideal for caching since it's always in UTC time. WWW: https://github.com/basecamp/local_time Added: head/devel/rubygem-local_time/ head/devel/rubygem-local_time/Makefile (contents, props changed) head/devel/rubygem-local_time/distinfo (contents, props changed) head/devel/rubygem-local_time/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Apr 27 06:29:01 2017 (r439506) +++ head/devel/Makefile Thu Apr 27 07:02:31 2017 (r439507) @@ -5361,6 +5361,7 @@ SUBDIR += rubygem-licensee SUBDIR += rubygem-listen SUBDIR += rubygem-little-plugger + SUBDIR += rubygem-local_time SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging Added: head/devel/rubygem-local_time/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-local_time/Makefile Thu Apr 27 07:02:31 2017 (r439507) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= local_time +PORTVERSION= 1.0.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Rails engine for cache-friendly, client-side local time + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-coffee-rails4>=0:devel/rubygem-coffee-rails4 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-local_time/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-local_time/distinfo Thu Apr 27 07:02:31 2017 (r439507) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493265529 +SHA256 (rubygem/local_time-1.0.3.gem) = 84f07f930182ccec9f46c6c2869cc92a176b330402e8dd9ffea0ce5a838371cb +SIZE (rubygem/local_time-1.0.3.gem) = 25600 Added: head/devel/rubygem-local_time/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-local_time/pkg-descr Thu Apr 27 07:02:31 2017 (r439507) @@ -0,0 +1,6 @@ +Local Time is a Rails engine with helpers and JavaScript for displaying times +and dates to users in their local time. The helpers render a <time> element and +the JavaScript swoops in to convert and format. The helper output is ideal for +caching since it's always in UTC time. + +WWW: https://github.com/basecamp/local_time
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704270702.v3R72VIF018633>