From owner-freebsd-ports Thu Jul 16 19:21:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06720 for freebsd-ports-outgoing; Thu, 16 Jul 1998 19:21:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06713 for ; Thu, 16 Jul 1998 19:21:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA22612; Thu, 16 Jul 1998 19:20:01 -0700 (PDT) Received: from drmemory.fnal.gov (drmemory.fnal.gov [131.225.105.170]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06697 for ; Thu, 16 Jul 1998 19:20:10 -0700 (PDT) (envelope-from rneswold@drmemory.fnal.gov) Received: (from rneswold@localhost) by drmemory.fnal.gov (8.8.8/8.8.6) id VAA13008; Thu, 16 Jul 1998 21:19:59 -0500 (CDT) Message-Id: <199807170219.VAA13008@drmemory.fnal.gov> Date: Thu, 16 Jul 1998 21:19:59 -0500 (CDT) From: "Richard M. Neswold" Reply-To: rneswold@drmemory.fnal.gov To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7304: New Port: WMMixer -- a mixer for WindowMaker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7304 >Category: ports >Synopsis: Adding a new port: WMMixer -- a mixer for WindowMaker >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 16 19:20:01 PDT 1998 >Last-Modified: >Originator: Richard M. Neswold >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6 >Description: I'm submitting a new port. The only place I can find the tarball is on the author's web page. Since his page is hosted by GeoCities, 'fetch' is unable to download the file (apparently GeoCities has decided they will only serve documents to "real" web browsers!) Anyways, I placed the tarball, wmmixer.tgz, in ftp://ftp.freebsd.org/pub/FreeBSD/incoming Since the tar-file is only 17K, I didn't think you'd mind storing it at the master site. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/PLIST # ./pkg/DESCR # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmmixer X# Version required: 0.8 X# Date created: 11 July 1998 X# Whom: Rich Neswold X# X# $Id$ X# X XDISTNAME= wmmixer XPKGNAME= wmmixer-0.8 XCATEGORIES= audio XEXTRACT_SUFX= .tgz X XMAINTAINER= rneswold@mcs.net X XLIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm X XNO_INSTALL_MANPAGES= 1 XUSE_IMAKE= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (wmmixer.tgz) = d34d3f9413859131adb23f052618cad1 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XAn audio mixer for the WindowMaker dock. END-of-./pkg/COMMENT echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/wmmixer END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is an audio mixer that can run within the WindowMaker Xwindow manager "Dock". Some more information can be found at: X X http://www.geocities.com/SiliconValley/Vista/2471/linux.htm#xapps X XTo run it, type: X X wmmixer -w & X XDrag the application to the dock. Once it's part of the dock, right-click Xto bring up the properties and select "Autolaunch". Oh yeah, you'll need Xa sound card. :-) X X- Rich X rneswold@mcs.net END-of-./pkg/DESCR echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- mixctl.h.orig Sat Jul 11 21:10:33 1998 X+++ mixctl.h Sat Jul 11 21:10:49 1998 X@@ -15,7 +15,6 @@ X #include X #include X #include X-#include X #ifdef __NetBSD__ X #include X #endif END-of-./patches/patch-aa exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message