Page MenuHomeFreeBSD

D36586.1777218481.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D36586.1777218481.diff

diff --git a/security/Makefile b/security/Makefile
--- a/security/Makefile
+++ b/security/Makefile
@@ -120,6 +120,7 @@
SUBDIR += dehydrated
SUBDIR += denyhosts
SUBDIR += destroy
+ SUBDIR += diffcode
SUBDIR += digestpp
SUBDIR += dirbuster
SUBDIR += dirmngr
diff --git a/security/diffcode/Makefile b/security/diffcode/Makefile
new file mode 100644
--- /dev/null
+++ b/security/diffcode/Makefile
@@ -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>
diff --git a/security/diffcode/distinfo b/security/diffcode/distinfo
new file mode 100644
--- /dev/null
+++ b/security/diffcode/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1663188469
+SHA256 (LadySerenaKitty-diffcode-4ae08b53b657ad2aa6816123b49709d903e4593c_GL0.tar.gz) = 051d0ab36deb492509f477110ad491af9f034dbdcf7de771913f26ca0571d1cf
+SIZE (LadySerenaKitty-diffcode-4ae08b53b657ad2aa6816123b49709d903e4593c_GL0.tar.gz) = 2660
diff --git a/security/diffcode/pkg-descr b/security/diffcode/pkg-descr
new file mode 100644
--- /dev/null
+++ b/security/diffcode/pkg-descr
@@ -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.
diff --git a/security/diffcode/pkg-plist b/security/diffcode/pkg-plist
new file mode 100644
--- /dev/null
+++ b/security/diffcode/pkg-plist
@@ -0,0 +1,4 @@
+bin/dediff
+bin/endiff
+include/diffcode.h
+lib/libdiffcode.so

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 26, 3:48 PM (3 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28433564
Default Alt Text
D36586.1777218481.diff (1 KB)

Event Timeline