svn commit: r364683 - in head/dns: . denominator
Steve Wills
swills at FreeBSD.org
Tue Aug 12 01:32:31 UTC 2014
Author: swills
Date: Tue Aug 12 01:32:30 2014
New Revision: 364683
URL: http://svnweb.freebsd.org/changeset/ports/364683
QAT: https://qat.redports.org/buildarchive/r364683/
Log:
dns/denominator: add port for denominator
Portably control DNS clouds using java or bash
WWW: https://github.com/Netflix/denominator/
Added:
head/dns/denominator/
head/dns/denominator/Makefile (contents, props changed)
head/dns/denominator/distinfo (contents, props changed)
head/dns/denominator/pkg-descr (contents, props changed)
Modified:
head/dns/Makefile
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Tue Aug 12 00:28:19 2014 (r364682)
+++ head/dns/Makefile Tue Aug 12 01:32:30 2014 (r364683)
@@ -21,6 +21,7 @@
SUBDIR += curvedns
SUBDIR += ddclient
SUBDIR += ddns
+ SUBDIR += denominator
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += djbdns-tools
Added: head/dns/denominator/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/denominator/Makefile Tue Aug 12 01:32:30 2014 (r364683)
@@ -0,0 +1,26 @@
+# Created by: Steve Wills <swills at freebsd.org>
+# $FreeBSD$
+
+PORTNAME= denominator
+PORTVERSION= 4.3.3
+CATEGORIES= dns java
+MASTER_SITES= http://dl.bintray.com/content/netflixoss/${PORTNAME}/${PORTNAME}-cli/release/${PORTVERSION}/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX=
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Portably control DNS clouds
+
+USE_JAVA= yes
+NO_BUILD= yes
+STRIP= # none
+PLIST_FILES= bin/${PORTNAME}
+
+do-extract:
+ @${MKDIR} ${WRKDIR}/${DISTNAME}
+ @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/
+
+.include <bsd.port.mk>
Added: head/dns/denominator/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/denominator/distinfo Tue Aug 12 01:32:30 2014 (r364683)
@@ -0,0 +1,2 @@
+SHA256 (denominator) = 3197b9856e1cb9753b79a105f41c8a1f8362917c89c2e8ae224678ffc63f5342
+SIZE (denominator) = 3562183
Added: head/dns/denominator/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/denominator/pkg-descr Tue Aug 12 01:32:30 2014 (r364683)
@@ -0,0 +1,3 @@
+Portably control DNS clouds using java or bash
+
+WWW: https://github.com/Netflix/denominator/
More information about the svn-ports-all
mailing list