Date: Sat, 22 Mar 2014 22:51:16 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348813 - in head/devel: . rubygem-tilt1 rubygem-tilt1/files Message-ID: <201403222251.s2MMpGGV051196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Mar 22 22:51:16 2014 New Revision: 348813 URL: http://svnweb.freebsd.org/changeset/ports/348813 QAT: https://qat.redports.org/buildarchive/r348813/ Log: Tilt is a thin interface over a bunch of different Ruby template engines in an attempt to make their usage as generic possible. This is useful for web frameworks, static site generators, and other systems that support multiple template engines but don't want to code for each of them individually. This older version will be used by rubygem-sprockets. WWW: https://github.com/rtomayko/tilt/ Added: head/devel/rubygem-tilt1/ head/devel/rubygem-tilt1/Makefile (contents, props changed) head/devel/rubygem-tilt1/distinfo (contents, props changed) head/devel/rubygem-tilt1/files/ head/devel/rubygem-tilt1/files/patch-gemspec (contents, props changed) head/devel/rubygem-tilt1/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 22 22:25:48 2014 (r348812) +++ head/devel/Makefile Sat Mar 22 22:51:16 2014 (r348813) @@ -4392,6 +4392,7 @@ SUBDIR += rubygem-thread_safe SUBDIR += rubygem-thrift SUBDIR += rubygem-tilt + SUBDIR += rubygem-tilt1 SUBDIR += rubygem-timers SUBDIR += rubygem-tins SUBDIR += rubygem-transactionsimple Added: head/devel/rubygem-tilt1/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tilt1/Makefile Sat Mar 22 22:51:16 2014 (r348813) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= tilt +PORTVERSION= 1.4.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Generic interface to multiple Ruby template engines + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-tilt1/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tilt1/distinfo Sat Mar 22 22:51:16 2014 (r348813) @@ -0,0 +1,2 @@ +SHA256 (rubygem/tilt-1.4.1.gem) = 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 +SIZE (rubygem/tilt-1.4.1.gem) = 42496 Added: head/devel/rubygem-tilt1/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tilt1/files/patch-gemspec Sat Mar 22 22:51:16 2014 (r348813) @@ -0,0 +1,11 @@ +--- tilt-1.4.1.gemspec.orig 2014-03-22 22:37:21.538619659 +0000 ++++ tilt-1.4.1.gemspec 2014-03-22 22:39:47.694609404 +0000 +@@ -381,8 +381,6 @@ + version: '0' + description: Generic interface to multiple Ruby template engines + email: r@tomayko.com +-executables: +-- tilt + extensions: [] + extra_rdoc_files: [] + files: Added: head/devel/rubygem-tilt1/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tilt1/pkg-descr Sat Mar 22 22:51:16 2014 (r348813) @@ -0,0 +1,6 @@ +Tilt is a thin interface over a bunch of different Ruby template engines in an +attempt to make their usage as generic possible. This is useful for web +frameworks, static site generators, and other systems that support multiple +template engines but don't want to code for each of them individually. + +WWW: https://github.com/rtomayko/tilt/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403222251.s2MMpGGV051196>