Mario Fetka 67d28e809a
All checks were successful
Build Debian Package / build-deb (push) Successful in 3m28s
cmake: make retrieve_webindex conditional on OpenSSL like retrieve_anonftps
retrieve_webindex uses https.c (OpenSSL) for HTTPS site crawling but had
find_package(OpenSSL REQUIRED) at the subdirectory level, making OpenSSL
a hard build dependency for the entire project.  Changed to mirror the
pattern used for retrieve_anonftps: guard with if(OpenSSL_FOUND) so the
binary is skipped rather than failing the configure step when libssl-dev
is absent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 08:59:17 +02:00
2024-05-27 13:33:16 +02:00
2024-05-27 13:33:16 +02:00

archie

Archie is a tool for indexing FTP archives, allowing users to more easily identify specific files. It is considered the first Internet search engine.

Description
Archie is a tool for indexing FTP archives, allowing users to more easily identify specific files. It is considered the first Internet search engine.
Readme MIT 25 MiB
Languages
C 83.3%
TeX 5.7%
DIGITAL Command Language 3.8%
Roff 3.8%
Perl 0.9%
Other 2.4%