[csw-devel] SF.net SVN: gar:[8972] csw/mgar/pkg/httperf/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Mar 4 21:48:37 CET 2010


Revision: 8972
          http://gar.svn.sourceforge.net/gar/?rev=8972&view=rev
Author:   skayser
Date:     2010-03-04 20:48:23 +0000 (Thu, 04 Mar 2010)

Log Message:
-----------
httperf: added license and changelog.CSW

Modified Paths:
--------------
    csw/mgar/pkg/httperf/trunk/Makefile
    csw/mgar/pkg/httperf/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/httperf/trunk/files/COPYING
    csw/mgar/pkg/httperf/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/httperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/httperf/trunk/Makefile	2010-03-04 20:35:51 UTC (rev 8971)
+++ csw/mgar/pkg/httperf/trunk/Makefile	2010-03-04 20:48:23 UTC (rev 8972)
@@ -36,15 +36,23 @@
 DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+# License taken from one of the .c files in lieu of an official COPYING
+DISTFILES = COPYING
+
+RUNTIME_DEP_PKGS_CSWhttperf += CSWosslrt
+
 # Put source tree -I instructions first so that <event.h> is not picked
 # up from -I/opt/csw/lib
 PATCHFILES  = 0001-Move-cpp-includes-from-AM_CFLAGS-to-AM_CPPFLAGS.patch
-# Avoid implicit declarations for getpid and some str* functions
-PATCHFILES += 0002-getopt.c-include-header-files-for-getpid-and-strlen-.patch
+# Avoid implicit declarations for getpid and some str* functions.
+# Commented out as unistd.h causes rename()/getopt() redeclarations in getopt.c
+#PATCHFILES += 0002-getopt.c-include-header-files-for-getpid-and-strlen-.patch
+
 # Rewrite non-constant subscript in array declaration to make cc happy
 PATCHFILES += 0003-avoid-variably-modified-type-in-struct.patch
 
 CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
 
 include gar/category.mk
 
@@ -52,3 +60,9 @@
 pre-configure-modulated:
 	autoreconf -fi $(WORKSRC)
 	@$(MAKECOOKIE)
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+	ginstall -D $(WORKSRC)/AUTHORS $(DOCDEST)/AUTHORS
+	cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/httperf/trunk/checksums
===================================================================
--- csw/mgar/pkg/httperf/trunk/checksums	2010-03-04 20:35:51 UTC (rev 8971)
+++ csw/mgar/pkg/httperf/trunk/checksums	2010-03-04 20:48:23 UTC (rev 8972)
@@ -1,4 +1,3 @@
 b5e6a0c732e428134783b6ec6e06c577  0001-Move-cpp-includes-from-AM_CFLAGS-to-AM_CPPFLAGS.patch
-4e9453cdd9a71c843b2e4dd561073f6c  0002-getopt.c-include-header-files-for-getpid-and-strlen-.patch
 858eeb97b1106d2d4dbd2c171040866e  0003-avoid-variably-modified-type-in-struct.patch
-2968c36b9ecf3d98fc1f2c1c9c0d9341  httperf-0.9.0.tar.gz
+ffe0c63c95c3bc2893bccf6561d9c013  COPYING

Added: csw/mgar/pkg/httperf/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/httperf/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/httperf/trunk/files/COPYING	2010-03-04 20:48:23 UTC (rev 8972)
@@ -0,0 +1,31 @@
+    httperf -- a tool for measuring web server performance
+    Copyright 2000-2007 Hewlett-Packard Company and Contributors listed in
+    AUTHORS file. Originally contributed by David Mosberger-Tang
+
+    This file is part of httperf, a web server performance measurment
+    tool.
+
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the GNU General Public License as
+    published by the Free Software Foundation; either version 2 of the
+    License, or (at your option) any later version.
+
+    In addition, as a special exception, the copyright holders give
+    permission to link the code of this work with the OpenSSL project's
+    "OpenSSL" library (or with modified versions of it that use the same
+    license as the "OpenSSL" library), and distribute linked combinations
+    including the two.  You must obey the GNU General Public License in
+    all respects for all of the code used other than "OpenSSL".  If you
+    modify this file, you may extend this exception to your version of the
+    file, but you are not obligated to do so.  If you do not wish to do
+    so, delete this exception statement from your version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+    02110-1301, USA

Added: csw/mgar/pkg/httperf/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/httperf/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/httperf/trunk/files/changelog.CSW	2010-03-04 20:48:23 UTC (rev 8972)
@@ -0,0 +1,5 @@
+httperf (0.9.0,REV=2010.03.04)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu,  4 Mar 2010 21:38:05 +0100


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list