Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154820050
D13375.id36229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D13375.id36229.diff
View Options
Index: UPDATING
===================================================================
--- UPDATING
+++ UPDATING
@@ -5,6 +5,19 @@
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20171205:
+ AFFECTS: users of dns/powerdns
+ AUTHOR: krion@FreeBSD.org
+
+ Recursor passthrough removal: This will impact many installations.
+ Previously, the PowerDNS Authoritative Server contained a facility
+ for sending recursion desired queries to a resolving backend,
+ possibly after first consulting its local cache. This feature
+ (‘recursor=’) was frequently confusing and also delivered
+ inconsistent results, for example when a query ended up referring
+ to a CNAME that was outside of the Authoritative Server’s
+ knowledge.
+
20171203:
AFFECTS: users of sysutils/dsbmd
AUTHOR: mk@freeshell.de
Index: dns/metronome/Makefile
===================================================================
--- /dev/null
+++ dns/metronome/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= metronome
+DISTVERSION= 0.9.0
+CATEGORIES= dns net
+
+MAINTAINER= krion@FreeBSD.org
+COMMENT= Client-side java script to render graphs for PowerDNS
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= eigen>0:math/eigen3
+LIB_DEPENDS= libboost_thread.so:devel/boost-libs
+
+USE_GITHUB= yes
+GH_ACCOUNT= ahupowerdns
+GH_PROJECT= metronome
+
+LDFLAGS+= -L${LOCALBASE}/lib
+USES= autoreconf:build pathfix libtool:build pkgconfig
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+SUB_FILES= pkg-message
+INSTALL_TARGET= install-strip
+
+pre-configure:
+ (cd ${WRKSRC}; ./bootstrap )
+
+.include <bsd.port.mk>
Index: dns/metronome/distinfo
===================================================================
--- /dev/null
+++ dns/metronome/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511885551
+SHA256 (ahupowerdns-metronome-0.9.0_GH0.tar.gz) = 38bca2e5a57d3fbeeb3c36bd2d0213b3fb489f407853b2b98fec3c8765c06239
+SIZE (ahupowerdns-metronome-0.9.0_GH0.tar.gz) = 203074
Index: dns/metronome/files/pkg-message.in
===================================================================
--- /dev/null
+++ dns/metronome/files/pkg-message.in
@@ -0,0 +1,7 @@
+To run metronome create manually directory $PATH/stats:
+
+mkdir stats
+metronome --stats-directory=$PATH/stats
+
+Edit %%DATADIR%%/html/local.js and add webserver IP address (port
+8000 on :: by default).
Index: dns/metronome/pkg-descr
===================================================================
--- /dev/null
+++ dns/metronome/pkg-descr
@@ -0,0 +1,7 @@
+Mini-graphite that uses client-side java script to render graphs w/o
+depending on graphite.
+
+metronome implements the carbon protocol, so anything that can feed
+Graphite can feed metronome. It also accepts submissions via POST.
+
+WWW: https://github.com/ahupowerdns/metronome
Index: dns/metronome/pkg-plist
===================================================================
--- /dev/null
+++ dns/metronome/pkg-plist
@@ -0,0 +1,20 @@
+bin/mdump
+bin/metronome
+bin/mmanage
+bin/msubmit
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%DATADIR%%/html/detail.css
+%%DATADIR%%/html/engine.js
+%%DATADIR%%/html/graph.css
+%%DATADIR%%/html/graphs.js
+%%DATADIR%%/html/index.html
+%%DATADIR%%/html/js/common.js
+%%DATADIR%%/html/js/d3.v3.js
+%%DATADIR%%/html/js/jquery-1.8.3.min.js
+%%DATADIR%%/html/js/jsrender.js
+%%DATADIR%%/html/js/purl.js
+%%DATADIR%%/html/js/rickshaw.min.js
+%%DATADIR%%/html/js/underscore-min.js
+%%DATADIR%%/html/legend.css
+%%DATADIR%%/html/lines.css
+%%DATADIR%%/html/local.js
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 12:56 PM (12 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32514581
Default Alt Text
D13375.id36229.diff (3 KB)
Attached To
Mode
D13375: Reflect changes in UPDATING for dns/powerdns
Attached
Detach File
Event Timeline
Log In to Comment