Date: Sat, 9 May 2015 15:11:15 +0000 (UTC) From: Michael Moll <mmoll@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385895 - in head/www: . rubygem-cal-heatmap-rails Message-ID: <201505091511.t49FBFWY044508@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmoll Date: Sat May 9 15:11:14 2015 New Revision: 385895 URL: https://svnweb.freebsd.org/changeset/ports/385895 Log: new port: www/rubygem-cal-heatmap-rails Cal-Heatmap is a JavaScript module to create calendar heatmaps to visualize time series data. This gem packages it for the Rails asset pipeline. WWW: https://github.com/pavolzbell/cal-heatmap-rails PR: 199784 Differential Revision: https://reviews.freebsd.org/D2499 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor) Added: head/www/rubygem-cal-heatmap-rails/ head/www/rubygem-cal-heatmap-rails/Makefile (contents, props changed) head/www/rubygem-cal-heatmap-rails/distinfo (contents, props changed) head/www/rubygem-cal-heatmap-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 9 15:04:46 2015 (r385894) +++ head/www/Makefile Sat May 9 15:11:14 2015 (r385895) @@ -1794,6 +1794,7 @@ SUBDIR += rubygem-bluecloth SUBDIR += rubygem-bootstrap-sass SUBDIR += rubygem-browser + SUBDIR += rubygem-cal-heatmap-rails SUBDIR += rubygem-carrierwave SUBDIR += rubygem-cgi_multipart_eof_fix SUBDIR += rubygem-chosen-rails Added: head/www/rubygem-cal-heatmap-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-cal-heatmap-rails/Makefile Sat May 9 15:11:14 2015 (r385895) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= cal-heatmap-rails +PORTVERSION= 3.5.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Calendar heatmap assets for Rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-d3_rails>0:${PORTSDIR}/www/rubygem-d3_rails + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/rubygem-cal-heatmap-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-cal-heatmap-rails/distinfo Sat May 9 15:11:14 2015 (r385895) @@ -0,0 +1,2 @@ +SHA256 (rubygem/cal-heatmap-rails-3.5.1.gem) = 1c8846e85979e453faeb1d16aad339f7f2932cdb69b91471beb3c738a4673553 +SIZE (rubygem/cal-heatmap-rails-3.5.1.gem) = 37888 Added: head/www/rubygem-cal-heatmap-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-cal-heatmap-rails/pkg-descr Sat May 9 15:11:14 2015 (r385895) @@ -0,0 +1,5 @@ +Cal-Heatmap is a JavaScript module to create calendar heatmaps +to visualize time series data. This gem packages it for the +Rails asset pipeline. + +WWW: https://github.com/pavolzbell/cal-heatmap-rails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505091511.t49FBFWY044508>