aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rubygem-oxidized-web
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-01-04 04:38:18 +0000
committerSteve Wills <swills@FreeBSD.org>2017-01-04 04:38:18 +0000
commit060f8cc5c0a7e5c9c209c7814f0708dfa383d447 (patch)
tree064f321f7dfa248f761635fca9e6d956ce5d462f /net-mgmt/rubygem-oxidized-web
parent000f6684d5ab71d1ede0cca9b74bd2a4b2b83a40 (diff)
downloadports-060f8cc5c0a7e5c9c209c7814f0708dfa383d447.tar.gz
ports-060f8cc5c0a7e5c9c209c7814f0708dfa383d447.zip
net-mgmt/rubygem-oxidized-web: create port
Web userinterface and RESTful API for Oxidized, a network device configuration backup tool. WWW: https://github.com/ytti/oxidized-web PR: 203374 Submitted by: Nick Hilliard <nick@foobar.org> (with modifications)
Notes
Notes: svn path=/head/; revision=430535
Diffstat (limited to 'net-mgmt/rubygem-oxidized-web')
-rw-r--r--net-mgmt/rubygem-oxidized-web/Makefile27
-rw-r--r--net-mgmt/rubygem-oxidized-web/distinfo3
-rw-r--r--net-mgmt/rubygem-oxidized-web/pkg-descr4
3 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/rubygem-oxidized-web/Makefile b/net-mgmt/rubygem-oxidized-web/Makefile
new file mode 100644
index 000000000000..1344cc7d3027
--- /dev/null
+++ b/net-mgmt/rubygem-oxidized-web/Makefile
@@ -0,0 +1,27 @@
+# Created by: Nick Hilliard <nick@foobar.org>
+# $FreeBSD$
+
+PORTNAME= oxidized-web
+PORTVERSION= 0.7.1
+CATEGORIES= net-mgmt rubygems
+MASTER_SITES= RG
+
+MAINTAINER= nick@foobar.org
+COMMENT= Web user interface and RESTful API for rubygems-oxidized
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= rubygem-emk-sinatra-url-for>=0.2:www/rubygem-emk-sinatra-url-for \
+ rubygem-haml>=4.0:www/rubygem-haml \
+ rubygem-oxidized>=0.13:net-mgmt/rubygem-oxidized \
+ rubygem-puma>=2.8:www/rubygem-puma \
+ rubygem-sass>=3.3:textproc/rubygem-sass \
+ rubygem-sinatra-contrib>=1.4:www/rubygem-sinatra-contrib \
+ rubygem-sinatra>=1.4:www/rubygem-sinatra
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/rubygem-oxidized-web/distinfo b/net-mgmt/rubygem-oxidized-web/distinfo
new file mode 100644
index 000000000000..1e57fbfa586b
--- /dev/null
+++ b/net-mgmt/rubygem-oxidized-web/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483497749
+SHA256 (rubygem/oxidized-web-0.7.1.gem) = d181430f5b34b2ab938c7029f590ea6e33beac9a421cca286d13b7eb9c4f2154
+SIZE (rubygem/oxidized-web-0.7.1.gem) = 237056
diff --git a/net-mgmt/rubygem-oxidized-web/pkg-descr b/net-mgmt/rubygem-oxidized-web/pkg-descr
new file mode 100644
index 000000000000..9412da434d63
--- /dev/null
+++ b/net-mgmt/rubygem-oxidized-web/pkg-descr
@@ -0,0 +1,4 @@
+Web userinterface and RESTful API for Oxidized, a network device
+configuration backup tool.
+
+WWW: https://github.com/ytti/oxidized-web