pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

imported siege as www/siege



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Fri Nov 27 17:29:48 2015 +0100
Changeset:	f803f34b0210ce8af6de2587f8a8bc4c4358494c

Removed Files:
	siege/DESCR
	siege/Makefile
	siege/PLIST
	siege/distinfo
	siege/options.mk

Log Message:
imported siege as www/siege

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f803f34b0210ce8af6de2587f8a8bc4c4358494c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 siege/DESCR      |  7 -------
 siege/Makefile   | 62 --------------------------------------------------------
 siege/PLIST      | 24 ----------------------
 siege/distinfo   |  5 -----
 siege/options.mk | 14 -------------
 5 files changed, 112 deletions(-)

diffs:
diff --git a/siege/DESCR b/siege/DESCR
deleted file mode 100644
index 985c935..0000000
--- a/siege/DESCR
+++ /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
index c7e7ef9..0000000
--- a/siege/Makefile
+++ /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@localhost
-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
index 404e87d..0000000
--- a/siege/PLIST
+++ /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
index dfc10b6..0000000
--- a/siege/distinfo
+++ /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
index 2bc1f86..0000000
--- a/siege/options.mk
+++ /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


Home | Main Index | Thread Index | Old Index