From owner-freebsd-ports Tue Mar 12 8:45:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 5201E37C092; Tue, 12 Mar 2002 08:40:12 -0800 (PST) Received: from fwd07.sul.t-online.de by mailout03.sul.t-online.com with smtp id 16knLJ-0006BQ-0B; Tue, 12 Mar 2002 15:33:33 +0100 Received: from spirit.corecode.ath.cx (320050403952-0001@[217.82.54.55]) by fmrl07.sul.t-online.com with esmtp id 16knLE-1EIFIuC; Tue, 12 Mar 2002 15:33:28 +0100 Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46]) by spirit.corecode.ath.cx (8.11.6/8.11.6) with ESMTP id g2CEXRs61816; Tue, 12 Mar 2002 15:33:27 +0100 (CET) (envelope-from corecode@corecode.ath.cx) Received: (from corecode@localhost) by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g2CEXQ340509; Tue, 12 Mar 2002 15:33:26 +0100 (CET) (envelope-from corecode) Date: Tue, 12 Mar 2002 15:33:23 +0100 From: "Simon 'corecode' Schubert" To: Michael Lucas Cc: j.kossen@home.nl, doc@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: porters handbook chapter 17 - Automated package list creation Message-Id: <20020312153323.7a438346.corecode@corecode.ath.cx> In-Reply-To: <20020312090910.A91593@blackhelicopters.org> References: <20020312130202.GA87740@jochem.dyndns.org> <20020312090910.A91593@blackhelicopters.org> X-Mailer: Sylpheed version 0.7.2claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=.fI+uGBo7lxr,Bs" X-Sender: 320050403952-0001@t-dialin.net 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 --=.fI+uGBo7lxr,Bs Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit shame over me... got a typo, this is the right one: #!/bin/sh (find . ; tar tzf ../mtree.x11-4.tgz) | sed -e 's,/$,,;s,^\./,,' | sort|uniq -u | while read d; do [ -d "$d" ] && echo -n "@dirrm "; echo $d; done | sed -e '/^@/{G;h;d;};${G;}' cheerz simon -- /"\ http://corecode.ath.cx/ \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.fI+uGBo7lxr,Bs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8jhG2r5S+dk6z85oRArwJAKDPLFU1NE1s7FHRQ1D+7Ux8YmXZbACg73z3 3dJBfG8XiIciilN1S3dCbRo= =zrwZ -----END PGP SIGNATURE----- --=.fI+uGBo7lxr,Bs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message