svn commit: r340667 - in head/www: . rubygem-haml-contrib

Steve Wills swills at FreeBSD.org
Tue Jan 21 22:22:26 UTC 2014


Author: swills
Date: Tue Jan 21 22:22:24 2014
New Revision: 340667
URL: http://svnweb.freebsd.org/changeset/ports/340667
QAT: https://qat.redports.org/buildarchive/r340667/

Log:
  This project contains various useful extensions to the Haml template language's
  Ruby implementation. Such extensions are useful enough to be distributed, but
  not widely used or on-topic enough to belong in Haml proper.
  
  This gives the Haml project a reasonable way to both demote current
  functionality, such as the Textile and Maruku filters, and add new experimental
  functionality that may later be added to the core.
  
  WWW: http://haml.info/
  
  PR:		ports/185061
  Submitted by:	Horia Racoviceanu <horia at racoviceanu.com>

Added:
  head/www/rubygem-haml-contrib/
  head/www/rubygem-haml-contrib/Makefile   (contents, props changed)
  head/www/rubygem-haml-contrib/distinfo   (contents, props changed)
  head/www/rubygem-haml-contrib/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jan 21 21:54:32 2014	(r340666)
+++ head/www/Makefile	Tue Jan 21 22:22:24 2014	(r340667)
@@ -1787,6 +1787,7 @@
     SUBDIR += rubygem-gon
     SUBDIR += rubygem-haml
     SUBDIR += rubygem-haml-coderay
+    SUBDIR += rubygem-haml-contrib
     SUBDIR += rubygem-haml-rails
     SUBDIR += rubygem-hpricot
     SUBDIR += rubygem-http-cookie

Added: head/www/rubygem-haml-contrib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-contrib/Makefile	Tue Jan 21 22:22:24 2014	(r340667)
@@ -0,0 +1,20 @@
+# Created by: Horia Racoviceanu <horia at racoviceanu.com>
+# $FreeBSD$
+
+PORTNAME=	haml-contrib
+PORTVERSION=	1.0.0.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	horia at racoviceanu.com
+COMMENT=	Addons for the Ruby implementation of the Haml template language
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-haml-contrib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-contrib/distinfo	Tue Jan 21 22:22:24 2014	(r340667)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/haml-contrib-1.0.0.1.gem) = bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d
+SIZE (rubygem/haml-contrib-1.0.0.1.gem) = 6656

Added: head/www/rubygem-haml-contrib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-contrib/pkg-descr	Tue Jan 21 22:22:24 2014	(r340667)
@@ -0,0 +1,9 @@
+This project contains various useful extensions to the Haml template language's
+Ruby implementation. Such extensions are useful enough to be distributed, but
+not widely used or on-topic enough to belong in Haml proper.
+
+This gives the Haml project a reasonable way to both demote current
+functionality, such as the Textile and Maruku filters, and add new experimental
+functionality that may later be added to the core.
+
+WWW: http://haml.info/


More information about the svn-ports-head mailing list