Created attachment 169226 [details] dnsmap port file dnsmap – DNS domain name brute forcing tool Tools included : dnsmap dnsmap-bulk
I made some changes to this: o add "Created by:" line o add http mirror for people behind proxies o switch to PLIST_FILES - recommended if pkg-plist has less than ~6 entries o get rid of patch-Makefile and add a do-build target instead - it's a one-liner and the previous patch hardcoded ${CC} and ${CFLAGS}, which should be coming from the framework Let me know what you think.
Created attachment 178575 [details] updated shar
I actually ended up mirroring it on GitHub. Google Code is deprecated and can go away at any point. New ports shouldn't use Google Code.
A commit references this bug: Author: lifanov Date: Fri Jan 6 19:56:12 UTC 2017 New revision: 430732 URL: https://svnweb.freebsd.org/changeset/ports/430732 Log: add net-mgmt/dnsmap : DNS domain name brute forcing tool PR: 208732 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9064 Changes: head/net-mgmt/Makefile head/net-mgmt/dnsmap/ head/net-mgmt/dnsmap/Makefile head/net-mgmt/dnsmap/distinfo head/net-mgmt/dnsmap/files/ head/net-mgmt/dnsmap/files/patch-dnsmap-bulk.sh head/net-mgmt/dnsmap/pkg-descr
Committed with changes, thanks!