From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C942153E for ; Sat, 21 Dec 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A39451A8E for ; Sat, 21 Dec 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLAe0wU056053 for ; Sat, 21 Dec 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLAe0D3056052; Sat, 21 Dec 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 10:40:00 GMT Resent-Message-Id: <201312211040.rBLAe0D3056052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BB09451 for ; Sat, 21 Dec 2013 10:37:18 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E07E21A7D for ; Sat, 21 Dec 2013 10:37:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLAbHad026102 for ; Sat, 21 Dec 2013 10:37:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLAbHtj026101; Sat, 21 Dec 2013 10:37:17 GMT (envelope-from nobody) Message-Id: <201312211037.rBLAbHtj026101@oldred.freebsd.org> Date: Sat, 21 Dec 2013 10:37:17 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185061: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 10:40:00 -0000 >Number: 185061 >Category: ports >Synopsis: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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/ >How-To-Repeat: >Fix: Haml-contrib requires Haml 4.0 or later - see www/rubygem-haml [PATCH] Build log: https://redports.org/buildarchive/20131221094748-70831/ Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-haml-contrib # rubygem-haml-contrib/Makefile # rubygem-haml-contrib/distinfo # rubygem-haml-contrib/pkg-descr # echo c - rubygem-haml-contrib mkdir -p rubygem-haml-contrib > /dev/null 2>&1 echo x - rubygem-haml-contrib/Makefile sed 's/^X//' >rubygem-haml-contrib/Makefile << '5cf91a1a9592c3206f0289c568d26ef5' X# Created by: Horia Racoviceanu X# $FreeBSD$ X XPORTNAME= haml-contrib XPORTVERSION= 1.0.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= horia@racoviceanu.com XCOMMENT= Addons for the Ruby implementation of the Haml template language X XLICENSE= MIT X XRUN_DEPENDS= rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 5cf91a1a9592c3206f0289c568d26ef5 echo x - rubygem-haml-contrib/distinfo sed 's/^X//' >rubygem-haml-contrib/distinfo << 'b485196afe59926c2c1cf351d007a771' XSHA256 (rubygem/haml-contrib-1.0.0.1.gem) = bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d XSIZE (rubygem/haml-contrib-1.0.0.1.gem) = 6656 b485196afe59926c2c1cf351d007a771 echo x - rubygem-haml-contrib/pkg-descr sed 's/^X//' >rubygem-haml-contrib/pkg-descr << '8bba13eb73be2ba04b18801fe0a9df6c' XThis project contains various useful extensions to the Haml template language's XRuby implementation. Such extensions are useful enough to be distributed, but Xnot widely used or on-topic enough to belong in Haml proper. X XThis gives the Haml project a reasonable way to both demote current Xfunctionality, such as the Textile and Maruku filters, and add new experimental Xfunctionality that may later be added to the core. X XWWW: http://haml.info/ 8bba13eb73be2ba04b18801fe0a9df6c exit >Release-Note: >Audit-Trail: >Unformatted: