From owner-svn-ports-all@freebsd.org Thu Mar 9 21:53:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEBDAD05EEC; Thu, 9 Mar 2017 21:53:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE7513A6; Thu, 9 Mar 2017 21:53:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v29LrJqb076348; Thu, 9 Mar 2017 21:53:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v29LrJQP076345; Thu, 9 Mar 2017 21:53:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703092153.v29LrJQP076345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Mar 2017 21:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435804 - in head/devel: . rubygem-mustache0 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.23 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: Thu, 09 Mar 2017 21:53:20 -0000 Author: swills Date: Thu Mar 9 21:53:19 2017 New Revision: 435804 URL: https://svnweb.freebsd.org/changeset/ports/435804 Log: devel/rubygem-mustache0: create port for 0.x version of mustache Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template. WWW: https://github.com/mustache/mustache PR: 217343 Submitted by: Sir l33tname Added: head/devel/rubygem-mustache0/ - copied from r435645, head/devel/rubygem-mustache/ Modified: head/devel/Makefile head/devel/rubygem-mustache0/Makefile head/devel/rubygem-mustache0/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 9 21:50:29 2017 (r435803) +++ head/devel/Makefile Thu Mar 9 21:53:19 2017 (r435804) @@ -5351,6 +5351,7 @@ SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache + SUBDIR += rubygem-mustache0 SUBDIR += rubygem-mustermann SUBDIR += rubygem-mustermann-grape SUBDIR += rubygem-mutter Modified: head/devel/rubygem-mustache0/Makefile ============================================================================== --- head/devel/rubygem-mustache/Makefile Tue Mar 7 19:59:31 2017 (r435645) +++ head/devel/rubygem-mustache0/Makefile Thu Mar 9 21:53:19 2017 (r435804) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= mustache -PORTVERSION= 1.0.3 +PORTVERSION= 0.99.8 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 0 MAINTAINER= ruby@FreeBSD.org COMMENT= Framework-agnostic way to render logic-free views @@ -15,6 +16,12 @@ NO_ARCH= yes USE_RUBY= yes USES= gem -PLIST_FILES= bin/mustache +PLIST_FILES= bin/mustache${PKGNAMESUFFIX} + +post-install: + @${MV} ${STAGEDIR}/${PREFIX}/bin/mustache \ + ${STAGEDIR}/${PREFIX}/bin/mustache${PKGNAMESUFFIX} + +PORTSCOUT= limit:^0\. .include Modified: head/devel/rubygem-mustache0/distinfo ============================================================================== --- head/devel/rubygem-mustache/distinfo Tue Mar 7 19:59:31 2017 (r435645) +++ head/devel/rubygem-mustache0/distinfo Thu Mar 9 21:53:19 2017 (r435804) @@ -1,2 +1,3 @@ -SHA256 (rubygem/mustache-1.0.3.gem) = 4ed9d389e41c54f000ad33bba6d1939a5685c0a0c3eb02d707fc21bddf6e97ec -SIZE (rubygem/mustache-1.0.3.gem) = 40960 +TIMESTAMP = 1487955769 +SHA256 (rubygem/mustache-0.99.8.gem) = 826a96db895819c13fffa4fa3c20b85e80b60aaec1f28f79e7db80092abdb0bc +SIZE (rubygem/mustache-0.99.8.gem) = 43520