From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 10:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9CE3169D for ; Sat, 21 Dec 2013 10:50: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 7775A1B10 for ; Sat, 21 Dec 2013 10:50: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 rBLAo0fA058047 for ; Sat, 21 Dec 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLAo0r1058046; Sat, 21 Dec 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 10:50:00 GMT Resent-Message-Id: <201312211050.rBLAo0r1058046@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 EF390614 for ; Sat, 21 Dec 2013 10:47:43 +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 C11391B02 for ; Sat, 21 Dec 2013 10:47:43 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLAlhw9077925 for ; Sat, 21 Dec 2013 10:47:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLAlhCM077915; Sat, 21 Dec 2013 10:47:43 GMT (envelope-from nobody) Message-Id: <201312211047.rBLAlhCM077915@oldred.freebsd.org> Date: Sat, 21 Dec 2013 10:47:43 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185062: [New Port] www/rubygem-html2haml Converts HTML into Haml 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:50:00 -0000 >Number: 185062 >Category: ports >Synopsis: [New Port] www/rubygem-html2haml Converts HTML into Haml >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:50: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: Transforms an HTML file into corresponding Haml code. http://haml.info/ >How-To-Repeat: >Fix: rubygem-html2haml requires Haml 4.0 or later - see www/rubygem-haml [PATCH] Build log https://redports.org/buildarchive/20131221091653-59866/ 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-html2haml # rubygem-html2haml/Makefile # rubygem-html2haml/distinfo # rubygem-html2haml/pkg-descr # echo c - rubygem-html2haml mkdir -p rubygem-html2haml > /dev/null 2>&1 echo x - rubygem-html2haml/Makefile sed 's/^X//' >rubygem-html2haml/Makefile << '734a1fee617e9ca39d51369a3304d4ba' X# Created by: Horia Racoviceanu X# $FreeBSD$ X XPORTNAME= html2haml XPORTVERSION= 1.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= horia@racoviceanu.com XCOMMENT= Converts HTML into Haml X XLICENSE= MIT X XRUN_DEPENDS= rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ X rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml \ X rubygem-hpricot>=0.8.6:${PORTSDIR}/www/rubygem-hpricot \ X rubygem-ruby_parser>=3.1.1:${PORTSDIR}/devel/rubygem-ruby_parser X XUSE_RAKE= yes XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XPLIST_FILES= bin/html2haml X X.include 734a1fee617e9ca39d51369a3304d4ba echo x - rubygem-html2haml/distinfo sed 's/^X//' >rubygem-html2haml/distinfo << '4a4e374ce9b1a24e863452cb0587ad2d' XSHA256 (rubygem/html2haml-1.0.1.gem) = 7b094730b346a6e36a5d73527da87ad2f231e062dfbee42c059474ca44edb061 XSIZE (rubygem/html2haml-1.0.1.gem) = 17920 4a4e374ce9b1a24e863452cb0587ad2d echo x - rubygem-html2haml/pkg-descr sed 's/^X//' >rubygem-html2haml/pkg-descr << 'bb85ccb3d21bed212e3c5cc7980e57d0' XTransforms an HTML file into corresponding Haml code. X XWWW: http://haml.info/ bb85ccb3d21bed212e3c5cc7980e57d0 exit >Release-Note: >Audit-Trail: >Unformatted: