pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hiawatha: began bringing it out of the dark ages
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Thu Mar 21 21:25:58 2024 -0400
Changeset: 47cea552afedb754fbc268ef4923714778e626d9
Added Files:
hiawatha/DESCR
hiawatha/Makefile
hiawatha/PLIST
hiawatha/TODO
hiawatha/distinfo
Log Message:
hiawatha: began bringing it out of the dark ages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=47cea552afedb754fbc268ef4923714778e626d9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
hiawatha/DESCR | 4 ++
hiawatha/Makefile | 23 ++++++++++
hiawatha/PLIST | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
hiawatha/TODO | 3 ++
hiawatha/distinfo | 5 ++
5 files changed, 169 insertions(+)
diffs:
diff --git a/hiawatha/DESCR b/hiawatha/DESCR
new file mode 100644
index 0000000000..47ec9311ad
--- /dev/null
+++ b/hiawatha/DESCR
@@ -0,0 +1,4 @@
+Hiawatha is an advanced and secure webserver for Unix, written with
+being secure as its main goal. Hiawatha has many security features
+that no other web server has. Besides being very secure, it's also
+a very fast. It can be used for with CGI.
diff --git a/hiawatha/Makefile b/hiawatha/Makefile
new file mode 100644
index 0000000000..807a164baa
--- /dev/null
+++ b/hiawatha/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME= hiawatha-11.5
+CATEGORIES= www
+MASTER_SITES= https://www.hiawatha-webserver.org/files/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.hiawatha-webserver.org/files/
+COMMENT= Advanced and secure webserver for Unix
+LICENSE= gnu-gpl-v2
+
+USE_CMAKE= yes
+
+#DEPENDS+= php-[0-9]*:../../lang/php
+
+REPLACE_PHP+= extra/letsencrypt/lefh.in
+
+.include "../../lang/php/replace.mk"
+.include "../../lang/php83/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/hiawatha/PLIST b/hiawatha/PLIST
new file mode 100644
index 0000000000..443b152b8d
--- /dev/null
+++ b/hiawatha/PLIST
@@ -0,0 +1,134 @@
+@comment $NetBSD$
+bin/ssi-cgi
+etc/hiawatha/cgi-wrapper.conf
+etc/hiawatha/error.xslt
+etc/hiawatha/hiawatha.conf
+etc/hiawatha/index.xslt
+etc/hiawatha/mimetype.conf
+include/mbedtls/aes.h
+include/mbedtls/aria.h
+include/mbedtls/asn1.h
+include/mbedtls/asn1write.h
+include/mbedtls/base64.h
+include/mbedtls/bignum.h
+include/mbedtls/build_info.h
+include/mbedtls/camellia.h
+include/mbedtls/ccm.h
+include/mbedtls/chacha20.h
+include/mbedtls/chachapoly.h
+include/mbedtls/check_config.h
+include/mbedtls/cipher.h
+include/mbedtls/cmac.h
+include/mbedtls/compat-2.x.h
+include/mbedtls/config_adjust_legacy_crypto.h
+include/mbedtls/config_adjust_legacy_from_psa.h
+include/mbedtls/config_adjust_psa_from_legacy.h
+include/mbedtls/config_adjust_psa_superset_legacy.h
+include/mbedtls/config_adjust_ssl.h
+include/mbedtls/config_adjust_x509.h
+include/mbedtls/config_psa.h
+include/mbedtls/constant_time.h
+include/mbedtls/ctr_drbg.h
+include/mbedtls/debug.h
+include/mbedtls/des.h
+include/mbedtls/dhm.h
+include/mbedtls/ecdh.h
+include/mbedtls/ecdsa.h
+include/mbedtls/ecjpake.h
+include/mbedtls/ecp.h
+include/mbedtls/entropy.h
+include/mbedtls/error.h
+include/mbedtls/gcm.h
+include/mbedtls/hkdf.h
+include/mbedtls/hmac_drbg.h
+include/mbedtls/lms.h
+include/mbedtls/mbedtls_config.h
+include/mbedtls/md.h
+include/mbedtls/md5.h
+include/mbedtls/memory_buffer_alloc.h
+include/mbedtls/net_sockets.h
+include/mbedtls/nist_kw.h
+include/mbedtls/oid.h
+include/mbedtls/pem.h
+include/mbedtls/pk.h
+include/mbedtls/pkcs12.h
+include/mbedtls/pkcs5.h
+include/mbedtls/pkcs7.h
+include/mbedtls/platform.h
+include/mbedtls/platform_time.h
+include/mbedtls/platform_util.h
+include/mbedtls/poly1305.h
+include/mbedtls/private_access.h
+include/mbedtls/psa_util.h
+include/mbedtls/ripemd160.h
+include/mbedtls/rsa.h
+include/mbedtls/sha1.h
+include/mbedtls/sha256.h
+include/mbedtls/sha3.h
+include/mbedtls/sha512.h
+include/mbedtls/ssl.h
+include/mbedtls/ssl_cache.h
+include/mbedtls/ssl_ciphersuites.h
+include/mbedtls/ssl_cookie.h
+include/mbedtls/ssl_ticket.h
+include/mbedtls/threading.h
+include/mbedtls/timing.h
+include/mbedtls/version.h
+include/mbedtls/x509.h
+include/mbedtls/x509_crl.h
+include/mbedtls/x509_crt.h
+include/mbedtls/x509_csr.h
+include/psa/build_info.h
+include/psa/crypto.h
+include/psa/crypto_adjust_auto_enabled.h
+include/psa/crypto_adjust_config_key_pair_types.h
+include/psa/crypto_adjust_config_synonyms.h
+include/psa/crypto_builtin_composites.h
+include/psa/crypto_builtin_key_derivation.h
+include/psa/crypto_builtin_primitives.h
+include/psa/crypto_compat.h
+include/psa/crypto_config.h
+include/psa/crypto_driver_common.h
+include/psa/crypto_driver_contexts_composites.h
+include/psa/crypto_driver_contexts_key_derivation.h
+include/psa/crypto_driver_contexts_primitives.h
+include/psa/crypto_extra.h
+include/psa/crypto_legacy.h
+include/psa/crypto_platform.h
+include/psa/crypto_se_driver.h
+include/psa/crypto_sizes.h
+include/psa/crypto_struct.h
+include/psa/crypto_types.h
+include/psa/crypto_values.h
+lib/hiawatha/letsencrypt/acmev2.php
+lib/hiawatha/letsencrypt/config.php
+lib/hiawatha/letsencrypt/hiawatha_config.php
+lib/hiawatha/letsencrypt/http.php
+lib/hiawatha/letsencrypt/https.php
+lib/hiawatha/letsencrypt/letsencrypt.conf
+lib/hiawatha/letsencrypt/letsencrypt.php
+lib/hiawatha/letsencrypt/logfile.php
+lib/hiawatha/letsencrypt/openssl.conf
+lib/hiawatha/letsencrypt/rsa.php
+lib/hiawatha/libmbedcrypto.so
+lib/hiawatha/libmbedcrypto.so.15
+lib/hiawatha/libmbedcrypto.so.3.5.0
+lib/hiawatha/libmbedtls.so
+lib/hiawatha/libmbedtls.so.20
+lib/hiawatha/libmbedtls.so.3.5.0
+lib/hiawatha/libmbedx509.so
+lib/hiawatha/libmbedx509.so.3.5.0
+lib/hiawatha/libmbedx509.so.6
+man/man1/cgi-wrapper.1
+man/man1/hiawatha.1
+man/man1/lefh.1
+man/man1/ssi-cgi.1
+man/man1/wigwam.1
+sbin/cgi-wrapper
+sbin/hiawatha
+sbin/lefh
+sbin/wigwam
+var/www/hiawatha/index.html
+@pkgdir var/run
+@pkgdir var/log/hiawatha
+@pkgdir var/lib/hiawatha
diff --git a/hiawatha/TODO b/hiawatha/TODO
new file mode 100644
index 0000000000..64b112871c
--- /dev/null
+++ b/hiawatha/TODO
@@ -0,0 +1,3 @@
+Fixed issues with PHP.
+COMMIT_MSG
+test
diff --git a/hiawatha/distinfo b/hiawatha/distinfo
new file mode 100644
index 0000000000..f70bbc33e5
--- /dev/null
+++ b/hiawatha/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (hiawatha-11.5.tar.gz) = a83a41a21074769b947bb9c404f167c5fe63acfce771e02f7f48d31060320385
+SHA512 (hiawatha-11.5.tar.gz) = 575013567488b76bf37734a882e6608378a236f4f8cce7bb35a3949c97b894c1efa5963ab589f59fe27e6e1ba06ff0490f0c7bf7cfc87cd77bd5b60ca85a4bb6
+Size (hiawatha-11.5.tar.gz) = 1852032 bytes
Home |
Main Index |
Thread Index |
Old Index