Date: Thu, 12 Oct 2000 15:14:57 -0400 (EDT) From: Trevor Johnson <trevor@jpj.net> To: James Housley <jim@thehousleys.net> Cc: Johann Visagie <wjv@cityip.co.za>, Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br>, FreeBSD ports mailing list <freebsd-ports@FreeBSD.ORG> Subject: Re: Script to genarate PLIST? Message-ID: <Pine.BSI.4.21.0010121505080.21733-100000@blues.jpj.net> In-Reply-To: <39E60AE2.A963AB29@thehousleys.net>
next in thread | previous in thread | raw e-mail | index | archive | help
James Housley wrote: > Trevor Johnson wrote: > > > > A pass through "grep -vw man" should give a close approximation. Then > > Actually "grep -vw man/man". Sorry This doesn't work, because grep's -w option matches whole words, and your expression won't match something like man/man1, which we want to match. Your expression won't match cat pages, but mine will. A few packages come with only cat pages, and no source. I don't know how those should be treated. -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt 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?Pine.BSI.4.21.0010121505080.21733-100000>