Remove expired ports:

2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
This commit is contained in:
Rene Ladan 2013-12-15 14:32:28 +00:00
parent 5950623eec
commit 889cc3b544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336540
36 changed files with 7 additions and 974 deletions

7
MOVED
View file

@ -5299,3 +5299,10 @@ security/pdfcrack||2013-12-08|Has expired: Not active since several years
security/rarcrack||2013-12-08|Has expired: Not active since several years
java/subversion-java|java/java-subversion|2013-12-08|Rename to reflect subversion child port naming scheme
games/flare|games/flare-game|2013-12-10|Flare port was split into engine and game counterparts, as upstream did
audio/liteamp||2013-12-15|Has expired: Dead upstream since 2004, does not build with clang
security/opieprint||2013-12-15|Has expired: No more active upstream
security/bubblegum||2013-12-15|Has expired: No more active upstream
security/snortsms||2013-12-15|Has expired: Not active since several years.
sysutils/hammerhead||2013-12-15|Has expired: Development no more active
net-p2p/libtorrent-rasterbar-15-python||2013-12-15|Has expired: Unusable, development ceased
graphics/openexr_ctl||2013-12-15|Has expired: Now distributed with ampasCTL-1.5

View file

@ -1,40 +0,0 @@
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
PORTNAME= liteamp
PORTVERSION= 0.2.4.2
PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= http://kldp.net/frs/download.php/1153/
MAINTAINER= ports@FreeBSD.org
COMMENT= Light-weight Music Player for GNOME2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Dead upstream since 2004, does not build with clang
EXPIRATION_DATE= 2013-12-01
LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag \
libao.so:${PORTSDIR}/audio/libao \
libmad.so:${PORTSDIR}/audio/libmad \
libvorbisfile.so:${PORTSDIR}/audio/libvorbis
USES= gmake pathfix gettext pkgconfig
NO_STAGE= yes
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}"
MAN1= liteamp.1
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e \
'/-DGLADE_DIR/s|\\$$|| ; \
/-DG.*_DISABLE_DEPRECATED/d' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (liteamp-0.2.4.2.tar.gz) = da629af3caa28dab56d74c91a0633e617d197945315a71a99da190efe77ff3f4
SIZE (liteamp-0.2.4.2.tar.gz) = 496190

View file

