aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormmoll <mmoll@FreeBSD.org>2015-05-10 06:03:12 +0800
committermmoll <mmoll@FreeBSD.org>2015-05-10 06:03:12 +0800
commitdf58078ef795818a0299ecd7ebba16e0b9a9d404 (patch)
tree35c69ad34ec3147419a57b254c0af9dba52ece76 /devel
parent786af7162213570482febf2bd35efcc71791b3da (diff)
downloadfreebsd-ports-gnome-df58078ef795818a0299ecd7ebba16e0b9a9d404.tar.gz
freebsd-ports-gnome-df58078ef795818a0299ecd7ebba16e0b9a9d404.tar.zst
freebsd-ports-gnome-df58078ef795818a0299ecd7ebba16e0b9a9d404.zip
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-newrelic_rpm/Makefile23
-rw-r--r--devel/rubygem-newrelic_rpm/distinfo2
-rw-r--r--devel/rubygem-newrelic_rpm/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 86fcf43670cd..2d47c5139cb2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-newrelic_rpm/Makefile b/devel/rubygem-newrelic_rpm/Makefile
new file mode 100644
index 000000000000..315f8126288e
--- /dev/null
+++ b/devel/rubygem-newrelic_rpm/Makefile
@@ -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>
diff --git a/devel/rubygem-newrelic_rpm/distinfo b/devel/rubygem-newrelic_rpm/distinfo
new file mode 100644
index 000000000000..ff54a23220d6
--- /dev/null
+++ b/devel/rubygem-newrelic_rpm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/newrelic_rpm-3.12.0.288.gem) = 2b7f7131b60d4cbcbc4310afc4eaac4b6884df24075eca334519f7d2dde43ee2
+SIZE (rubygem/newrelic_rpm-3.12.0.288.gem) = 688640
diff --git a/devel/rubygem-newrelic_rpm/pkg-descr b/devel/rubygem-newrelic_rpm/pkg-descr
new file mode 100644
index 000000000000..c66510cc9aac
--- /dev/null
+++ b/devel/rubygem-newrelic_rpm/pkg-descr
@@ -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