From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:49:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E1F3BBD5 for ; Wed, 1 May 2013 13:49:51 +0000 (UTC) (envelope-from jake@xz.cx) Received: from m.xz.cx (mail.mebsd.com [IPv6:2001:4d48:1337:5afe::2]) by mx1.freebsd.org (Postfix) with ESMTP id AA3A11F78 for ; Wed, 1 May 2013 13:49:51 +0000 (UTC) Received: by m.xz.cx (Postfix, from userid 65534) id AD4A8FCE4; Wed, 1 May 2013 13:48:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on m.xz.cx X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from m.xz.cx (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jake) by m.xz.cx (Postfix) with ESMTPSA id E656FFCE0 for ; Wed, 1 May 2013 13:48:33 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 May 2013 14:48:33 +0100 From: Jake Smith To: Subject: Re: Correct way to install preprocessed man pages In-Reply-To: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> References: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> Message-ID: <66ed19ef48919fb94a250f9aa463a76a@m.xz.cx> X-Sender: jake@xz.cx User-Agent: Roundcube Webmail/0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:49:51 -0000 On 2013-05-01 14:09, Jake Smith wrote: > On 2013-05-01 14:00, Dominic Fandrey wrote: >> On 01/05/2013 14:29, Jake Smith wrote: >>> I am putting a new port together, but the source for the man pages >>> is not provided in the source tar for the package (and I can't find a >>> public repo). Instead only the "preprocessed" version is included. >> >> Do you mean it's already compressed or it's already formatted? That >> would be odd, because I think that should tie in with TERM and >> PAGER. >> So it must be considered broken by design. >> >> Regards > > It's already formatted, sorry I realise the term "preprocessed" > doesn't really mean anything. If you cat the man page file it looks > like a correctly formatted man page should. I don't have access to > the > original man page source. > > Thanks, > Jake > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" Just a bit more information to help explain what I'm on about. The port is for MySQL ZRM, the source can be downloaded from http://www.zmanda.com/downloads/community/ZRM-MySQL/2.2/Source/MySQL-zrm-2.2.0.tar.gz and an example of the kind of man page I am talking about in the tar is './MySQL-zrm-2.2.0/usr/share/man/man1/mysql-zrm.1'. Thanks for your time! Jake