NEW: security/ipfuscator

This commit is contained in:
purplerain 2023-08-30 17:54:53 +00:00
parent 73ada930b0
commit c694c2957d
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,25 @@
COMMENT= generate alternative IPv4 address
MODGO_MODNAME= github.com/dwisiswant0/ipfuscator
MODGO_VERSION= v1.0.0
DISTNAME= ipfuscator-${MODGO_VERSION}
PKGNAME= ipfuscator-1.0.0
CATEGORIES= security
HOMEPAGE= https://github.com/dwisiswant0/ipfuscator
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Apache-2.0
PERMIT_PACKAGE= Yes
WANTLIB+= c pthread
MODULES= lang/go
MODGO_MODULES = \
github.com/gobwas/glob v0.2.3
.include <bsd.port.mk>

View file

@ -0,0 +1,6 @@
SHA256 (go_modules/github.com/gobwas/glob/@v/v0.2.3.mod) = tcaxcq3Bh4zY5pC6kSOwpldTuss42H5taDrKE21DVXg=
SHA256 (go_modules/github.com/gobwas/glob/@v/v0.2.3.zip) = DP5IbNY9Re1MtYY/8cvRSxXkuTgNy/gP8mmRtASfT98=
SHA256 (ipfuscator-v1.0.0.zip) = KwahaA1XhOAJt4hAjdR/mtAi5yPHp6sxqwNweTc9FFM=
SIZE (go_modules/github.com/gobwas/glob/@v/v0.2.3.mod) = 30
SIZE (go_modules/github.com/gobwas/glob/@v/v0.2.3.zip) = 50402
SIZE (ipfuscator-v1.0.0.zip) = 13708

View file

@ -0,0 +1,2 @@
A blazing-fast, thread-safe, straightforward and zero memory allocations tool to
swiftly generate alternative IP(v4) address representations in Go.

View file

@ -0,0 +1 @@
@bin bin/ipfuscator