Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
benchmarks/httperf/DESCR Normal file
View File

@@ -0,0 +1,4 @@
httperf is a popular web server benchmarking program that supports
the HTTP/1.1 protocol
It was written by David Mosberger at Hewlett-Packard.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:12 asau Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hpl.hp.com/research/linux/httperf/
COMMENT= Popular web server benchmarking program
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
CFLAGS+= -DFD_SETSIZE=16424
INSTALL_MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \
bindir=${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDFLAGS+= -lsocket -lnsl -lresolv
.endif
.include "../../mk/bsd.pkg.mk"

3
benchmarks/httperf/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:24 zuntum Exp $
bin/httperf
man/man1/httperf.1

View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.6 2007/01/03 05:50:15 cjs Exp $
SHA1 (httperf-0.8.tar.gz) = ce52f699bcdaf4bf62b928ad7b4a762cc0c0c958
RMD160 (httperf-0.8.tar.gz) = c3b728c2afbaef2bcd4e93c2d5b01df4d4e336ce
Size (httperf-0.8.tar.gz) = 146107 bytes
SHA1 (patch-aa) = a2f9163e125910d6d1a41266a548315a263e9c25
SHA1 (patch-ab) = 2c42b97501ded52ee23742f50f87c04709975db1
SHA1 (patch-ac) = 7c1c85b4c952d7ef7784be3f42c7f2da1665a293
SHA1 (patch-ad) = c6edbebb159f2ad642eed80e7d9a2b572b67b425

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.2 2006/12/07 06:27:30 cjs Exp $
--- configure.in.orig 2000-10-19 16:35:15.000000000 +0900
+++ configure.in 2006-12-07 15:08:35.000000000 +0900
@@ -10,7 +10,7 @@
CPPFLAGS="${CPPFLAGS} -DNDEBUG"
fi
-CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE -D_XOPEN_SOURCE"
+CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
LDFLAGS="${LDFLAGS}"
dnl Checks for programs.

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2006/12/07 06:27:30 cjs Exp $
--- configure.orig 2000-10-19 16:35:18.000000000 +0900
+++ configure 2006-12-07 15:08:35.000000000 +0900
@@ -538,7 +538,7 @@
CPPFLAGS="${CPPFLAGS} -DNDEBUG"
fi
-CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE -D_XOPEN_SOURCE"
+CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
LDFLAGS="${LDFLAGS}"
# Extract the first word of "gcc", so it can be a program name with args.

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1 2006/12/07 06:27:30 cjs Exp $
--- lib/ssl_writev.c.orig 2000-10-12 09:09:47.000000000 +0900
+++ lib/ssl_writev.c 2006-12-07 15:14:21.000000000 +0900
@@ -31,7 +31,7 @@
#ifdef HAVE_OPENSSL_SSL_H
-#include <alloca.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ad,v 1.1 2007/01/03 05:50:15 cjs Exp $
--- Makefile.in.orig 2000-10-19 16:38:59.000000000 +0900
+++ Makefile.in 2007-01-03 14:37:19.000000000 +0900
@@ -6,6 +6,7 @@
top_builddir = .
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandir@