1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

dns/denominator: add port for denominator

Portably control DNS clouds using java or bash

WWW: https://github.com/Netflix/denominator/
This commit is contained in:
Steve Wills 2014-08-12 01:32:30 +00:00
parent 92968a96f7
commit bc8b9401ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364683
4 changed files with 32 additions and 0 deletions

View File

@ -21,6 +21,7 @@
SUBDIR += curvedns
SUBDIR += ddclient
SUBDIR += ddns
SUBDIR += denominator
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += djbdns-tools

26
dns/denominator/Makefile Normal file
View File

@ -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>

2
dns/denominator/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (denominator) = 3197b9856e1cb9753b79a105f41c8a1f8362917c89c2e8ae224678ffc63f5342
SIZE (denominator) = 3562183

View File

@ -0,0 +1,3 @@
Portably control DNS clouds using java or bash
WWW: https://github.com/Netflix/denominator/