From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 6 10:50:38 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F1816A4C1 for ; Mon, 6 Oct 2003 10:50:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FA644005 for ; Mon, 6 Oct 2003 10:50:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h96HoNFY058707 for ; Mon, 6 Oct 2003 10:50:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h96HoNZw058703; Mon, 6 Oct 2003 10:50:23 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 6 Oct 2003 10:50:23 -0700 (PDT) Resent-Message-Id: <200310061750.h96HoNZw058703@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA23B16A4B3 for ; Mon, 6 Oct 2003 10:47:01 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C4343FBF for ; Mon, 6 Oct 2003 10:47:00 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 4498 invoked by uid 85); 6 Oct 2003 19:46:59 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.045229 secs); 06 Oct 2003 17:46:59 -0000 Received: from lucifer.cultdeadsheep.org (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 6 Oct 2003 19:46:58 +0200 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Mon, 6 Oct 2003 19:47:03 +0200 Message-Id: <20031006174700.24C4343FBF@mx1.FreeBSD.org> Date: Mon, 6 Oct 2003 19:47:03 +0200 From: Clement Laforet To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/57661: [new port] www/mod_log_data: Module for Apache 2.0 to log incoming and outgoing data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 17:50:38 -0000 >Number: 57661 >Category: ports >Synopsis: [new port] www/mod_log_data: Module for Apache 2.0 to log incoming and outgoing data >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 06 10:50:23 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.1-CURRENT i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: mod_log_data is a module for Apache 2.0, logging incoming and outgoing data. This module can be used for debug or for security. This beta version include one filter dumping the POST data for an incoming request, and a filter dumping the outgoing data. WWW: http://loghttp.sourceforge.net/ >How-To-Repeat: N/A. >Fix: --- mod_log_data.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_log_data # mod_log_data/Makefile # mod_log_data/distinfo # mod_log_data/pkg-descr # mod_log_data/pkg-plist # echo c - mod_log_data mkdir -p mod_log_data > /dev/null 2>&1 echo x - mod_log_data/Makefile sed 's/^X//' >mod_log_data/Makefile << 'END-of-mod_log_data/Makefile' X# New ports collection makefile for: mod_log_data X# Date created: Sun Oct 5 X# Whom: Clement Laforet X# X# $FreeBSD$ X# X XPORTNAME= mod_log_data XPORTVERSION= 0.0.3 XCATEGORIES= www XMASTER_SITES= http://loghttp.sourceforge.net/files/ X XMAINTAINER= sheepkiller@cultdeadsheep.org XCOMMENT= Module for Apache 2.0 to log incoming and outgoing data X XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/${PORTNAME} XAPXS?= ${LOCALBASE}/sbin/apxs X Xdo-build: X @(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c) X Xdo-install: X @(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la) X X.include END-of-mod_log_data/Makefile echo x - mod_log_data/distinfo sed 's/^X//' >mod_log_data/distinfo << 'END-of-mod_log_data/distinfo' XMD5 (mod_log_data-0.0.3.tar.gz) = 473a72701cf1db6671a114f086f60af1 END-of-mod_log_data/distinfo echo x - mod_log_data/pkg-descr sed 's/^X//' >mod_log_data/pkg-descr << 'END-of-mod_log_data/pkg-descr' Xmod_log_data is a module for Apache 2.0, logging incoming and outgoing Xdata. XThis module can be used for debug or for security. XThis beta version include one filter dumping the POST data for an Xincoming request, and a filter dumping the outgoing data. X XWWW: http://loghttp.sourceforge.net/ END-of-mod_log_data/pkg-descr echo x - mod_log_data/pkg-plist sed 's/^X//' >mod_log_data/pkg-plist << 'END-of-mod_log_data/pkg-plist' Xlibexec/apache/mod_log_data.so X@exec %D/sbin/apxs -e -a -n mod_log_data %D/%f X@unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf." END-of-mod_log_data/pkg-plist exit --- mod_log_data.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: