security/diffcode: New port
Differential Revision: https://reviews.freebsd.org/D36586
This commit is contained in:
parent
f20d15f9c9
commit
4ed2ec5dac
5 changed files with 31 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
|||
SUBDIR += dehydrated
|
||||
SUBDIR += denyhosts
|
||||
SUBDIR += destroy
|
||||
SUBDIR += diffcode
|
||||
SUBDIR += digestpp
|
||||
SUBDIR += dirbuster
|
||||
SUBDIR += dirmngr
|
||||
|
|
20
security/diffcode/Makefile
Normal file
20
security/diffcode/Makefile
Normal 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>
|
3
security/diffcode/distinfo
Normal file
3
security/diffcode/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1663188469
|
||||
SHA256 (LadySerenaKitty-diffcode-4ae08b53b657ad2aa6816123b49709d903e4593c_GL0.tar.gz) = 051d0ab36deb492509f477110ad491af9f034dbdcf7de771913f26ca0571d1cf
|
||||
SIZE (LadySerenaKitty-diffcode-4ae08b53b657ad2aa6816123b49709d903e4593c_GL0.tar.gz) = 2660
|
3
security/diffcode/pkg-descr
Normal file
3
security/diffcode/pkg-descr
Normal 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.
|
4
security/diffcode/pkg-plist
Normal file
4
security/diffcode/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/dediff
|
||||
bin/endiff
|
||||
include/diffcode.h
|
||||
lib/libdiffcode.so
|
Loading…
Reference in a new issue