Port details |
- caesarcipher Caesar cipher cryptography tool
- 1.1_1 security =2 1.1_1Version of this port present on the latest quarterly branch.
- Maintainer: fbsd@olivermahmoudi.com
- Port Added: 2019-01-25 08:53:17
- Last Update: 2024-01-21 22:51:36
- Commit Hash: 64ef1fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://www.olivermahmoudi.com/programming/caesar-cipher/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- caesarcipher>0:security/caesarcipher
- To install the port:
- cd /usr/ports/security/caesarcipher/ && make install clean
- To add the package, run one of these commands:
- pkg install security/caesarcipher
- pkg install caesarcipher
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: caesarcipher
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591905242
SHA256 (caesarcipher-1.1.tar.gz) = 6bb4c6b272c4a78787de10a0052fee1568044e7bd429e00f6532ae32e13a5a0a
SIZE (caesarcipher-1.1.tar.gz) = 5861
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_caesarcipher
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_1 21 Jan 2024 22:51:36 |
Muhammad Moinur Rahman (bofh) |
security/caesarcipher: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 13 Jun 2020 07:46:40 |
tagattie |
- Update to 1.1
- Add LICENSE_FILE
- Make portclippy happy
PR: 247186
Submitted by: Oliver Mahmoudi <fbsd@olivermahmoudi.com> (maintainer)
Approved by: mentors (implicit)
Changelog: https://github.com/olimah/caesarcipher/blob/v1.1/Changelog |
1.0 25 Jan 2019 09:06:43 |
tobik |
sysutils/caesarcipher: Fix WWW
PR: 222760
Reported by: George L. Yermulnik <yz@yz.kiev.ua> |
1.0 25 Jan 2019 08:53:07 |
tobik |
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> |
Number of commits found: 8
|