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:
parent
92968a96f7
commit
bc8b9401ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364683
@ -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
26
dns/denominator/Makefile
Normal 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
2
dns/denominator/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (denominator) = 3197b9856e1cb9753b79a105f41c8a1f8362917c89c2e8ae224678ffc63f5342
|
||||
SIZE (denominator) = 3562183
|
3
dns/denominator/pkg-descr
Normal file
3
dns/denominator/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Portably control DNS clouds using java or bash
|
||||
|
||||
WWW: https://github.com/Netflix/denominator/
|
Loading…
Reference in New Issue
Block a user