Date: Tue, 2 Jan 2001 12:44:27 -0800 (PST) From: Neil Blakey-Milner <nbm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts/mkptools mkpbuild mkpinstall Message-ID: <200101022044.f02KiR596049@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nbm 2001/01/02 12:44:27 PST Added files: Tools/scripts/mkptools mkpbuild mkpinstall Log: Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall. mkpbuild just builds a port with WRKDIRPREFIX and PREFIX set to a directory in /tmp, and with the owner and group variables set to the user. A placeholder - in future, it'll have build error/log parsing. mkpinstall's claim to fame is to do the same, except with "make install" instead of "make build", and it then parses the mtree file, and compares that and the current directory tree and the files, and auto-generates a plist. They're not pretty, but they finish the mkptools set basic functionality: automatic skeleton generation with mkpskel, on-extraction requirements guessing, and plist generation. Future direction might be parsing build and install failures, checking for '/usr/local' abuse, more requirements guessing, and stuff like that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101022044.f02KiR596049>