mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add rubygem-local_time-rails5 1.0.3 (copied from rubygem-local_time)
This commit is contained in:
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
|
@ -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
|
||||
|
|
22
devel/rubygem-local_time-rails5/Makefile
Normal file
22
devel/rubygem-local_time-rails5/Makefile
Normal 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>
|
3
devel/rubygem-local_time-rails5/distinfo
Normal file
3
devel/rubygem-local_time-rails5/distinfo
Normal 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
|
6
devel/rubygem-local_time-rails5/pkg-descr
Normal file
6
devel/rubygem-local_time-rails5/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue