ports/70111: [Maintainer] www/gatling: install manpage, add to ftp and ipv6 categories

Thomas-Martin Seck tmseck at netcologne.de
Sat Aug 7 09:50:22 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list