From owner-freebsd-hackers Wed Feb 28 18:11:33 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA08543 for hackers-outgoing; Wed, 28 Feb 1996 18:11:33 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA08532 for ; Wed, 28 Feb 1996 18:11:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id SAA04674; Wed, 28 Feb 1996 18:11:09 -0800 (PST) To: Brandon Gillespie cc: hackers@freebsd.org Subject: Re: pkg_create In-reply-to: Your message of "Wed, 28 Feb 1996 17:46:43 MST." Date: Wed, 28 Feb 1996 18:11:09 -0800 Message-ID: <4672.825559869@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > with it. For instance, where do you get a packing list from? I could > probably hack up my own package by hand, just by diddling with an pkg_create -c "-This is the blah package" \ -d "-Yes, it really is the blah package. Blah blah blah." \ -f - blah_pkg.tgz @cwd /usr/local bin/blah lib/blah.a man/man1/blah.1.gz includes/blah.h ^D That's kind of the quick synopsys of a packing list (entered on STDIN) for your typical /usr/local denizen. Jordan