From owner-freebsd-ports Sun Aug 18 0:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55E337B400 for ; Sun, 18 Aug 2002 00:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BD643E72 for ; Sun, 18 Aug 2002 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I7K1JU045835 for ; Sun, 18 Aug 2002 00:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I7K1Lq045834; Sun, 18 Aug 2002 00:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5979237B400 for ; Sun, 18 Aug 2002 00:10:54 -0700 (PDT) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239]) by mx1.FreeBSD.org (Postfix) with SMTP id D1F5343E6E for ; Sun, 18 Aug 2002 00:10:53 -0700 (PDT) (envelope-from jos@catnook.com) Received: (qmail 17208 invoked by uid 1000); 18 Aug 2002 07:11:10 -0000 Message-Id: <20020818071110.17207.qmail@lizzy.catnook.com> Date: 18 Aug 2002 07:11:10 -0000 From: Jos Backus Reply-To: Jos Backus To: FreeBSD-gnats-submit@FreeBSD.org Cc: albertm@phil.mooseriver.com X-Send-Pr-Version: 3.113 Subject: ports/41756: Patch to sysutils/ucspi-tcp to add manpages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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