Skip site navigation (1)Skip section navigation (2)
Date:      18 Aug 2002 07:11:10 -0000
From:      Jos Backus <jos@catnook.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        albertm@phil.mooseriver.com
Subject:   ports/41756: Patch to sysutils/ucspi-tcp to add manpages
Message-ID:  <20020818071110.17207.qmail@lizzy.catnook.com>

next in thread | raw e-mail | index | archive | help

>Number:         41756
>Category:       ports
>Synopsis:       Patch to sysutils/ucspi-tcp to add manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 18 00:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jos Backus
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
CatNook
>Environment:
System: FreeBSD lizzy.catnook.com 5.0-CURRENT FreeBSD 5.0-CURRENT #24: Fri Aug 16 19:48:50 PDT 2002 jos@lizzy.catnook.com:/disk0/usr/obj/disk0/usr/src/sys/LIZZY i386


>Description:

    This patch fetches and installs the manpages for the programs that are
    part of sysutils/ucspi-tcp, similar to sysutils/daemontools.

>How-To-Repeat:
>Fix:

diff -Naru ucspi-tcp/Makefile ucspi-tcp-wman/Makefile
--- ucspi-tcp/Makefile	Thu Mar  7 11:14:41 2002
+++ ucspi-tcp-wman/Makefile	Sat Aug 17 14:16:54 2002
@@ -9,6 +9,17 @@
 PORTVERSION=	0.88
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://cr.yp.to/ucspi-tcp/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+
+.if !defined(WITHOUT_MAN)
+MASTER_SITES+=	http://smarden.org/pape/djb/manpages/:1
+DISTFILES+=	${DISTNAME}-man.tar.gz:1
+
+MAN1=		addcr.1 argv0.1 date@.1 delcr.1 finger@.1 fixcrio.1 \
+		http@.1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \
+		tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who@.1
+MANCOMPRESSED=	no
+.endif
 
 MAINTAINER=	dom@happygiraffe.net
 
@@ -31,5 +42,8 @@
 .for file in date@ finger@ http@ mconnect who@ tcpcat
 	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
 .endfor
+.if !defined(WITHOUT_MAN)
+	@${INSTALL_MAN} ${WRKSRC}-man/*.1 ${PREFIX}/man/man1/
+.endif
 
 .include <bsd.port.mk>
diff -Naru ucspi-tcp/distinfo ucspi-tcp-wman/distinfo
--- ucspi-tcp/distinfo	Sun Jul  9 18:41:27 2000
+++ ucspi-tcp-wman/distinfo	Sat Aug 17 14:09:10 2002
@@ -1 +1,2 @@
 MD5 (ucspi-tcp-0.88.tar.gz) = 39b619147db54687c4a583a7a94c9163
+MD5 (ucspi-tcp-0.88-man.tar.gz) = d33160cbd43bccbc0963d0499dfcebdb
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020818071110.17207.qmail>