Date: Sat, 23 Apr 2016 16:45:14 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413887 - in head/devel: . rubygem-cabin Message-ID: <201604231645.u3NGjEaE039998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Apr 23 16:45:14 2016 New Revision: 413887 URL: https://svnweb.freebsd.org/changeset/ports/413887 Log: devel/rubygem-cabin: create port Structured+contextual logging experiments in Ruby WWW: https://github.com/jordansissel/ruby-cabin Added: head/devel/rubygem-cabin/ head/devel/rubygem-cabin/Makefile (contents, props changed) head/devel/rubygem-cabin/distinfo (contents, props changed) head/devel/rubygem-cabin/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 23 16:39:05 2016 (r413886) +++ head/devel/Makefile Sat Apr 23 16:45:14 2016 (r413887) @@ -4808,6 +4808,7 @@ SUBDIR += rubygem-builder SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug + SUBDIR += rubygem-cabin SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara Added: head/devel/rubygem-cabin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cabin/Makefile Sat Apr 23 16:45:14 2016 (r413887) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= cabin +PORTVERSION= 0.8.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= swills@FreeBSD.org +COMMENT= Structured+contextual logging experiments in Ruby + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/rubygems-cabin-test + +.include <bsd.port.mk> Added: head/devel/rubygem-cabin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cabin/distinfo Sat Apr 23 16:45:14 2016 (r413887) @@ -0,0 +1,2 @@ +SHA256 (rubygem/cabin-0.8.1.gem) = 2be4f9415a5e6cd3b49880988e364891fe133ed73d05c2644f4d256144cc6519 +SIZE (rubygem/cabin-0.8.1.gem) = 21504 Added: head/devel/rubygem-cabin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cabin/pkg-descr Sat Apr 23 16:45:14 2016 (r413887) @@ -0,0 +1,3 @@ +Structured+contextual logging experiments in Ruby + +WWW: https://github.com/jordansissel/ruby-cabin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231645.u3NGjEaE039998>