Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 01:32:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364683 - in head/dns: . denominator
Message-ID:  <53e96eaf.2b0d.11681882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e96eaf.2b0d.11681882>