Date: Tue, 12 Mar 2002 15:33:23 +0100 From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: Michael Lucas <mwlucas@blackhelicopters.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--=.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020312153323.7a438346.corecode>