aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-15 11:29:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-15 11:29:37 +0000
commitf2ac14b77d7725d3d8ffd997edcffe703dbe1f2f (patch)
tree15e13f34aa52ef89bc298565e632070ae047e8a7 /security/Makefile
parentee4ceb5c27493e08f2d34f7aa5bc0c7b82e0ad5d (diff)
downloadports-f2ac14b77d7725d3d8ffd997edcffe703dbe1f2f.tar.gz
ports-f2ac14b77d7725d3d8ffd997edcffe703dbe1f2f.zip
Add lep 0.30,
LEP is my attempt to provide a simple yet effective crypto system that focuses largely on streamlining tasks and less on elaborate inclusion of algorithms (MD5 and Blowfish are the only official algorithms used, both of which are linked in from -lcrypto), and also has some simple implementations of classic cipher design (transposition, byte swapping, caesar, XOR, hex encoding, etc) which can fit into the same operation chain, relieving the need for OS overhead with process spawning and piping. PR: ports/66659 Submitted by: Dmitri Nikulin <setagllib@optusnet.com.au>
Notes
Notes: svn path=/head/; revision=109197
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 4d5cec4815af..d382db2b8646 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -151,6 +151,7 @@
SUBDIR += labrea
SUBDIR += lcrzo
SUBDIR += lcrzoex
+ SUBDIR += lep
SUBDIR += libassuan
SUBDIR += libbf
SUBDIR += libecc