From owner-svn-ports-all@freebsd.org Fri Sep 22 15:49:36 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 C5183E027FC; Fri, 22 Sep 2017 15:49:36 +0000 (UTC) (envelope-from sunpoet@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 A16BD713ED; Fri, 22 Sep 2017 15:49:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8MFnZaq019613; Fri, 22 Sep 2017 15:49:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8MFnZP5019609; Fri, 22 Sep 2017 15:49:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709221549.v8MFnZP5019609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Sep 2017 15:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450386 - in head/devel: . rubygem-grape_logging X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-grape_logging X-SVN-Commit-Revision: 450386 X-SVN-Commit-Repository: ports 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: Fri, 22 Sep 2017 15:49:36 -0000 Author: sunpoet Date: Fri Sep 22 15:49:35 2017 New Revision: 450386 URL: https://svnweb.freebsd.org/changeset/ports/450386 Log: Add rubygem-grape_logging 1.7.0 This gem provides simple request logging for Grape with just few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more! WWW: https://github.com/aserafin/grape_logging Added: head/devel/rubygem-grape_logging/ head/devel/rubygem-grape_logging/Makefile (contents, props changed) head/devel/rubygem-grape_logging/distinfo (contents, props changed) head/devel/rubygem-grape_logging/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 22 15:29:50 2017 (r450385) +++ head/devel/Makefile Fri Sep 22 15:49:35 2017 (r450386) @@ -5478,6 +5478,7 @@ SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 + SUBDIR += rubygem-grape_logging SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku Added: head/devel/rubygem-grape_logging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape_logging/Makefile Fri Sep 22 15:49:35 2017 (r450386) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= grape_logging +PORTVERSION= 1.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Request logging for Grape + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-grape_logging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape_logging/distinfo Fri Sep 22 15:49:35 2017 (r450386) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506083438 +SHA256 (rubygem/grape_logging-1.7.0.gem) = eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251 +SIZE (rubygem/grape_logging-1.7.0.gem) = 12288 Added: head/devel/rubygem-grape_logging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape_logging/pkg-descr Fri Sep 22 15:49:35 2017 (r450386) @@ -0,0 +1,5 @@ +This gem provides simple request logging for Grape with just few lines of code +you have to put in your project! In return you will get response codes, paths, +parameters and more! + +WWW: https://github.com/aserafin/grape_logging