Bug 222760

Summary: New port: security/caesarcipher Caesar cipher cryptography tool
Product: Ports & Packages Reporter: Oliver Mahmoudi <fbsd>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file of new port security/caesarcipher none

Description Oliver Mahmoudi 2017-10-03 17:48:22 UTC
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.
Comment 1 Nathan 2018-08-26 22:15:04 UTC
Since port has a license file included, should add it using LICENSE_FILE
Comment 2 Oliver Mahmoudi 2018-09-24 20:33:17 UTC
(In reply to Nathan from comment #1)
The version that gets installed via the ports system, doesn't have a separate license file.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-01-25 08:53:45 UTC
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
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-01-25 09:06:57 UTC
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