New port: security/stegify: Steganography software
This commit is contained in:
parent
0646684423
commit
313a4aaa10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548932
@ -1212,6 +1212,7 @@
|
||||
SUBDIR += sst
|
||||
SUBDIR += starttls
|
||||
SUBDIR += steghide
|
||||
SUBDIR += stegify
|
||||
SUBDIR += step-certificates
|
||||
SUBDIR += step-cli
|
||||
SUBDIR += stoken
|
||||
|
24
security/stegify/Makefile
Normal file
24
security/stegify/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stegify
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2-2
|
||||
DISTVERSIONSUFFIX= -g62518ca
|
||||
CATEGORIES= security graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Steganography software
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= DimitarPetrov
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/stegify/distinfo
Normal file
3
security/stegify/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1600477414
|
||||
SHA256 (DimitarPetrov-stegify-v1.2-2-g62518ca_GH0.tar.gz) = 0bf00d0f3531cdb43677545b095068465e5279ab374d82d652c079ee1e78690a
|
||||
SIZE (DimitarPetrov-stegify-v1.2-2-g62518ca_GH0.tar.gz) = 19236264
|
5
security/stegify/pkg-descr
Normal file
5
security/stegify/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
stegify is a simple command line tool capable of fully transparent hiding any
|
||||
file within an image or set of images. This technique is known as LSB (Least
|
||||
Significant Bit) steganography
|
||||
|
||||
WWW: https://github.com/DimitarPetrov/stegify
|
Loading…
Reference in New Issue
Block a user