On Mon, Jul 15, 2002 at 10:28:00AM -0700, Mike Noyes wrote: > I think a system similar to "BSD Ports" or "Gentoo Portage" would be > great. David already has sample implementation available. > > http://cvs.leaf-project.org/cgi-bin/viewcvs.cgi/leaf/devel/ddouthitt/base/
Now I've actually (with Mike's help) been able to properly update this to reflect the current state of my ports configuration. Be aware that I must go over these again to refresh my memory and to update any thing that needs updating. That directory "archive" isn't supposed to be there; I'm going to try and delete it... Here is a portion of the comments from one of the Makefiles: # Standard makes # # make all -- the usual # make fetch -- get required tar files # make extract -- get and extract tar files # make patch -- get, extract, and patch source # make binary -- create binaries # make clean -- clean out working directory Things to do: * update the system so it uses a set of files pretailored for most configurations * further document files * update all Makefiles * dependency operations? Have one "port" check for another and do it if need be. Things like busybox (uClibc) could use this, but most things might not need it. One difficulty is not being able to "install" the code directly; perhaps this could be overcome with prefixes (PREFIX=xxx) and other such shenanigans. One make target I don't see would be "make package" (or "make lrp") which should probably be there.... ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