@ -1,10 +0,0 @@
--- src/playback.c.orig 2010-06-05 23:11:54.000000000 +0200
+++ src/playback.c 2010-06-05 23:12:22.000000000 +0200
@@ -275,6 +275,7 @@ void playback_open_playdevice(int srate,
and restore it afterwards */
signal(SIGINT, SIG_DFL);
+ memset(&format, 0, sizeof(format));
format.bits = bitrate;
format.rate = srate;
format.channels = nch;

View file

@ -1,3 +0,0 @@
A light-weight music player for GNOME
WWW: http://kldp.net/projects/liteamp

View file

@ -1,24 +0,0 @@
bin/liteamp
share/application-registry/liteamp.applications
share/applications/liteamp.desktop
%%DATADIR%%/pixmaps/adddir.png
%%DATADIR%%/pixmaps/addfile.png
%%DATADIR%%/pixmaps/liteamp-logo.png
%%DATADIR%%/pixmaps/liteamp.png
%%DATADIR%%/pixmaps/loop.png
%%DATADIR%%/pixmaps/next.png
%%DATADIR%%/pixmaps/pause.png
%%DATADIR%%/pixmaps/playlist.png
%%DATADIR%%/pixmaps/prev.png
%%DATADIR%%/pixmaps/shuffle.png
%%DATADIR%%/pixmaps/start.png
%%DATADIR%%/pixmaps/stop.png
%%DATADIR%%/pixmaps/vol.png
%%DATADIR%%/pixmaps/vol_down.png
%%DATADIR%%/pixmaps/vol_mute.png
%%DATADIR%%/pixmaps/vol_up.png
share/locale/ko/LC_MESSAGES/liteamp.mo
share/pixmaps/liteamp.png
@dirrm %%DATADIR%%/pixmaps
@dirrmtry share/liteamp
@dirrmtry share/application-registry

View file

@ -618,7 +618,6 @@
SUBDIR += opencv-java
SUBDIR += opendis
SUBDIR += opendx
SUBDIR += openexr_ctl
SUBDIR += opengl-man
SUBDIR += opengtl
SUBDIR += openimageio

View file

@ -1,44 +0,0 @@
# Created by: nork@FreeBSD.org
# $FreeBSD$
PORTNAME= openexr_ctl
PORTVERSION= 1.0.1
CATEGORIES= graphics devel
MASTER_SITES= SF/ampasctl/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= nemysis@gmx.ch
COMMENT= Simplified OpenEXR interface to CTL
LICENSE= BSD
LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \
IlmCtl:${PORTSDIR}/graphics/ampasCTL
USES= pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
DEPRECATED= Now distributed with ampasCTL-1.5
EXPIRATION_DATE=2013-12-13
PORTDOCS= AUTHORS ChangeLog README
NO_STAGE= yes
.include <bsd.port.options.mk>
test check: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.if defined(PACKAGE_BUILDING)
pre-install: test
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (openexr_ctl-1.0.1.tar.gz) = 2d88d624e24fce64ee8494d4dd46e33684f93941e1ca46024554d1ab6ed5e9c9
SIZE (openexr_ctl-1.0.1.tar.gz) = 362864

View file

@ -1,11 +0,0 @@
--- Makefile.in.orig 2007-08-04 09:13:15.000000000 +0900
+++ Makefile.in 2007-10-09 01:15:31.000000000 +0900
@@ -209,7 +209,7 @@
AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \
README README.CVS README.OSX README.win32 bootstrap
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = OpenEXR_CTL.pc
all: all-recursive

View file

@ -1,21 +0,0 @@
* IlmImfCtl provides a simplified OpenEXR interface to CTL.
* exrdpx is an initial version of a CTL-driven file converter
that translates DPX files into OpenEXR files and vice versa.
The conversion between the DPX and OpenEXR color spaces is
handled by CTL transforms.
* exr_ctl_exr is an initial version of a program that can bake
the effect of a series of CTL transforms into the pixels of
an OpenEXR file.
WARNING: the exrdpx file converter and the exr_ctl_exr program are
still under development. They are good enough for experimentation,
but they are not ready for production use. The programs are slow,
and the DPX file I/O capabilities of exrdpx are minimal; most DPX
header fields and most OpenEXR attributes are lost during file
conversion.
WWW: http://www.openexr.com/
WWW: http://www.oscars.org/science-technology/council/projects/ctl.html
WWW: http://ampasctl.sourceforge.net/

View file

@ -1,16 +0,0 @@
bin/exr_ctl_exr
bin/exrdpx
include/OpenEXR/ImfCtlApplyTransforms.h
lib/CTL/change_saturation.ctl
lib/CTL/transform_DPX_EXR.ctl
lib/CTL/transform_EXR_DPX.ctl
lib/CTL/transform_RRT.ctl
lib/CTL/transform_display_video.ctl
lib/CTL/utilities.ctl
lib/libIlmImfCtl.a
lib/libIlmImfCtl.la
lib/libIlmImfCtl.so
lib/libIlmImfCtl.so.2
libdata/pkgconfig/OpenEXR_CTL.pc
@dirrm lib/CTL
@dirrmtry include/OpenEXR

View file

@ -47,7 +47,6 @@
SUBDIR += libtorrent-devel
SUBDIR += libtorrent-rasterbar
SUBDIR += libtorrent-rasterbar-15
SUBDIR += libtorrent-rasterbar-15-python
SUBDIR += libtorrent-rasterbar-python
SUBDIR += linux-jigdo
SUBDIR += linuxdcpp

View file

@ -1,43 +0,0 @@
# $FreeBSD$
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PORTREVISION= 2
COMMENT= Python bindings for libtorrent-rasterbar-15
CATEGORIES= net-p2p python
DEPRECATED= Unusable, development ceased
EXPIRATION_DATE=2013-12-13
USE_PYTHON= yes
LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libtorrent-rasterbar.so.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= python_libtorrent
NOPORTDOCS= yes
NO_STAGE= yes
slave-post-patch:
@${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/bindings/python/setup.py.in
slave-post-install:
# fix installation permissions
@${CHMOD} ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/libtorrent.so
MASTERDIR= ${.CURDIR}/../libtorrent-rasterbar-15
.include "${MASTERDIR}/Makefile"
##
# information available after <bsd.port.pre.mk>
##
# insure python paths are correctly identified
CONFIGURE_ENV+= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
PYTHON_VERSION="${PYTHON_VERSION}"

View file

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/libtorrent.so

View file

@ -51,7 +51,6 @@
SUBDIR += bsdsfv
SUBDIR += bsmtrace
SUBDIR += bsp_upektfmess
SUBDIR += bubblegum
SUBDIR += bugs
SUBDIR += burpsuite
SUBDIR += ca_root_nss
@ -374,7 +373,6 @@
SUBDIR += openvpn-beta
SUBDIR += openvpn-devel
SUBDIR += ophcrack
SUBDIR += opieprint
SUBDIR += orthrus
SUBDIR += osiris
SUBDIR += ossec-hids-client
@ -929,7 +927,6 @@
SUBDIR += snort-rep
SUBDIR += snortreport
SUBDIR += snortsam
SUBDIR += snortsms
SUBDIR += snortsnarf
SUBDIR += softhsm
SUBDIR += spass

View file

@ -1,25 +0,0 @@
# Created by: Ben Kibbey <bjk@arbornet.org>
# $FreeBSD$
PORTNAME= bubblegum
PORTVERSION= 1.12
CATEGORIES= security
MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Watch a file for changes
DEPRECATED= No more active upstream
EXPIRATION_DATE= 2013-12-08
GNU_CONFIGURE= yes
MAN1= bubblegum.1
MANCOMPRESSED= no
PLIST_FILES= bin/bubblegum
NO_STAGE= yes
pre-build:
${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (bubblegum-1.12.tar.gz) = 0ca449d02976a0d27e1d819318f86b0e021e1a61adbac824d5f8a49f4dc0ab42
SIZE (bubblegum-1.12.tar.gz) = 111091

View file

@ -1,11 +0,0 @@
--- doc/Makefile.in.orig Tue Oct 8 09:51:06 2002
+++ doc/Makefile.in Tue Nov 5 16:59:24 2002
@@ -114,7 +114,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-dist_man1_MANS = bubblegum.man
+dist_man1_MANS = bubblegum.1
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h

View file

@ -1,5 +0,0 @@
Bubblegum is a daemon which watches a file for changes in access, modification
and inode change times and MD5 checksums. It can run a command upon a change
a specified number of times, read from a file list and more.
WWW: http://bjk.sourceforge.net/

View file

@ -1,36 +0,0 @@
# Created by: mharo@FreeBSD.org
# $FreeBSD$
PORTNAME= opieprint
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.inner.net/pub/opie/contrib/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .gz
DEPRECATED= No more active upstream
EXPIRATION_DATE= 2013-12-08
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Output postscript with 100 OPIE passwords credit card sized
NO_BUILD= yes
NO_WRKSUBDIR= yes
USES= perl5
USE_PERL5= run
PLIST_FILES= bin/opieprint
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= #
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME}
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/opieprint
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/opieprint ${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (opieprint.gz) = ad348a99ca941f8b05805e3f9a61836104b8670443e2fbabfd376cb393ffae6c
SIZE (opieprint.gz) = 2716

View file

@ -1,25 +0,0 @@
--- opieprint.orig Sat Aug 28 13:15:12 2004
+++ opieprint Sat Aug 28 13:20:52 2004
@@ -25,11 +25,11 @@
########################## Configurable Parameters #######################
-$dir="/usr/local/bin"; # dir containing opieinfo & opiekey
+$dir="/usr/bin"; # dir containing opieinfo & opiekey
##########################################################################
-$ENV{'PATH'}='/bin:/usr/bin:/usr/ucb';
+$ENV{'PATH'}='/bin:/usr/bin';
$|=1; # unbuffer stdout
$max = 100; # default max seq number is 100
@@ -49,7 +49,7 @@
}
# get user from: cmdline or ENV or getlogin
-$username = $ARGV[0] || $ENV{'USER'} || $ENV{'LOGNAME'} || getlogin();
+$username = $ARGV[0]; # || $ENV{'USER'} || $ENV{'LOGNAME'} || getlogin();
$username =~ /(\w+)/;
$username = $1;

View file

@ -1,19 +0,0 @@
This is keyprint: a quick hack for printing S/Key keys on a small piece
of paper, twice the size of a credit card for easy storage in a
wallet, card holder, etc. It produces a PostScript file which can be
printed and then trimmed to size:
hn38925
+----------------------------------------+
| 1 af fd alfal 26 fd s fdas da |
| 2 af fd alfal 27 fd s fdas da |
| 3 af fd alfal 28 fd s fdas da |
| . . |
| . . |
| 74 af fd alfal 98 fd s fdas da |
| 75 af fd alfal 99 fd s fdas da |
+----------------------------------------+
Warning: If you don't have a secure network, then it is not a good
idea to print this key set on a network printer. It might be obvious,
but you never know.

View file

@ -1,37 +0,0 @@
# Created by: J Randolph <snortsms@servangle.net>
# $FreeBSD$
PORTNAME= snortsms
PORTVERSION= 1.7.8
CATEGORIES= security www
MASTER_SITES= SF/${PORTNAME}/SnortSMS%20Suite%20%28Console_Agent%29/${PORTVERSION}-Release
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A remote management and monitoring interface for Snort based IDS
DEPRECATED= Not active since several years.
EXPIRATION_DATE= 2013-12-08
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl
USE_PHP= mysql pcre pcntl session curl
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_LIST= PORTNAME=${PORTNAME} \
WRKSRC=${WRKSRC} \
PORTSDIR=${PORTSDIR}
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR})
${CHMOD} 775 ${WWWDIR}/conf
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (snortsms-1.7.8.tar.gz) = 9e67221d06ccef9d285cdd521f9843717495626dabe06fa5e22e8c571417d262
SIZE (snortsms-1.7.8.tar.gz) = 239599

