From owner-svn-ports-head@freebsd.org Fri Jan 6 18:29:54 2017 Return-Path: Delivered-To: svn-ports-head@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 160FDCA276D; Fri, 6 Jan 2017 18:29:54 +0000 (UTC) (envelope-from kami@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 BFA181BE3; Fri, 6 Jan 2017 18:29:53 +0000 (UTC) (envelope-from kami@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06ITq2C021364; Fri, 6 Jan 2017 18:29:52 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06ITq4D021360; Fri, 6 Jan 2017 18:29:52 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201701061829.v06ITq4D021360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Fri, 6 Jan 2017 18:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430725 - in head/textproc: . rubygem-liquid3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 18:29:54 -0000 Author: kami Date: Fri Jan 6 18:29:52 2017 New Revision: 430725 URL: https://svnweb.freebsd.org/changeset/ports/430725 Log: textproc/rubygem-liquid3: new port - Required for www/rubygem-jekyll PR: 213500 Reported by: freebsdbug@patpro.net Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D8975 Added: head/textproc/rubygem-liquid3/ head/textproc/rubygem-liquid3/Makefile (contents, props changed) head/textproc/rubygem-liquid3/distinfo (contents, props changed) head/textproc/rubygem-liquid3/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Jan 6 18:26:15 2017 (r430724) +++ head/textproc/Makefile Fri Jan 6 18:29:52 2017 (r430725) @@ -1471,6 +1471,7 @@ SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-liquid2 + SUBDIR += rubygem-liquid3 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-ltsv Added: head/textproc/rubygem-liquid3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-liquid3/Makefile Fri Jan 6 18:29:52 2017 (r430725) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= liquid +PORTVERSION= 3.0.6 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for rendering safe templates + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/textproc/rubygem-liquid3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-liquid3/distinfo Fri Jan 6 18:29:52 2017 (r430725) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483006705 +SHA256 (rubygem/liquid-3.0.6.gem) = 823deffde39a649b6befa1526a3767aa7bc22259ffc455becc92547fc6b3770c +SIZE (rubygem/liquid-3.0.6.gem) = 65024 Added: head/textproc/rubygem-liquid3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-liquid3/pkg-descr Fri Jan 6 18:29:52 2017 (r430725) @@ -0,0 +1,4 @@ +Ruby library for rendering safe templates which cannot affect the +security of the server they are rendered on. + +WWW: http://www.liquidmarkup.org