security/diffcode: New port

Differential Revision:	https://reviews.freebsd.org/D36586
This commit is contained in:
Lady Serena Kitty 2022-09-14 14:43:21 -07:00 committed by Neel Chauhan
parent f20d15f9c9
commit 4ed2ec5dac
5 changed files with 31 additions and 0 deletions

View file

@ -120,6 +120,7 @@
SUBDIR += dehydrated
SUBDIR += denyhosts
SUBDIR += destroy
SUBDIR += diffcode
SUBDIR += digestpp
SUBDIR += dirbuster
SUBDIR += dirmngr

View file

@ -0,0 +1,20 @@
PORTNAME= diffcode
DISTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= https://gitlab.com/LadySerenaKitty
MAINTAINER= jlhawkwell@ladyserenakitty.com
COMMENT= Progrssive differential cipher
WWW= https://gitlab.com/LadySerenaKitty/diffcode
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITLAB= yes
GL_ACCOUNT= LadySerenaKitty
GL_PROJECT= ${PORTNAME}
GL_COMMIT= 4ae08b53b657ad2aa6816123b49709d903e4593c
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1663188469
SHA256 (LadySerenaKitty-diffcode-4ae08b53b657ad2aa6816123b49709d903e4593c_GL0.tar.gz) = 051d0ab36deb492509f477110ad491af9f034dbdcf7de771913f26ca0571d1cf
SIZE (LadySerenaKitty-diffcode-4ae08b53b657ad2aa6816123b49709d903e4593c_GL0.tar.gz) = 2660

View file

@ -0,0 +1,3 @@
diffcode is a project that can encode and decode using the progressive
differential algorithm. During encoding, the difference between the binary
values of each input character is calculated and that difference is output.

View file

@ -0,0 +1,4 @@
bin/dediff
bin/endiff
include/diffcode.h
lib/libdiffcode.so