View file

@ -1,27 +0,0 @@
*******************************************************************
Please browse http://your.host.tld/%%PORTNAME%%/ to configure
SnortSMS.
Before, you should:
- add something like the following to httpd.conf:
Alias /%%PORTNAME%%/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options none
AllowOverride Limit
Order Deny,Allow
Allow from all
</Directory>
- mysql -u root -p < %%WRKSRC%%/schema/SNORTSMS.mysql
For how to configure SnortSMS, please refer to the online
setup guide located at:
http://snortsms.sourceforge.net/dnloads/snortsms_install.html
Thank you for using SnortSMS!
http://snortsms.sourceforge.net/
*******************************************************************

View file

@ -1,6 +0,0 @@
A highly configurable sensor management system that provides the
ability to remotely manage Snort [Barnyard] based Intrusion
Detection Systems, push configuration files, monitor sensor health,
and view Snort alerts all from a clean simple web interface.
WWW: http://snortsms.sourceforge.net/

View file

@ -1,461 +0,0 @@
%%WWWDIR%%/Agent/README
%%WWWDIR%%/Agent/agent.php
%%WWWDIR%%/Agent/index.php
%%WWWDIR%%/Agent/lighttpd.access-sample
%%WWWDIR%%/Agent/lighttpd.conf-sample
%%WWWDIR%%/FMK_Application.xml.php
%%WWWDIR%%/FMK_FrameworkDriver.php
%%WWWDIR%%/FMK_Hooks.php
%%WWWDIR%%/FMK_Layouts/Layout-Default.php
%%WWWDIR%%/FMK_Layouts/Layout-Help.php
%%WWWDIR%%/FMK_Templates.php
%%WWWDIR%%/FMK_Zones.xml.php
%%WWWDIR%%/FMK_lib/FMK_FrameworkDriver.class
%%WWWDIR%%/FMK_lib/FMK_XMLParser.class
%%WWWDIR%%/FMK_lib/func_ChkAuth.php
%%WWWDIR%%/FMK_lib/func_DrawRepHeader.php
%%WWWDIR%%/FMK_lib/func_EventLib.php
%%WWWDIR%%/FMK_lib/func_GenBarnConf.php
%%WWWDIR%%/FMK_lib/func_GenSnortConf.php
%%WWWDIR%%/FMK_lib/func_GenToken.php
%%WWWDIR%%/FMK_lib/func_IsIP.php
%%WWWDIR%%/FMK_lib/func_Log.php
%%WWWDIR%%/FMK_lib/func_ReserveNextID.php
%%WWWDIR%%/FMK_lib/func_Rules.php
%%WWWDIR%%/FMK_lib/func_curl_error.php
%%WWWDIR%%/FMK_lib/func_date.php
%%WWWDIR%%/FMK_lib/func_gen_sid-msg.php
%%WWWDIR%%/FMK_lib/obj_Rule.php
%%WWWDIR%%/README
%%WWWDIR%%/barnctrl/FMK_Handler.php
%%WWWDIR%%/barnctrl/act_Save-Update.php
%%WWWDIR%%/barnctrl/act_action.php
%%WWWDIR%%/barnctrl/dsp_AddEdit.php
%%WWWDIR%%/barnctrl/dsp_home.php
%%WWWDIR%%/barnctrl/index.php
%%WWWDIR%%/barnctrl/qry_barnctrl.php
%%WWWDIR%%/barnctrl/qry_barnctrls.php
%%WWWDIR%%/barnyard/FMK_Handler.php
%%WWWDIR%%/barnyard/act_AddRemove.php
%%WWWDIR%%/barnyard/act_Save-Update.php
%%WWWDIR%%/barnyard/act_action.php
%%WWWDIR%%/barnyard/dsp_AddEdit.php
%%WWWDIR%%/barnyard/dsp_home.php
%%WWWDIR%%/barnyard/dsp_import.php
%%WWWDIR%%/barnyard/dsp_selected.php
%%WWWDIR%%/barnyard/index.php
%%WWWDIR%%/barnyard/qry_barnyard.php
%%WWWDIR%%/barnyard/qry_barnyards.php
%%WWWDIR%%/barnyard/qry_selected.php
%%WWWDIR%%/classifications/FMK_Handler.php
%%WWWDIR%%/classifications/act_AddRemove.php
%%WWWDIR%%/classifications/act_Save-Update.php
%%WWWDIR%%/classifications/act_action.php
%%WWWDIR%%/classifications/dsp_AddEdit.php
%%WWWDIR%%/classifications/dsp_home.php
%%WWWDIR%%/classifications/dsp_import.php
%%WWWDIR%%/classifications/dsp_selected.php
%%WWWDIR%%/classifications/index.php
%%WWWDIR%%/classifications/qry_classification.php
%%WWWDIR%%/classifications/qry_classifications.php
%%WWWDIR%%/classifications/qry_selected.php
%%WWWDIR%%/conf/FMK_Handler.php
%%WWWDIR%%/conf/act_init_vars.php
%%WWWDIR%%/conf/act_init_vars.php.orig
%%WWWDIR%%/conf/act_read_conf.php
%%WWWDIR%%/conf/act_save_conf.php
%%WWWDIR%%/conf/act_save_conf.php.orig
%%WWWDIR%%/conf/act_test.php
%%WWWDIR%%/conf/act_test.php.orig
%%WWWDIR%%/conf/act_verify_install.php
%%WWWDIR%%/conf/dsp_conf.php
%%WWWDIR%%/conf/dsp_conf.php.orig
%%WWWDIR%%/conf/dsp_header.php
%%WWWDIR%%/conf/dsp_save_conf.php
%%WWWDIR%%/conf/index.php
%%WWWDIR%%/configs/FMK_Handler.php
%%WWWDIR%%/configs/act_AddRemove.php
%%WWWDIR%%/configs/act_Save-Update.php
%%WWWDIR%%/configs/act_action.php
%%WWWDIR%%/configs/dsp_AddEdit.php
%%WWWDIR%%/configs/dsp_home.php
%%WWWDIR%%/configs/dsp_import.php
%%WWWDIR%%/configs/dsp_selected.php
%%WWWDIR%%/configs/index.php
%%WWWDIR%%/configs/qry_config.php
%%WWWDIR%%/configs/qry_configs.php
%%WWWDIR%%/configs/qry_selected.php
%%WWWDIR%%/css/calendar_icon.png
%%WWWDIR%%/css/datepickercontrol.css
%%WWWDIR%%/css/default.css
%%WWWDIR%%/docs/CHANGELOG.txt
%%WWWDIR%%/docs/UPDATING.txt
%%WWWDIR%%/docs/assignments.txt
%%WWWDIR%%/docs/framework_notes.html
%%WWWDIR%%/docs/snortsms_install.html
%%WWWDIR%%/dynamics/FMK_Handler.php
%%WWWDIR%%/dynamics/act_AddRemove.php
%%WWWDIR%%/dynamics/act_Save-Update.php
%%WWWDIR%%/dynamics/act_action.php
%%WWWDIR%%/dynamics/act_movedown.php
%%WWWDIR%%/dynamics/act_moveup.php
%%WWWDIR%%/dynamics/act_reorder.php
%%WWWDIR%%/dynamics/dsp_AddEdit.php
%%WWWDIR%%/dynamics/dsp_home.php
%%WWWDIR%%/dynamics/dsp_import.php
%%WWWDIR%%/dynamics/dsp_selected.php
%%WWWDIR%%/dynamics/index.php
%%WWWDIR%%/dynamics/qry_dynamic.php
%%WWWDIR%%/dynamics/qry_dynamics.php
%%WWWDIR%%/dynamics/qry_selected.php
%%WWWDIR%%/events/FMK_Handler.php
%%WWWDIR%%/events/FMK_Hooks.php
%%WWWDIR%%/events/act_action.php
%%WWWDIR%%/events/act_checkdb.php
%%WWWDIR%%/events/act_scope.php
%%WWWDIR%%/events/dsp_header.php
%%WWWDIR%%/events/dsp_home.php
%%WWWDIR%%/events/dsp_home_sid.php
%%WWWDIR%%/events/dsp_pagenate.php
%%WWWDIR%%/events/dsp_results.php
%%WWWDIR%%/events/dsp_searchform.php
%%WWWDIR%%/events/dsp_windows.php
%%WWWDIR%%/events/index.php
%%WWWDIR%%/events/qry_alert_sensors.php
%%WWWDIR%%/events/qry_getcache.php
%%WWWDIR%%/events/qry_otheralerts.php
%%WWWDIR%%/events/qry_search.php
%%WWWDIR%%/events/qry_sid_summary.php
%%WWWDIR%%/events/qry_sig_recon.php
%%WWWDIR%%/events/qry_sig_summary.php
%%WWWDIR%%/events/qry_sigcat.php
%%WWWDIR%%/events/qry_sigzoom.php
%%WWWDIR%%/events/qry_windows.php
%%WWWDIR%%/generators/FMK_Handler.php
%%WWWDIR%%/generators/act_Save-Update.php
%%WWWDIR%%/generators/act_action.php
%%WWWDIR%%/generators/dsp_AddEdit.php
%%WWWDIR%%/generators/dsp_home.php
%%WWWDIR%%/generators/dsp_import.php
%%WWWDIR%%/generators/index.php
%%WWWDIR%%/generators/qry_generator.php
%%WWWDIR%%/generators/qry_generators.php
%%WWWDIR%%/help/FMK_Handler.php
%%WWWDIR%%/help/dsp_main.php
%%WWWDIR%%/help/inc_addoutput.php
%%WWWDIR%%/help/inc_addrule.php
%%WWWDIR%%/help/inc_barnconf.php
%%WWWDIR%%/help/inc_barnctrl.php
%%WWWDIR%%/help/inc_configdirct.php
%%WWWDIR%%/help/inc_dynamic.php
%%WWWDIR%%/help/inc_search.php
%%WWWDIR%%/help/inc_sensorconf.php
%%WWWDIR%%/help/inc_snortctrl.php
%%WWWDIR%%/help/index.php
%%WWWDIR%%/images/arrow_1.png
%%WWWDIR%%/images/arrow_down.gif
%%WWWDIR%%/images/arrow_up.gif
%%WWWDIR%%/images/bar_left.gif
%%WWWDIR%%/images/bar_left_sm.gif
%%WWWDIR%%/images/bar_mid.gif
%%WWWDIR%%/images/bar_mid2.gif
%%WWWDIR%%/images/bar_mid_sm.gif
%%WWWDIR%%/images/bar_right.gif
%%WWWDIR%%/images/bar_right2.gif
%%WWWDIR%%/images/bar_right_sm.gif
%%WWWDIR%%/images/bar_trans.gif
%%WWWDIR%%/images/blue_quest.png
%%WWWDIR%%/images/btn_next.png
%%WWWDIR%%/images/btn_order_dn.png
%%WWWDIR%%/images/btn_order_up.png
%%WWWDIR%%/images/btn_prev.png
%%WWWDIR%%/images/btn_restart.gif
%%WWWDIR%%/images/btn_save.gif
%%WWWDIR%%/images/btn_start.gif
%%WWWDIR%%/images/btn_stop.gif
%%WWWDIR%%/images/check-0.png
%%WWWDIR%%/images/check-1.png
%%WWWDIR%%/images/check-2.png
%%WWWDIR%%/images/clip.gif
%%WWWDIR%%/images/comment.png
%%WWWDIR%%/images/conf-0.png
%%WWWDIR%%/images/conf-1.png
%%WWWDIR%%/images/conf-3.gif
%%WWWDIR%%/images/control_fastforward.png
%%WWWDIR%%/images/control_fastforward_blue.png
%%WWWDIR%%/images/control_play.png
%%WWWDIR%%/images/control_play_blue.png
%%WWWDIR%%/images/control_repeat.png
%%WWWDIR%%/images/control_repeat_blue.png
%%WWWDIR%%/images/control_rewind.png
%%WWWDIR%%/images/control_rewind_blue.png
%%WWWDIR%%/images/control_stop.png
%%WWWDIR%%/images/control_stop_blue.png
%%WWWDIR%%/images/db-0.png
%%WWWDIR%%/images/db-1.png
%%WWWDIR%%/images/db-2.png
%%WWWDIR%%/images/gray_quest.gif
%%WWWDIR%%/images/hdd-1.gif
%%WWWDIR%%/images/hdd-2.gif
%%WWWDIR%%/images/hdd-3.gif
%%WWWDIR%%/images/led-0.gif
%%WWWDIR%%/images/led-1.gif
%%WWWDIR%%/images/led-2.gif
%%WWWDIR%%/images/led-3.gif
%%WWWDIR%%/images/led2-0.gif
%%WWWDIR%%/images/led2-1.gif
%%WWWDIR%%/images/led2-2.gif
%%WWWDIR%%/images/led2-3.gif
%%WWWDIR%%/images/logo_1.png
%%WWWDIR%%/images/note-1.gif
%%WWWDIR%%/images/tab_left-0.gif
%%WWWDIR%%/images/tab_left-1.gif
%%WWWDIR%%/images/tab_mid-0.gif
%%WWWDIR%%/images/tab_mid-1.gif
%%WWWDIR%%/images/tab_right-0.gif
%%WWWDIR%%/images/tab_right-1.gif
%%WWWDIR%%/images/table_multiple.png
%%WWWDIR%%/images/trash-1.gif
%%WWWDIR%%/images/wait.gif
%%WWWDIR%%/import/FMK_Handler.php
%%WWWDIR%%/import/act_extract_process.php
%%WWWDIR%%/import/act_process_rawtext.php
%%WWWDIR%%/import/act_receive_rulefile.php
%%WWWDIR%%/import/act_receive_snapshot.php
%%WWWDIR%%/import/dsp_home.php
%%WWWDIR%%/import/index.php
%%WWWDIR%%/index.php
%%WWWDIR%%/java/RuleDiff.js
%%WWWDIR%%/java/checkall.js
%%WWWDIR%%/java/cssmenu.js
%%WWWDIR%%/java/datepickercontrol.js
%%WWWDIR%%/java/waitdiv.js
%%WWWDIR%%/main/FMK_Handler.php
%%WWWDIR%%/main/dsp_home.php
%%WWWDIR%%/main/dsp_menu.php
%%WWWDIR%%/main/index.php
%%WWWDIR%%/monitor/FMK_Handler.php
%%WWWDIR%%/monitor/act_stats.php
%%WWWDIR%%/monitor/cron_stats.php
%%WWWDIR%%/monitor/index.php
%%WWWDIR%%/monitor/query_sensor.php
%%WWWDIR%%/outputs/FMK_Handler.php
%%WWWDIR%%/outputs/act_AddRemove.php
%%WWWDIR%%/outputs/act_Save-Update.php
%%WWWDIR%%/outputs/act_action.php
%%WWWDIR%%/outputs/dsp_AddEdit.php
%%WWWDIR%%/outputs/dsp_home.php
%%WWWDIR%%/outputs/dsp_output_notes.php
%%WWWDIR%%/outputs/dsp_selected.php
%%WWWDIR%%/outputs/index.php
%%WWWDIR%%/outputs/qry_output.php
%%WWWDIR%%/outputs/qry_outputs.php
%%WWWDIR%%/outputs/qry_selected.php
%%WWWDIR%%/policies/FMK_Handler.php
%%WWWDIR%%/policies/act_AddRemove.php
%%WWWDIR%%/policies/act_Save-Update.php
%%WWWDIR%%/policies/act_action.php
%%WWWDIR%%/policies/act_delete.php
%%WWWDIR%%/policies/dsp_AddEdit.php
%%WWWDIR%%/policies/dsp_home.php
%%WWWDIR%%/policies/dsp_pagenate.php
%%WWWDIR%%/policies/dsp_policy.php
%%WWWDIR%%/policies/dsp_rulecats.php
%%WWWDIR%%/policies/dsp_select.php
%%WWWDIR%%/policies/dsp_selected.php
%%WWWDIR%%/policies/index.php
%%WWWDIR%%/policies/qry_policies.php
%%WWWDIR%%/policies/qry_policy.php
%%WWWDIR%%/policies/qry_rulecats.php
%%WWWDIR%%/policies/qry_rules.php
%%WWWDIR%%/policies/qry_selected.php
%%WWWDIR%%/preprocessors/FMK_Handler.php
%%WWWDIR%%/preprocessors/act_AddRemove.php
%%WWWDIR%%/preprocessors/act_Save-Update.php
%%WWWDIR%%/preprocessors/act_action.php
%%WWWDIR%%/preprocessors/act_movedown.php
%%WWWDIR%%/preprocessors/act_moveup.php
%%WWWDIR%%/preprocessors/act_reorder.php
%%WWWDIR%%/preprocessors/dsp_AddEdit.php
%%WWWDIR%%/preprocessors/dsp_home.php
%%WWWDIR%%/preprocessors/dsp_import.php
%%WWWDIR%%/preprocessors/dsp_selected.php
%%WWWDIR%%/preprocessors/index.php
%%WWWDIR%%/preprocessors/qry_preprocessor.php
%%WWWDIR%%/preprocessors/qry_preprocessors.php
%%WWWDIR%%/preprocessors/qry_selected.php
%%WWWDIR%%/references/FMK_Handler.php
%%WWWDIR%%/references/act_AddRemove.php
%%WWWDIR%%/references/act_Save-Update.php
%%WWWDIR%%/references/act_action.php
%%WWWDIR%%/references/dsp_AddEdit.php
%%WWWDIR%%/references/dsp_home.php
%%WWWDIR%%/references/dsp_import.php
%%WWWDIR%%/references/dsp_selected.php
%%WWWDIR%%/references/index.php
%%WWWDIR%%/references/qry_reference.php
%%WWWDIR%%/references/qry_references.php
%%WWWDIR%%/references/qry_selected.php
%%WWWDIR%%/rules/FMK_Handler.php
%%WWWDIR%%/rules/act_Save-Update.php
%%WWWDIR%%/rules/act_action.php
%%WWWDIR%%/rules/act_policy.php
%%WWWDIR%%/rules/dsp_edit.php
%%WWWDIR%%/rules/dsp_home.php
%%WWWDIR%%/rules/dsp_import.php
%%WWWDIR%%/rules/dsp_pagenate.php
%%WWWDIR%%/rules/dsp_queryform.php
%%WWWDIR%%/rules/dsp_recycle.php
%%WWWDIR%%/rules/dsp_results.php
%%WWWDIR%%/rules/dsp_ruleaudit.php
%%WWWDIR%%/rules/dsp_view.php
%%WWWDIR%%/rules/index.php
%%WWWDIR%%/rules/qry_policies.php
%%WWWDIR%%/rules/qry_rule.php
%%WWWDIR%%/rules/qry_rule_assgn.php
%%WWWDIR%%/rules/qry_ruleaudit.php
%%WWWDIR%%/rules/qry_rulecats.php
%%WWWDIR%%/rules/qry_rules.php
%%WWWDIR%%/ruletypes/FMK_Handler.php
%%WWWDIR%%/ruletypes/act_AddRemove.php
%%WWWDIR%%/ruletypes/act_Save-Update.php
%%WWWDIR%%/ruletypes/act_delete.php
%%WWWDIR%%/ruletypes/dsp_AddEdit.php
%%WWWDIR%%/ruletypes/dsp_home.php
%%WWWDIR%%/ruletypes/dsp_selected.php
%%WWWDIR%%/ruletypes/index.php
%%WWWDIR%%/ruletypes/qry_ruletype.php
%%WWWDIR%%/ruletypes/qry_ruletypes.php
%%WWWDIR%%/ruletypes/qry_selected.php
%%WWWDIR%%/ruletypes/qry_selectedouts.php
%%WWWDIR%%/schema/SNORTSMS.mysql
%%WWWDIR%%/schema/SNORTSMS_schema3_upgrade.mysql
%%WWWDIR%%/schema/SNORTSMS_schema4_upgrade.mysql
%%WWWDIR%%/schema/SNORT_DB_mod.mysql
%%WWWDIR%%/sensorconf/FMK_Handler.php
%%WWWDIR%%/sensorconf/act_clone.php
%%WWWDIR%%/sensorconf/act_delete_sensor.php
%%WWWDIR%%/sensorconf/act_getstats.php
%%WWWDIR%%/sensorconf/act_save_update.php
%%WWWDIR%%/sensorconf/act_sensor_control.php
%%WWWDIR%%/sensorconf/control_sensor.php
%%WWWDIR%%/sensorconf/dsp_clone.php
%%WWWDIR%%/sensorconf/dsp_genbarnconf.php
%%WWWDIR%%/sensorconf/dsp_gensnortconf.php
%%WWWDIR%%/sensorconf/dsp_header.php
%%WWWDIR%%/sensorconf/dsp_tab_agent.php
%%WWWDIR%%/sensorconf/dsp_tab_barn.php
%%WWWDIR%%/sensorconf/dsp_tab_main.php
%%WWWDIR%%/sensorconf/dsp_tab_sensor.php
%%WWWDIR%%/sensorconf/dsp_tab_snort.php
%%WWWDIR%%/sensorconf/dsp_tab_status.php
%%WWWDIR%%/sensorconf/index.php
%%WWWDIR%%/sensorconf/qry_assignments.php
%%WWWDIR%%/sensorconf/qry_barn_ctrls.php
%%WWWDIR%%/sensorconf/qry_sensor.php
%%WWWDIR%%/sensorconf/qry_sensor_ctrls.php
%%WWWDIR%%/sensorconf/qry_sensor_lite.php
%%WWWDIR%%/sensorconf/qry_sensors.php
%%WWWDIR%%/sensorconf/qry_snort_ctrls.php
%%WWWDIR%%/sensors/FMK_Handler.php
%%WWWDIR%%/sensors/act_delete.php
%%WWWDIR%%/sensors/dsp_home.php
%%WWWDIR%%/sensors/dsp_monitor.php
%%WWWDIR%%/sensors/index.php
%%WWWDIR%%/sensors/qry_barn_ctrls.php
%%WWWDIR%%/sensors/qry_sensor.php
%%WWWDIR%%/sensors/qry_sensors_active.php
%%WWWDIR%%/sensors/qry_snort_ctrl.php
%%WWWDIR%%/snortctrl/FMK_Handler.php
%%WWWDIR%%/snortctrl/act_Save-Update.php
%%WWWDIR%%/snortctrl/act_action.php
%%WWWDIR%%/snortctrl/dsp_AddEdit.php
%%WWWDIR%%/snortctrl/dsp_home.php
%%WWWDIR%%/snortctrl/index.php
%%WWWDIR%%/snortctrl/qry_snortctrl.php
%%WWWDIR%%/snortctrl/qry_snortctrls.php
%%WWWDIR%%/suppressions/FMK_Handler.php
%%WWWDIR%%/suppressions/act_AddRemove.php
%%WWWDIR%%/suppressions/act_Save-Update.php
%%WWWDIR%%/suppressions/act_action.php
%%WWWDIR%%/suppressions/dsp_AddEdit.php
%%WWWDIR%%/suppressions/dsp_home.php
%%WWWDIR%%/suppressions/dsp_import.php
%%WWWDIR%%/suppressions/dsp_selected.php
%%WWWDIR%%/suppressions/index.php
%%WWWDIR%%/suppressions/qry_selected.php
%%WWWDIR%%/suppressions/qry_suppression.php
%%WWWDIR%%/suppressions/qry_suppressions.php
%%WWWDIR%%/thresholds/FMK_Handler.php
%%WWWDIR%%/thresholds/act_AddRemove.php
%%WWWDIR%%/thresholds/act_Save-Update.php
%%WWWDIR%%/thresholds/act_action.php
%%WWWDIR%%/thresholds/dsp_AddEdit.php
%%WWWDIR%%/thresholds/dsp_home.php
%%WWWDIR%%/thresholds/dsp_import.php
%%WWWDIR%%/thresholds/dsp_selected.php
%%WWWDIR%%/thresholds/index.php
%%WWWDIR%%/thresholds/qry_selected.php
%%WWWDIR%%/thresholds/qry_threshold.php
%%WWWDIR%%/thresholds/qry_thresholds.php
%%WWWDIR%%/users/FMK_Handler.php
%%WWWDIR%%/users/act_SaveUpdate.php
%%WWWDIR%%/users/act_authuser.php
%%WWWDIR%%/users/act_deluser.php
%%WWWDIR%%/users/dsp_AddEdit.php
%%WWWDIR%%/users/dsp_deluser.php
%%WWWDIR%%/users/dsp_denied.php
%%WWWDIR%%/users/dsp_error.php
%%WWWDIR%%/users/dsp_header.php
%%WWWDIR%%/users/dsp_login.php
%%WWWDIR%%/users/dsp_logout.php
%%WWWDIR%%/users/dsp_unauth.php
%%WWWDIR%%/users/dsp_users.php
%%WWWDIR%%/users/index.php
%%WWWDIR%%/users/qry_user.php
%%WWWDIR%%/users/qry_users.php
%%WWWDIR%%/variables/FMK_Handler.php
%%WWWDIR%%/variables/act_AddRemove.php
%%WWWDIR%%/variables/act_Save-Update.php
%%WWWDIR%%/variables/act_action.php
%%WWWDIR%%/variables/dsp_AddEdit.php
%%WWWDIR%%/variables/dsp_home.php
%%WWWDIR%%/variables/dsp_selected.php
%%WWWDIR%%/variables/index.php
%%WWWDIR%%/variables/qry_selected.php
%%WWWDIR%%/variables/qry_variable.php
%%WWWDIR%%/variables/qry_variables.php
@dirrm %%WWWDIR%%/variables
@dirrm %%WWWDIR%%/users
@dirrm %%WWWDIR%%/thresholds
@dirrm %%WWWDIR%%/suppressions
@dirrm %%WWWDIR%%/snortctrl
@dirrm %%WWWDIR%%/sensors
@dirrm %%WWWDIR%%/sensorconf
@dirrm %%WWWDIR%%/schema
@dirrm %%WWWDIR%%/ruletypes
@dirrm %%WWWDIR%%/rules
@dirrm %%WWWDIR%%/references
@dirrm %%WWWDIR%%/preprocessors
@dirrm %%WWWDIR%%/policies
@dirrm %%WWWDIR%%/outputs
@dirrm %%WWWDIR%%/monitor
@dirrm %%WWWDIR%%/main
@dirrm %%WWWDIR%%/java
@dirrm %%WWWDIR%%/import
@dirrm %%WWWDIR%%/images
@dirrm %%WWWDIR%%/help
@dirrm %%WWWDIR%%/generators
@dirrm %%WWWDIR%%/events
@dirrm %%WWWDIR%%/dynamics
@dirrm %%WWWDIR%%/docs
@dirrm %%WWWDIR%%/css
@dirrm %%WWWDIR%%/configs
@dirrmtry %%WWWDIR%%/conf
@dirrm %%WWWDIR%%/classifications
@dirrm %%WWWDIR%%/barnyard
@dirrm %%WWWDIR%%/barnctrl
@dirrm %%WWWDIR%%/FMK_lib
@dirrm %%WWWDIR%%/FMK_Layouts
@dirrm %%WWWDIR%%/Agent
@dirrmtry %%WWWDIR%%

