From c694c2957d25fcfc7c7d58b166fae5c74f17df88 Mon Sep 17 00:00:00 2001 From: purplerain Date: Wed, 30 Aug 2023 17:54:53 +0000 Subject: [PATCH] NEW: security/ipfuscator --- security/ipfuscator/Makefile | 25 +++++++++++++++++++++++++ security/ipfuscator/distinfo | 6 ++++++ security/ipfuscator/pkg/DESCR | 2 ++ security/ipfuscator/pkg/PLIST | 1 + 4 files changed, 34 insertions(+) create mode 100644 security/ipfuscator/Makefile create mode 100644 security/ipfuscator/distinfo create mode 100644 security/ipfuscator/pkg/DESCR create mode 100644 security/ipfuscator/pkg/PLIST diff --git a/security/ipfuscator/Makefile b/security/ipfuscator/Makefile new file mode 100644 index 000000000..df532cb9c --- /dev/null +++ b/security/ipfuscator/Makefile @@ -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 + +# Apache-2.0 +PERMIT_PACKAGE= Yes + +WANTLIB+= c pthread + +MODULES= lang/go + +MODGO_MODULES = \ + github.com/gobwas/glob v0.2.3 + +.include \ No newline at end of file diff --git a/security/ipfuscator/distinfo b/security/ipfuscator/distinfo new file mode 100644 index 000000000..9296edee0 --- /dev/null +++ b/security/ipfuscator/distinfo @@ -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 diff --git a/security/ipfuscator/pkg/DESCR b/security/ipfuscator/pkg/DESCR new file mode 100644 index 000000000..c81bd4083 --- /dev/null +++ b/security/ipfuscator/pkg/DESCR @@ -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. diff --git a/security/ipfuscator/pkg/PLIST b/security/ipfuscator/pkg/PLIST new file mode 100644 index 000000000..3465cd06d --- /dev/null +++ b/security/ipfuscator/pkg/PLIST @@ -0,0 +1 @@ +@bin bin/ipfuscator