From owner-freebsd-ports Mon Feb 18 17: 9:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from server11.safepages.com (server11.safepages.com [216.127.146.25]) by hub.freebsd.org (Postfix) with ESMTP id 0302437B400 for ; Mon, 18 Feb 2002 17:09:54 -0800 (PST) Received: from hermes.surfbest.net (reston-gnap-ip-216012-206.dynamic.ziplink.net [216.8.12.206]) by server11.safepages.com (Postfix) with ESMTP id 78BEB14F5BC; Tue, 19 Feb 2002 01:09:46 +0000 (GMT) Received: from surfbest.net (localhost.surfbest.net [127.0.0.1]) by hermes.surfbest.net (8.11.6/8.11.6) with ESMTP id g1J18Jv11341; Mon, 18 Feb 2002 20:08:21 -0500 (EST) (envelope-from kstailey@surfbest.net) Message-ID: <3C71A583.4030403@surfbest.net> Date: Mon, 18 Feb 2002 20:08:19 -0500 From: Ken Stailey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20011222 X-Accept-Language: en-us MIME-Version: 1.0 To: Alan E Cc: klh@panix.com, FreeBSD ports list Subject: Re: klh10 and its port submissions References: <3C6FC9EF.9040900@surfbest.net> <3C703170.5040502@surfbest.net> <200202180001.g1I01Og20036@wwweasel.geeksrus.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Alan E wrote: >On Sunday 17 February 2002 17:40, Ken Stailey wrote: > >>Ports have to do "pkg_delete" and "make uninstall." How can cleanup be >>done if the installation allows aribtrary files to be created after >>"make install"? We really need to spend time thinking about all the >>aspects. >> > >It uninstalls what it installs. It's not responsible for uninstalling >something that a *user* installed later. See graphics/mplayer's "install*user" >script for a example of this in principle. > Here's what's happening now. The its-install-user script is supposed to: 1) zcat the PI fs image into a user's directory (the compressed image location is configurable too via "make install") 2) copy or lndir the /usr/local/share/klh10-ks-its/* (this location is immutable) bits into a user's directory 3) generate the klh-kn-its-freebsd .ini file for the user (I'm moving that this file from KLH-10 port to ITS port) 4) generate ~/.itsrc file for its(1) command so that multple users can use its(1) with different filesystem images. ---- pkg-descr ---- This is an image of a PI (Public ITS) filesystem that can be booted on the KLH10 PDP-10 emulator. The emulator image is about 45MB compressed and 170MB uncompressed. The installation needs to have a minimum of 45MB in ports/disfiles plus 45MB in its/work plus 45MB in the installation directory which defaults to /usr/local/share/klh10-ks-its. That's about 135MB total but "make clean" will delete 45MB and "make distclean" will delete another 45MB leaving you with only 45MB. After "make install" you must run the "its-user-install" script as a regular user to install an uncompressed 170MB RP06 filesystem image and setup emulator support files. For more information about ITS see WWW: http://www.its.os.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message