diff options
author | mfechner <mfechner@FreeBSD.org> | 2019-09-07 22:54:32 +0800 |
---|---|---|
committer | mfechner <mfechner@FreeBSD.org> | 2019-09-07 22:54:32 +0800 |
commit | f15ea9d0e6da9f19c04cf4c7d85aa2851bd62fcb (patch) | |
tree | 655bfa6bd9fbd8eefca994b69f90d16a71396110 /devel | |
parent | 7740384974d1a67f6d4906db5fa6a396f4980db7 (diff) | |
download | freebsd-ports-gnome-f15ea9d0e6da9f19c04cf4c7d85aa2851bd62fcb.tar.gz freebsd-ports-gnome-f15ea9d0e6da9f19c04cf4c7d85aa2851bd62fcb.tar.zst freebsd-ports-gnome-f15ea9d0e6da9f19c04cf4c7d85aa2851bd62fcb.zip |
devel/rubygem-grape_logging181: copied from devel/rubygem-grape_logging as version 1.8.2 does not work with gitlab-ce.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-grape_logging181/Makefile | 26 | ||||
-rw-r--r-- | devel/rubygem-grape_logging181/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-grape_logging181/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 63fcc6a9042f..d130bbab80b5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5837,6 +5837,7 @@ SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape11 SUBDIR += rubygem-grape_logging + SUBDIR += rubygem-grape_logging181 SUBDIR += rubygem-graphiql-rails SUBDIR += rubygem-graphql SUBDIR += rubygem-graphql-docs diff --git a/devel/rubygem-grape_logging181/Makefile b/devel/rubygem-grape_logging181/Makefile new file mode 100644 index 000000000000..2835ddd27b31 --- /dev/null +++ b/devel/rubygem-grape_logging181/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= grape_logging +PORTVERSION= 1.8.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 181 + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Request logging for Grape + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape \ + rubygem-rack>=0:www/rubygem-rack + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^1\.8\.1 + +.include <bsd.port.mk> diff --git a/devel/rubygem-grape_logging181/distinfo b/devel/rubygem-grape_logging181/distinfo new file mode 100644 index 000000000000..211645148c8a --- /dev/null +++ b/devel/rubygem-grape_logging181/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549018944 +SHA256 (rubygem/grape_logging-1.8.1.gem) = 9109e6d404898e102b82cd8c5234522276ded4c6ec7be73426c750fb2beb33d2 +SIZE (rubygem/grape_logging-1.8.1.gem) = 12800 diff --git a/devel/rubygem-grape_logging181/pkg-descr b/devel/rubygem-grape_logging181/pkg-descr new file mode 100644 index 000000000000..68b45b2a7a62 --- /dev/null +++ b/devel/rubygem-grape_logging181/pkg-descr @@ -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 |