View file

@ -367,7 +367,6 @@
SUBDIR += hachoir-wx
SUBDIR += hal
SUBDIR += hal-info
SUBDIR += hammerhead
SUBDIR += hardlink
SUBDIR += hatop
SUBDIR += hdup

View file

@ -1,25 +0,0 @@
# Created by: John von Essen
# $FreeBSD$
PORTNAME= hammerhead
PORTVERSION= 2.1.4
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A webserver stressing tool
DEPRECATED= Development no more active
EXPIRATION_DATE= 2013-12-08
GNU_CONFIGURE= yes
USE_GMAKE= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/src/Makefile
MAN1= hammerhead.1
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (hammerhead-2.1.4.tar.gz) = b16aa3995131c6e03c22e74adfda4778a4d9a153dc83ebef703e9f971ae6450e
SIZE (hammerhead-2.1.4.tar.gz) = 120975

View file

@ -1,33 +0,0 @@
--- Makefile.in.orig Wed Nov 13 19:40:14 2002
+++ Makefile.in Thu Nov 21 00:36:01 2002
@@ -55,6 +55,8 @@
install: .PHONY
cd src; $(MAKE) install
+ -mkdir -p $(mandir)/man1
+ -$(INSTALL) doc/hammerhead.1 $(mandir)/man1/
src: .PHONY
cd src; $(MAKE)
@@ -67,20 +69,10 @@
# Should be fixed to ignore CVS directories on build
# (perhaps use a Manifest)
#
-package: veryclean
- -cd ..; mv hammerhead hammerhead-$(HAMMER_VSN); tar --exclude CVS -cf - hammerhead-$(HAMMER_VSN) | gzip -c > /tmp/hammerhead-$(HAMMER_VSN).tar.gz; mv hammerhead-$(HAMMER_VSN) hammerhead
- -mv /tmp/hammerhead-$(HAMMER_VSN).tar.gz .
clean: .PHONY
- -rm config.log config.status
+ -rm config.cache Makefile hammer.mk
cd src; $(MAKE) clean
-veryclean: clean
- -rm -f config.cache config.h hammerhead-$(HAMMER_VSN).tar.gz hammer.mk Makefile
- -rm -f $(BINPATH)hammerhead $(BINPATH)convertLog $(COBJ) $(HOBJ) $(JOBJ) $(PUREOBJ)
-
-install-doc: .PHONY
- -mkdir -p $(mandir)/man1
- -$(INSTALL) -m 0644 doc/hammerhead.1 $(mandir)/man1/hammerhead.1
.PHONY:

