From e99a20a87d27fe09b33cb5fa706ace8413db2b21 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 21 May 2019 08:03:23 +0000 Subject: New port: www/aquatone: Tool for domain flyovers that checks open ports and takes screenshots --- www/aquatone/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 www/aquatone/Makefile (limited to 'www/aquatone/Makefile') diff --git a/www/aquatone/Makefile b/www/aquatone/Makefile new file mode 100644 index 000000000000..355c58513251 --- /dev/null +++ b/www/aquatone/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= aquatone +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.0 +CATEGORIES= www security + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tool for domain flyovers that checks open ports and takes screenshots + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= michenriksen +GH_TUPLE= andybalholm:cascadia:680b6a5:cascadia/vendor/github.com/andybalholm/cascadia \ + asaskevich:EventBus:d46933a:eventbus/vendor/github.com/asaskevich/EventBus \ + fatih:color:3f9d52f:color/vendor/github.com/fatih/color \ + google:uuid:c2e93f3:uuid/vendor/github.com/google/uuid \ + lair-framework:go-nmap:3b9bafd:gonmap/vendor/github.com/lair-framework/go-nmap \ + moul:http2curl:faeffb3:http2curl/vendor/github.com/moul/http2curl \ + mvdan:xurls:20723a7:xurls/vendor/github.com/mvdan/xurls \ + parnurzeal:gorequest:b060445:gorequest/vendor/github.com/parnurzeal/gorequest \ + pkg:errors:27936f6:errors/vendor/github.com/pkg/errors \ + pmezard:go-difflib:5d4384e:godifflib/vendor/github.com/pmezard/go-difflib \ + PuerkitoBio:goquery:3dcf72e:goquery/vendor/github.com/PuerkitoBio/goquery \ + remeh:sizedwaitgroup:5e7302b:sizedwaitgroup/vendor/github.com/remeh/sizedwaitgroup \ + golang:net:161cd47:net/vendor/golang.org/x/net +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/aquatone + +.include -- cgit v1.2.3