aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-25 08:53:06 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-25 08:53:06 +0000
commite9e0d32a7c34f41723d9f8940f1028154f5cc7d9 (patch)
tree9de713a33ed3dfb220ae87564400eff2a17dc70e /security/Makefile
parentb3ad0f7a2578b571ee0089fe934edef5c6fe48e9 (diff)
downloadports-e9e0d32a7c34f41723d9f8940f1028154f5cc7d9.tar.gz
ports-e9e0d32a7c34f41723d9f8940f1028154f5cc7d9.zip
New port: security/caesarcipher
caesarcipher is an implementation of the traditional Caesar cipher encryption algorithm with an extension to all printable ASCII characters. It can be run as an interactive tool on the command line or process input- and outputfiles that are passed to the ultility. WWW: http://www.olivermahmoudi.com/programming/caesarcipher PR: 222760 Submitted by: Oliver Mahmoudi <fbsd@olivermahmoudi.com>
Notes
Notes: svn path=/head/; revision=491137
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 c1a05406bdd9..57a50999d002 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -61,6 +61,7 @@
SUBDIR += bugs
SUBDIR += bzrtp
SUBDIR += ca_root_nss
+ SUBDIR += caesarcipher
SUBDIR += calife
SUBDIR += cardpeek
SUBDIR += cargo-audit