From owner-freebsd-ports Fri Jun 20 16:46:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA02766 for ports-outgoing; Fri, 20 Jun 1997 16:46:28 -0700 (PDT) Received: from cliffy.statsci.com (root@cliffy.statsci.com [206.63.206.72]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA02755 for ; Fri, 20 Jun 1997 16:46:24 -0700 (PDT) Received: from apple.statsci.com (apple [206.63.206.4]) by cliffy.statsci.com (8.8.6/8.8.6/Hub) with SMTP id QAA28150; Fri, 20 Jun 1997 16:45:50 -0700 Received: from apple.statsci.com [206.63.206.4] with smtp by apple.statsci.com with smtp (/\oo/\ Smail3.1.29.1 #29.3 #3) id m0wfDNF-0006uMC; Fri, 20 Jun 97 16:45 PDT Message-Id: To: asami@cs.berkeley.edu (Satoshi Asami) cc: jesse@eva.cs.Uni-Magdeburg.DE, ports@FreeBSD.ORG Subject: Re: PLIST question References: <199706162115.OAA09585@vader.cs.berkeley.edu> In-reply-to: Your message of "Mon, 16 Jun 1997 14:15:46 -0700." <199706162115.OAA09585@vader.cs.berkeley.edu> Reply-to: scott@statsci.com Date: Fri, 20 Jun 1997 16:45:47 -0700 From: Scott Blachowicz Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@cs.berkeley.edu (Satoshi Asami) wrote: > * How about 'find . -type f -print > PLIST'? > > Don't forget to sort it. This is what I recommend: > > cd /usr/local > find foo | sort > /portsdir/pkg/PLIST > edit PLIST, move all the directories down, sort them backwards and add > @dirrm in front of them Or... (find foo \! -type d | sort; find foo -type d | sort -r | sed 's/^/@dirrm /') > /portsdir/pkg/PLIST I hate doing things manually...:-)) Scott Blachowicz Ph: 206/283-8802x240 Mathsoft (Data Analysis Products Div) 1700 Westlake Ave N #500 scott@statsci.com Seattle, WA USA 98109 Scott.Blachowicz@seaslug.org