Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 22:03:13 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385912 - in head/devel: . rubygem-newrelic_rpm
Message-ID:  <201505092203.t49M3DZM056098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Sat May  9 22:03:12 2015
New Revision: 385912
URL: https://svnweb.freebsd.org/changeset/ports/385912

Log:
  new port: devel/rubygem-newrelic_rpm
  
  Performance management system which provides deep information about
  Ruby on Rails application performance while running in production.
  
  WWW: https://www.github.com/newrelic/rpm
  
  PR:		199920
  Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
  Approved by:	mat (mentor)

Added:
  head/devel/rubygem-newrelic_rpm/
  head/devel/rubygem-newrelic_rpm/Makefile   (contents, props changed)
  head/devel/rubygem-newrelic_rpm/distinfo   (contents, props changed)
  head/devel/rubygem-newrelic_rpm/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May  9 21:59:10 2015	(r385911)
+++ head/devel/Makefile	Sat May  9 22:03:12 2015	(r385912)
@@ -4601,6 +4601,7 @@
     SUBDIR += rubygem-needle
     SUBDIR += rubygem-nenv
     SUBDIR += rubygem-nesty
+    SUBDIR += rubygem-newrelic_rpm
     SUBDIR += rubygem-nice-ffi
     SUBDIR += rubygem-nio4r
     SUBDIR += rubygem-nori

Added: head/devel/rubygem-newrelic_rpm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-newrelic_rpm/Makefile	Sat May  9 22:03:12 2015	(r385912)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	newrelic_rpm
+PORTVERSION=	3.12.0.288
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Performance management system for Rails applications
+
+LICENSE=	MIT RUBY NEWRELIC
+LICENSE_COMB=	multi
+LICENSE_NAME_NEWRELIC=	New Relic License
+LICENSE_FILE_NEWRELIC=	${WRKSRC}/LICENSE
+LICENSE_PERMS_NEWRELIC=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/mongrel_rpm bin/newrelic bin/newrelic_cmd bin/nrdebug
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-newrelic_rpm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-newrelic_rpm/distinfo	Sat May  9 22:03:12 2015	(r385912)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/newrelic_rpm-3.12.0.288.gem) = 2b7f7131b60d4cbcbc4310afc4eaac4b6884df24075eca334519f7d2dde43ee2
+SIZE (rubygem/newrelic_rpm-3.12.0.288.gem) = 688640

Added: head/devel/rubygem-newrelic_rpm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-newrelic_rpm/pkg-descr	Sat May  9 22:03:12 2015	(r385912)
@@ -0,0 +1,4 @@
+Performance management system which provides deep information about
+Ruby on Rails application performance while running in production.
+
+WWW: https://www.github.com/newrelic/rpm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505092203.t49M3DZM056098>