ciphey: obsolete port, replaced_by ares

- no upstream support, latest release ~5 years ago, and upstream has
  replaced it by 'ares'
- current version only works with Python 3.9, which is EOL
This commit is contained in:
Renee Otten
2026-02-19 12:46:15 -05:00
committed by Renee Otten
parent d4f9aea9bb
commit 68da32a068
+5 -39
View File
@@ -1,47 +1,13 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
PortGroup obsolete 1.0
name ciphey
version 5.14.0
revision 0
categories-prepend security
platforms {darwin any}
license MIT
supported_archs noarch
revision 1
replaced_by ares
python.default_version \
39
categories security python
maintainers {@harens gmail.com:harensdeveloper} \
openmaintainer
description Automatically decrypt encryptions without knowing the key or cipher, \
decode encodings, and crack hashes
long_description Ciphey aims to be a tool to automate a lot of decryptions & decodings \
such as multiple base encodings, classical ciphers, hashes or more advanced \
cryptography. If you don't know much about cryptography, or you want to quickly \
check the ciphertext before working on it yourself, Ciphey is for you.
checksums rmd160 9868fbd40e7c9262e3d6347d1b0832cc0261e247 \
sha256 302a90261e9acc9b56ea29c313192f0c6f6ce112d37f4f9d404915052e19bf09 \
size 60488
homepage https://github.com/Ciphey/Ciphey
depends_lib-append \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-appdirs \
port:py${python.version}-base58 \
port:py${python.version}-base91 \
port:py${python.version}-cipheycore \
port:py${python.version}-cipheydists \
port:py${python.version}-click \
port:py${python.version}-loguru \
port:py${python.version}-pybase62 \
port:py${python.version}-rich \
port:py${python.version}-yaml \
port:pywhat
# remove after February 19, 2027