From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 10 11:40:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D1341065700 for ; Sat, 10 Oct 2009 11:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F41A08FC16 for ; Sat, 10 Oct 2009 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ABe1a7085573 for ; Sat, 10 Oct 2009 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9ABe1UT085572; Sat, 10 Oct 2009 11:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 10 Oct 2009 11:40:01 GMT Resent-Message-Id: <200910101140.n9ABe1UT085572@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, "Alexey V.Degtyarev" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 819281065672 for ; Sat, 10 Oct 2009 11:36:27 +0000 (UTC) (envelope-from root@undeliverable.renatasystems.org) Received: from hs-9.renatasystems.org (hs-9.renatasystems.org [83.222.5.149]) by mx1.freebsd.org (Postfix) with SMTP id B29928FC17 for ; Sat, 10 Oct 2009 11:36:26 +0000 (UTC) Received: (qmail 17436 invoked by uid 0); 10 Oct 2009 15:36:23 +0400 Message-Id: <20091010113623.17435.qmail@hs-9.renatasystems.org> Date: 10 Oct 2009 15:36:23 +0400 From: "Alexey V.Degtyarev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139474: New port: net/ldap-stats - OpenLDAP analysis and statistics reports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V.Degtyarev" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 11:40:02 -0000 >Number: 139474 >Category: ports >Synopsis: New port: net/ldap-stats - OpenLDAP analysis and statistics reports >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: Sat Oct 10 11:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexey V. Degtyarev >Release: FreeBSD 8.0-RC1 amd64 >Organization: >Environment: System: FreeBSD renatasystems.org 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 18:50:57 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This program produces numerous reports from OpenLDAP 2.1, 2.2, 2.3 and 2.4 slapd logfiles to allow OpenLDAP administrator to analyze server's performance. The example output can be viewed from here: http://prefetch.net/code/ldap-stats.pl.txt WWW: http://prefetch.net/code/index.html >How-To-Repeat: >Fix: --- ldap-stats.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: # # ldap-stats # ldap-stats/distinfo # ldap-stats/Makefile # ldap-stats/pkg-descr # echo c - ldap-stats mkdir -p ldap-stats > /dev/null 2>&1 echo x - ldap-stats/distinfo sed 's/^X//' >ldap-stats/distinfo << '735d79db9fc2ccf5afd12362a270c11c' XMD5 (ldap-stats-5.2.tar.gz) = 1b102765f00b04d47f91d0904cf42443 XSHA256 (ldap-stats-5.2.tar.gz) = 7a9495f7e89beb96a6a62cb4dd7d07ff655e88badffee2bbadad80773f9c0033 XSIZE (ldap-stats-5.2.tar.gz) = 10655 735d79db9fc2ccf5afd12362a270c11c echo x - ldap-stats/Makefile sed 's/^X//' >ldap-stats/Makefile << '3d96e57eda2b003be3ac52236fbd2cf7' X# New ports collection makefile for: ldap-stats X# Date created: Fri 09 Oct 2009 X# Whom: Alexey V. Degtyarev X# X# $FreeBSD$ X# X XPORTNAME= ldap-stats XPORTVERSION= 5.2 XCATEGORIES= net XMASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ X XMAINTAINER= alexey@renatasystems.org XCOMMENT= Program to generate OpenLDAP statistics reports X XRUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long X XNO_BUILD= yes XUSE_PERL5= yes X XPLIST_FILES= bin/ldap-stats X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl ${PREFIX}/bin/ldap-stats X X.include 3d96e57eda2b003be3ac52236fbd2cf7 echo x - ldap-stats/pkg-descr sed 's/^X//' >ldap-stats/pkg-descr << '4b881c18dda2afc52f328f5b0752dc12' XThis program produces numerous reports from OpenLDAP 2.1, 2.2, 2.3 and 2.4 Xslapd logfiles to allow OpenLDAP administrator to analyze server's performance. X XWWW: http://prefetch.net/code/index.html 4b881c18dda2afc52f328f5b0752dc12 exit --- ldap-stats.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: