Add rubygem-local_time-rails5 1.0.3 (copied from rubygem-local_time)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-01 19:25:45 +00:00
parent 972d785442
commit ccfa5f5008
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439908
4 changed files with 32 additions and 0 deletions

View file

@ -5361,6 +5361,7 @@
SUBDIR += rubygem-listen
SUBDIR += rubygem-little-plugger
SUBDIR += rubygem-local_time
SUBDIR += rubygem-local_time-rails5
SUBDIR += rubygem-locale
SUBDIR += rubygem-lockfile
SUBDIR += rubygem-logging

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= local_time
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
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-rails-rails5>=0:devel/rubygem-coffee-rails-rails5
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1493265529
SHA256 (rubygem/local_time-1.0.3.gem) = 84f07f930182ccec9f46c6c2869cc92a176b330402e8dd9ffea0ce5a838371cb
SIZE (rubygem/local_time-1.0.3.gem) = 25600

View file

@ -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