Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 01:20:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548932 - in head/security: . stegify
Message-ID:  <202009190120.08J1KrXJ048748@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 19 01:20:52 2020
New Revision: 548932
URL: https://svnweb.freebsd.org/changeset/ports/548932

Log:
  New port: security/stegify: Steganography software

Added:
  head/security/stegify/
  head/security/stegify/Makefile   (contents, props changed)
  head/security/stegify/distinfo   (contents, props changed)
  head/security/stegify/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Sep 19 00:52:56 2020	(r548931)
+++ head/security/Makefile	Sat Sep 19 01:20:52 2020	(r548932)
@@ -1212,6 +1212,7 @@
     SUBDIR += sst
     SUBDIR += starttls
     SUBDIR += steghide
+    SUBDIR += stegify
     SUBDIR += step-certificates
     SUBDIR += step-cli
     SUBDIR += stoken

Added: head/security/stegify/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/stegify/Makefile	Sat Sep 19 01:20:52 2020	(r548932)
@@ -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>

Added: head/security/stegify/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/stegify/distinfo	Sat Sep 19 01:20:52 2020	(r548932)
@@ -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

Added: head/security/stegify/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/stegify/pkg-descr	Sat Sep 19 01:20:52 2020	(r548932)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009190120.08J1KrXJ048748>