Bug 208732 - [new port] net-mgmt/dnsmap : DNS domain name brute forcing tool
Summary: [new port] net-mgmt/dnsmap : DNS domain name brute forcing tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 00:11 UTC by Rihaz Jerrin
Modified: 2017-01-06 20:03 UTC (History)
2 users (show)

See Also:


Attachments
dnsmap port file (3.89 KB, text/plain)
2016-04-12 00:11 UTC, Rihaz Jerrin
no flags Details
updated shar (2.86 KB, text/plain)
2017-01-06 14:35 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rihaz Jerrin 2016-04-12 00:11:43 UTC
Created attachment 169226 [details]
dnsmap port file

dnsmap – DNS domain name brute forcing tool
Tools included :
dnsmap
dnsmap-bulk
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-06 14:31:25 UTC
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.
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-06 14:35:13 UTC
Created attachment 178575 [details]
updated shar
Comment 3 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-06 15:37:00 UTC
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.
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-01-06 19:56:48 UTC
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
Comment 5 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-06 20:03:38 UTC
Committed with changes, thanks!