View file

@ -1,17 +0,0 @@
--- src/Makefile.orig Wed Nov 13 19:40:15 2002
+++ src/Makefile Thu Nov 21 00:38:20 2002
@@ -90,10 +90,10 @@
install: $(TARGET)
$(INSTALL) -m 0755 $(TARGET) $(BINDIR)
- -mkdir -p /etc/hammerhead
- -$(INSTALL) -m 0644 ../doc/test.conf /etc/hammerhead/hh.conf
- -$(INSTALL) -m 0644 ../doc/root.scn /etc/hammerhead/root.scn
- -$(INSTALL) -m 0644 ../doc/post.scn /etc/hammerhead/post.scn
+ -mkdir -p %%PREFIX%%/etc/hammerhead
+ -$(INSTALL) -m 0644 ../doc/test.conf %%PREFIX%%/etc/hammerhead/hh.conf
+ -$(INSTALL) -m 0644 ../doc/root.scn %%PREFIX%%/etc/hammerhead/root.scn
+ -$(INSTALL) -m 0644 ../doc/post.scn %%PREFIX%%/etc/hammerhead/post.scn
$(TARGET): $(HOBJ)
$(CC) $(PROF) -o $(TARGET) $(DEFS) $(CFLAGS) $^ $(LIBS)

View file

@ -1,11 +0,0 @@
Hammerhead 2 is a stress testing tool designed to test out your web server
and web site. It can initiate multiple connections from IP aliases and
simulated numerous (256+) users at any given time. The rate at which
Hammerhead 2 attempts to pound your site is fully configurable, there are
numerous other options for trying to create problems with a web site (so you
can fix them). It can be used to test the behaviour of the port under load,
or the ability of the port to service a set of requests. Warning: Hammerhead
can destroy a web site very quickly. It should only be used to generate heavy
loads on local web sites for testing purposes.
WWW: http://hammerhead.sourceforge.net/

View file

@ -1,5 +0,0 @@
bin/hammerhead
etc/hammerhead/hh.conf
etc/hammerhead/root.scn
etc/hammerhead/post.scn
@dirrm etc/hammerhead