From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 22:22:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9C279FC; Tue, 21 Jan 2014 22:22:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5CB31FCF; Tue, 21 Jan 2014 22:22:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0LMMPl6089493; Tue, 21 Jan 2014 22:22:25 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0LMMPm9089489; Tue, 21 Jan 2014 22:22:25 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201401212222.s0LMMPm9089489@svn.freebsd.org> From: Steve Wills Date: Tue, 21 Jan 2014 22:22:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340667 - in head/www: . rubygem-haml-contrib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 22:22:26 -0000 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 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 +# $FreeBSD$ + +PORTNAME= haml-contrib +PORTVERSION= 1.0.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= horia@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 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/