NEW: security/ipfuscator
This commit is contained in:
parent
73ada930b0
commit
c694c2957d
4 changed files with 34 additions and 0 deletions
25
security/ipfuscator/Makefile
Normal file
25
security/ipfuscator/Makefile
Normal 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>
|
6
security/ipfuscator/distinfo
Normal file
6
security/ipfuscator/distinfo
Normal 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
|
2
security/ipfuscator/pkg/DESCR
Normal file
2
security/ipfuscator/pkg/DESCR
Normal 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.
|
1
security/ipfuscator/pkg/PLIST
Normal file
1
security/ipfuscator/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@bin bin/ipfuscator
|
Loading…
Add table
Add a link
Reference in a new issue