From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 7 09:50:22 2004 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 BA17B16A4CE for ; Sat, 7 Aug 2004 09:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA3643D5A for ; Sat, 7 Aug 2004 09:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i779oMB9077196 for ; Sat, 7 Aug 2004 09:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i779oM4H077195; Sat, 7 Aug 2004 09:50:22 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 09:50:22 GMT Resent-Message-Id: <200408070950.i779oM4H077195@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, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7EFD16A4CE for ; Sat, 7 Aug 2004 09:47:09 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A054D43D5A for ; Sat, 7 Aug 2004 09:47:09 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-247-102.netcologne.de [213.196.247.102]) by smtp2.netcologne.de (Postfix) with SMTP id 0E04E4482 for ; Sat, 7 Aug 2004 11:47:08 +0200 (MEST) Received: (qmail 34536 invoked by uid 1001); 7 Aug 2004 09:47:29 -0000 Message-Id: <20040807094729.34535.qmail@laurel.tmseck.homedns.org> Date: 7 Aug 2004 09:47:29 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70111: [Maintainer] www/gatling: install manpage, add to ftp and ipv6 categories X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 09:50:22 -0000 >Number: 70111 >Category: ports >Synopsis: [Maintainer] www/gatling: install manpage, add to ftp and ipv6 categories >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 09:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.10-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of August 7th, 2004. >Description: Install a manpage for gatling and add the port to the ftp and ipv6 categories. Note to committer: please "cvs add" files/patch-gatling.1 >How-To-Repeat: >Fix: Apply this patch: Index: files/patch-gatling.1 =================================================================== --- files/patch-gatling.1 (revision 0) +++ files/patch-gatling.1 (revision 167) @@ -0,0 +1,8 @@ +--- gatling.1.orig Sat Aug 7 10:59:24 2004 ++++ gatling.1 Sat Aug 7 10:59:37 2004 +@@ -1,4 +1,4 @@ +-.TH gatling 8 ++.TH gatling 1 + .SH NAME + gatling \- high performance file server + .SH SYNOPSIS Index: Makefile =================================================================== --- Makefile (.../www/gatling) (revision 167) +++ Makefile (.../local/gatling) (revision 167) @@ -7,7 +7,8 @@ PORTNAME= gatling PORTVERSION= 0.5 -CATEGORIES= www benchmarks +PORTREVISION= 1 +CATEGORIES= www benchmarks ftp ipv6 MASTER_SITES= http://dl.fefe.de/ MAINTAINER= tmseck@netcologne.de @@ -24,6 +25,7 @@ bin= dl gatling examples= run-gatling examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} +MAN1= gatling.1 .if !defined(NOPORTDOCS) PORTDOCS= CHANGES README README.ftp README.http README.performance \ README.prefetch README.proxy README.redirect @@ -48,6 +50,7 @@ cd ${WRKSRC} && ${INSTALL_PROGRAM} ${bin} ${PREFIX}/bin ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_SCRIPT} ${examples} ${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} >Release-Note: >Audit-Trail: >Unformatted: