Created attachment 186890 [details] shar file of new port security/caesarcipher caesarcipher is a new port that implements the traditional Caesar cipher algorithm extended to all printable ASCII characters.
Since port has a license file included, should add it using LICENSE_FILE
(In reply to Nathan from comment #1) The version that gets installed via the ports system, doesn't have a separate license file.
A commit references this bug: Author: tobik Date: Fri Jan 25 08:53:07 UTC 2019 New revision: 491137 URL: https://svnweb.freebsd.org/changeset/ports/491137 Log: 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> Changes: head/security/Makefile head/security/caesarcipher/ head/security/caesarcipher/Makefile head/security/caesarcipher/distinfo head/security/caesarcipher/pkg-descr
A commit references this bug: Author: tobik Date: Fri Jan 25 09:06:43 UTC 2019 New revision: 491138 URL: https://svnweb.freebsd.org/changeset/ports/491138 Log: sysutils/caesarcipher: Fix WWW PR: 222760 Reported by: George L. Yermulnik <yz@yz.kiev.ua> Changes: head/security/caesarcipher/pkg-descr