imported siege as www/siege
authorNils Ratusznik <nils@NetBSD.org>
Fri, 27 Nov 2015 16:29:48 +0000 (17:29 +0100)
committerNils Ratusznik <nils@NetBSD.org>
Fri, 27 Nov 2015 16:29:48 +0000 (17:29 +0100)
siege/DESCR [deleted file]
siege/Makefile [deleted file]
siege/PLIST [deleted file]
siege/distinfo [deleted file]
siege/options.mk [deleted file]

diff --git a/siege/DESCR b/siege/DESCR
deleted file mode 100644 (file)
index 985c935..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Siege is an http regression testing and benchmarking utility. It was
-designed to let web developers measure the performance of their code
-under duress, to see how it will stand up to load on the internet.
-
-Siege supports basic authentication, cookies, HTTP and HTTPS protocols.
-It allows the user hit a web server with a configurable number of
-concurrent simulated users. Those users place the webserver "under siege."
diff --git a/siege/Makefile b/siege/Makefile
deleted file mode 100644 (file)
index c7e7ef9..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2015/02/11 16:37:58 ahp-nils Exp $
-#
-
-DISTNAME=              siege-3.1.2
-CATEGORIES=            www
-MASTER_SITES=          http://download.joedog.org/siege/
-
-MAINTAINER=            nils@NetBSD.org
-HOMEPAGE=              http://www.joedog.org/JoeDog/Siege
-COMMENT=               Website/webserver regression testing utility
-LICENSE=               gnu-gpl-v2
-
-GNU_CONFIGURE=         yes
-
-USE_TOOLS+=            autoconf
-
-.include "options.mk"
-
-BUILD_DEFS+=           VARBASE
-PKG_SYSCONFSUBDIR=     siege
-EGDIR=                 ${PREFIX}/share/examples/siege
-DOCDIR=                        ${PREFIX}/share/doc/siege
-CONF_FILES=            ${EGDIR}/urls.txt ${PKG_SYSCONFDIR}/urls.txt
-CONF_FILES+=           ${EGDIR}/siegerc ${PKG_SYSCONFDIR}/siegerc
-
-SUBST_CLASSES+=                siege
-SUBST_STAGE.siege=     post-patch
-SUBST_FILES.siege=     doc/Makefile.am doc/Makefile.in
-SUBST_SED.siege+=      -e "s|@EGDIR@|${EGDIR}|g"
-
-SUBST_CLASSES+=                install
-SUBST_STAGE.install=   pre-install
-SUBST_MESSAGE.install= correcting installation path
-SUBST_FILES.install=   ${WRKSRC}/doc/Makefile
-SUBST_SED.install=     -e 's,${PREFIX}/etc,${EGDIR},g'
-
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE}/log/
-CONFIGURE_ENV+=                PERL=${PERL5:Q}
-
-INSTALLATION_DIRS+=    ${EGDIR} ${DOCDIR}
-NOT_FOR_PLATFORM+=     SunOS-*-*
-
-pre-configure:
-       cd ${WRKSRC} && autoconf
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/doc/urls.txt ${DESTDIR}${EGDIR}/urls.txt
-       ${INSTALL_DATA} ${WRKSRC}/doc/siegerc ${DESTDIR}${EGDIR}/siegerc
-       ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DESTDIR}${DOCDIR}/AUTHORS
-       ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${DOCDIR}/COPYING
-       ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DESTDIR}${DOCDIR}/ChangeLog
-       ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR}/INSTALL
-       ${INSTALL_DATA} ${WRKSRC}/KNOWNBUGS ${DESTDIR}${DOCDIR}/KNOWNBUGS
-       #${INSTALL_DATA} ${WRKSRC}/MACHINES ${DESTDIR}${DOCDIR}/MACHINES
-       ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${DOCDIR}/NEWS
-       ${INSTALL_DATA} ${WRKSRC}/PLATFORM ${DESTDIR}${DOCDIR}/PLATFORM
-       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR}/README.md
-       ${INSTALL_DATA} ${WRKSRC}/README.https ${DESTDIR}${DOCDIR}/README.https
-       #${INSTALL_DATA} ${WRKSRC}/README.solaris ${DESTDIR}${DOCDIR}/README.solaris
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/siege/PLIST b/siege/PLIST
deleted file mode 100644 (file)
index 404e87d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-@comment $NetBSD$
-bin/bombardment
-bin/siege
-bin/siege.config
-bin/siege2csv.pl
-man/man1/bombardment.1
-man/man1/siege.1
-man/man1/siege.config.1
-man/man1/siege2csv.1
-man/man5/urls_txt.5
-man/man7/layingsiege.7
-share/doc/siege/AUTHORS
-share/doc/siege/COPYING
-share/doc/siege/ChangeLog
-share/doc/siege/INSTALL
-share/doc/siege/KNOWNBUGS
-share/doc/siege/NEWS
-share/doc/siege/PLATFORM
-share/doc/siege/README.https
-share/doc/siege/README.md
-share/examples/siege/siege/siegerc
-share/examples/siege/siege/urls.txt
-share/examples/siege/siegerc
-share/examples/siege/urls.txt
diff --git a/siege/distinfo b/siege/distinfo
deleted file mode 100644 (file)
index dfc10b6..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/02/11 16:37:58 ahp-nils Exp $
-
-SHA1 (siege-3.1.2.tar.gz) = 29562e621536a54ea3a710847b7299039fd43e42
-RMD160 (siege-3.1.2.tar.gz) = 5c7d5771a76c38ba0c67961cd13ef4422dc01ae0
-Size (siege-3.1.2.tar.gz) = 527365 bytes
diff --git a/siege/options.mk b/siege/options.mk
deleted file mode 100644 (file)
index 2bc1f86..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2006/03/19 18:46:27 airhead Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.siege
-PKG_SUPPORTED_OPTIONS= ssl
-PKG_SUGGESTED_OPTIONS= ssl
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mssl)
-CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q}
-. include "../../security/openssl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --without-ssl
-.endif