diff options
Diffstat (limited to 'dns/tldx')
-rw-r--r-- | dns/tldx/Makefile | 21 | ||||
-rw-r--r-- | dns/tldx/distinfo | 5 | ||||
-rw-r--r-- | dns/tldx/pkg-descr | 10 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile new file mode 100644 index 000000000000..859ed2cfceeb --- /dev/null +++ b/dns/tldx/Makefile @@ -0,0 +1,21 @@ +PORTNAME= tldx +DISTVERSIONPREFIX= v +DISTVERSION= 1.3.0 +PORTREVISION= 1 +CATEGORIES= dns + +MAINTAINER= nxjoseph@protonmail.com +COMMENT= Domain Availability Research Tool +WWW= https://github.com/brandonyoungdev/tldx + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/brandonyoungdev/tldx +GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/brandonyoungdev/tldx/cmd.Version=${DISTVERSIONFULL}" + +PLIST_FILES= bin/tldx + +.include <bsd.port.mk> diff --git a/dns/tldx/distinfo b/dns/tldx/distinfo new file mode 100644 index 000000000000..2ce0b12d9da4 --- /dev/null +++ b/dns/tldx/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1752915727 +SHA256 (go/dns_tldx/tldx-v1.3.0/v1.3.0.mod) = 880b0e4484b83f1fdcc038675e5712787c7b7befb3ad47e5911ad1ecd6235d8f +SIZE (go/dns_tldx/tldx-v1.3.0/v1.3.0.mod) = 1548 +SHA256 (go/dns_tldx/tldx-v1.3.0/v1.3.0.zip) = 7fde67f4b1df778aab7ea4d11db1066c280b9204bb8a9f66aab9c45ce0921af9 +SIZE (go/dns_tldx/tldx-v1.3.0/v1.3.0.zip) = 6357703 diff --git a/dns/tldx/pkg-descr b/dns/tldx/pkg-descr new file mode 100644 index 000000000000..7cb2ea90c644 --- /dev/null +++ b/dns/tldx/pkg-descr @@ -0,0 +1,10 @@ +tldx helps you brainstorm available domain names fast. + +Features: +- Smart keyword-based domain permutations (prefixes, suffixes, TLDs) +- Fast and concurrent availability checks with RDAP +- Streams results as they're found +- Supports multiple output formats (text, json, json-stream, json-array, csv) +- Supports TLD presets to quickly select groups of common or curated TLD sets +- Optional filtering by domain length +- Great for technical founders, indie hackers, and naming brainstorms |