Bug 222760 - New port: security/caesarcipher Caesar cipher cryptography tool
Summary: New port: security/caesarcipher Caesar cipher cryptography tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-03 17:48 UTC by Oliver Mahmoudi
Modified: 2019-01-25 09:06 UTC (History)
0 users

See Also:


Attachments
shar file of new port security/caesarcipher (1.93 KB, application/x-shar)
2017-10-03 17:48 UTC, Oliver Mahmoudi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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