diff options
author | drochner <drochner> | 2012-07-02 15:42:48 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-07-02 15:42:48 +0000 |
commit | b0f7121795af8a066d909dcb87e02622b98db268 (patch) | |
tree | c2c7347ef1493778c42670a18b53ab936b296722 | |
parent | 544777a2ae5420b96c82482212170a45f8129921 (diff) | |
download | pkgsrc-b0f7121795af8a066d909dcb87e02622b98db268.tar.gz |
remove the obsolete "thy" webserver, as announced in:
http://mail-index.netbsd.org/pkgsrc-users/2012/04/25/msg016167.html
-rw-r--r-- | www/thy/DESCR | 8 | ||||
-rw-r--r-- | www/thy/MESSAGE | 8 | ||||
-rw-r--r-- | www/thy/Makefile | 52 | ||||
-rw-r--r-- | www/thy/PLIST | 23 | ||||
-rw-r--r-- | www/thy/distinfo | 7 | ||||
-rw-r--r-- | www/thy/files/thy.sh | 29 | ||||
-rw-r--r-- | www/thy/patches/patch-aa | 33 | ||||
-rw-r--r-- | www/thy/patches/patch-ab | 26 |
8 files changed, 0 insertions, 186 deletions
diff --git a/www/thy/DESCR b/www/thy/DESCR deleted file mode 100644 index dc7ab90ea62..00000000000 --- a/www/thy/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -Thy was designed to be as fast and lightweight as possible. For -speed, she uses sendfile(), and does not fork. - -Among the features are name-based virtual hosts, userdir and -directory index support; Range, If-Modified-Since, keep-alive, -on-the-fly compression and of course, CGI, IPv6 and TLS support. - -Thy does not require (but can use) a configuration file to run. diff --git a/www/thy/MESSAGE b/www/thy/MESSAGE deleted file mode 100644 index 42cbc1d22eb..00000000000 --- a/www/thy/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/04/01 05:19:02 xtraeme Exp $ - -In order to use Thy, you will need to set up a directory to serve documents -from. By default, Thy looks in `/var/www', you might consider using that, -or `/var/httpd', as installed by apache. - -=========================================================================== diff --git a/www/thy/Makefile b/www/thy/Makefile deleted file mode 100644 index 65deb18c556..00000000000 --- a/www/thy/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2011/04/22 13:45:01 obache Exp $ - -DISTNAME= thy-0.9.4 -PKGREVISION= 7 -CATEGORIES= www -MASTER_SITES= ftp://bonehunter.rulez.org/pub/thy/stable/ - -MAINTAINER= algernon@bonehunter.rulez.org -HOMEPAGE= http://bonehunter.rulez.org/software/thy/ -COMMENT= Tiny and fast HTTP daemon - -PKG_DESTDIR_SUPPORT= user-destdir - -BUILD_DEFS+= IPV6_READY -USE_TOOLS+= bison gmake lex -GNU_CONFIGURE= yes - -PKG_SYSCONFSUBDIR= thy -CONF_FILES= ${EGDIR}/thyrc ${PKG_SYSCONFDIR}/thyrc \ - ${EGDIR}/http301.html ${PKG_SYSCONFDIR}/http301.html \ - ${EGDIR}/http302.html ${PKG_SYSCONFDIR}/http302.html \ - ${EGDIR}/http400.html ${PKG_SYSCONFDIR}/http400.html \ - ${EGDIR}/http401.html ${PKG_SYSCONFDIR}/http401.html \ - ${EGDIR}/http403.html ${PKG_SYSCONFDIR}/http403.html \ - ${EGDIR}/http404.html ${PKG_SYSCONFDIR}/http404.html \ - ${EGDIR}/http405.html ${PKG_SYSCONFDIR}/http405.html \ - ${EGDIR}/http411.html ${PKG_SYSCONFDIR}/http411.html \ - ${EGDIR}/http412.html ${PKG_SYSCONFDIR}/http412.html \ - ${EGDIR}/http413.html ${PKG_SYSCONFDIR}/http413.html \ - ${EGDIR}/http416.html ${PKG_SYSCONFDIR}/http416.html \ - ${EGDIR}/http417.html ${PKG_SYSCONFDIR}/http417.html \ - ${EGDIR}/http500.html ${PKG_SYSCONFDIR}/http500.html \ - ${EGDIR}/http501.html ${PKG_SYSCONFDIR}/http501.html \ - ${EGDIR}/http503.html ${PKG_SYSCONFDIR}/http503.html \ - ${EGDIR}/http505.html ${PKG_SYSCONFDIR}/http505.html -RCD_SCRIPTS= thy -INFO_FILES= # PLIST - -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -MAKE_FLAGS+= pkgconfdir=${EGDIR:Q} - -EGDIR= ${PREFIX}/share/examples/thy -INSTALLATION_DIRS= share/examples/thy - -post-install: - ${INSTALL_DATA} ${WRKSRC}/etc/thyrc ${DESTDIR}${EGDIR} - -.include "../../devel/zlib/buildlink3.mk" -.include "../../security/gnutls/buildlink3.mk" -.include "../../security/gnutls/libgnutls-config.mk" -.include "../../security/gnutls/libgnutls-extra-config.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/thy/PLIST b/www/thy/PLIST deleted file mode 100644 index 370f5cb7fbc..00000000000 --- a/www/thy/PLIST +++ /dev/null @@ -1,23 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 22:00:37 joerg Exp $ -info/thy.info -man/man7/thy-auth.7 -man/man8/thy.8 -sbin/thy -share/examples/rc.d/thy -share/examples/thy/http301.html -share/examples/thy/http302.html -share/examples/thy/http400.html -share/examples/thy/http401.html -share/examples/thy/http403.html -share/examples/thy/http404.html -share/examples/thy/http405.html -share/examples/thy/http411.html -share/examples/thy/http412.html -share/examples/thy/http413.html -share/examples/thy/http416.html -share/examples/thy/http417.html -share/examples/thy/http500.html -share/examples/thy/http501.html -share/examples/thy/http503.html -share/examples/thy/http505.html -share/examples/thy/thyrc diff --git a/www/thy/distinfo b/www/thy/distinfo deleted file mode 100644 index b3106a2a5a3..00000000000 --- a/www/thy/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.5 2006/01/19 21:11:25 joerg Exp $ - -SHA1 (thy-0.9.4.tar.gz) = e3bae4f3667f98fbc5fc39dc3f61571b524e5dfd -RMD160 (thy-0.9.4.tar.gz) = b64ada0d71d123b0a5300697ae69823ff59e5ee7 -Size (thy-0.9.4.tar.gz) = 357776 bytes -SHA1 (patch-aa) = d8b98822747e7d76318e591336b981aea6773c96 -SHA1 (patch-ab) = 1caca0c4c2c6051c9feece3feac7e4189425302c diff --git a/www/thy/files/thy.sh b/www/thy/files/thy.sh deleted file mode 100644 index fc5a47d0778..00000000000 --- a/www/thy/files/thy.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!@RCD_SCRIPTS_SHELL@ -# -# $NetBSD: thy.sh,v 1.1.1.1 2004/04/01 05:19:03 xtraeme Exp $ -# -# PROVIDE: thy -# REQUIRE: DAEMON - -if [ -f /etc/rc.subr ]; then - . /etc/rc.subr -fi - -if [ -f @PKG_SYSCONFDIR@/thyrc ]; then - . @PKG_SYSCONFDIR@/thyrc -fi - -name="thy" -rcvar=${name} -command="@PREFIX@/sbin/${name}" -command_args=${THY_OPTIONS} -pidfile=${THY_PIDFILE:-/var/run/thy.pid} -stop_postcmd="rm -f ${pidfile}" - -if [ -f /etc/rc.subr ]; then - load_rc_config ${name} - run_rc_command "$1" -else - @ECHO@ -n " ${name}" - eval ${command} ${command_args} -fi diff --git a/www/thy/patches/patch-aa b/www/thy/patches/patch-aa deleted file mode 100644 index 17f02e87d34..00000000000 --- a/www/thy/patches/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/09/06 15:19:31 adam Exp $ - ---- src/tls.c.orig 2005-09-06 17:06:05.000000000 +0000 -+++ src/tls.c -@@ -453,10 +453,6 @@ _thy_tls_session_create (void) - - gnutls_handshake_set_private_extensions (session, 1); - -- if (cert_type == THY_TLS_CERT_TYPE_X509) -- gnutls_certificate_server_set_select_function -- (session, (gnutls_certificate_server_select_function *) -- _thy_tls_session_cert_select); - - return session; - } -@@ -502,7 +498,7 @@ thy_rsa_params_generate (void) - bhc_exit (3); - } - -- gnutls_certificate_set_rsa_params (cred, rsa_params); -+ gnutls_certificate_set_rsa_export_params (cred, rsa_params); - - return 0; - } -@@ -794,7 +790,7 @@ thy_tls_reinit (int dh_gen) - thy_rsa_params_generate (); - - gnutls_certificate_set_dh_params (cred, dh_params); -- gnutls_certificate_set_rsa_params (cred, rsa_params); -+ gnutls_certificate_set_rsa_export_params (cred, rsa_params); - } - - /** @internal Wrapper around gnutls_cipher_suite_get_name(). diff --git a/www/thy/patches/patch-ab b/www/thy/patches/patch-ab deleted file mode 100644 index 90c3b96b2c2..00000000000 --- a/www/thy/patches/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/01/19 21:11:25 joerg Exp $ - ---- src/gzip.c.orig 2006-01-19 21:02:26.000000000 +0000 -+++ src/gzip.c -@@ -54,7 +54,7 @@ - * We are going the easy way: no filename, no timestamp, no - * nothing. Just a plain dumb gzip header. - */ --static char gz_header[] = {0x1f, 0x8b, Z_DEFLATED, 0, 0, 0, 0, 0, 0, 0x03}; -+static char my_gz_header[] = {0x1f, 0x8b, Z_DEFLATED, 0, 0, 0, 0, 0, 0, 0x03}; - - /** @internal Opaque type for compressed session data. - */ -@@ -118,9 +118,9 @@ thy_zlib_send (session_t *session, void - /* Construct gzip header */ - free (session->body.header.buff); - session->body.header.buff = -- (char *)bhc_malloc (sizeof (gz_header) + 1); -- memcpy (session->body.header.buff, gz_header, sizeof (gz_header)); -- session->body.header.size = sizeof (gz_header); -+ (char *)bhc_malloc (sizeof (my_gz_header) + 1); -+ memcpy (session->body.header.buff, my_gz_header, sizeof (my_gz_header)); -+ session->body.header.size = sizeof (my_gz_header); - session->body.header.offset = 0; - - /* Construct gzip footer */ |