From owner-freebsd-questions Sat Jun 28 17:57:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA10848 for questions-outgoing; Sat, 28 Jun 1997 17:57:54 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA10843 for ; Sat, 28 Jun 1997 17:57:52 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 28 Jun 1997 20:56:50 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA02327; Sat, 28 Jun 97 20:56:49 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id UAA26181; Sat, 28 Jun 1997 20:55:08 -0400 Message-Id: <19970628205507.57417@ct.picker.com> Date: Sat, 28 Jun 1997 20:55:07 -0400 From: Randall Hopper To: Joshua Fielden Cc: Icebox , questions@FreeBSD.ORG Subject: Re: How to install AfterStep 1.0 window manager ? References: <33B4FD67.3254@ms2.hinet.net> <33B52520.2CF6A68D@concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <33B52520.2CF6A68D@concentric.net>; from Joshua Fielden on Sat, Jun 28, 1997 at 08:52:16AM -0600 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joshua Fielden: |I am writing this under AfterStep right now, but I did notice the cool |clock module did not come with the port, nor does the "showaudio" |script, yet the WM keept calling for showaudio until I stopped that. So |that's what will happen when you do get it installed. :-) | |As to how to install it, make sure and get the Afterstep port from the |freebsd page then do: | | % pkg_add afterstep-1.0.tgz <-- | insert exact name in place of. I too am writing this under Afterstep 1.0. Cool window manager! Built it myself 2 months ago before the port existed. The source package builds without much trouble, so you might go that route to get asclock, but use the port to make live really easy. Then just build the asclock module and copy it somewhere. Also, showaudio is a script that comes with the metamail port (mm-2.7). Essentially it boils down to cat > /dev/audio. Of course, if you want to play other file formats, substitute in the appropriate player for *AudioPlayCmd (e.g. rplay). Randall Hopper