Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 1998 21:19:59 -0500 (CDT)
From:      "Richard M. Neswold" <rneswold@drmemory.fnal.gov>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7304: New Port: WMMixer -- a mixer for WindowMaker
Message-ID:  <199807170219.VAA13008@drmemory.fnal.gov>

next in thread | raw e-mail | index | archive | help

>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 <rneswold@mcs.net>
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 <bsd.port.mk>
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 <sys/stat.h>
X #include <fcntl.h>
X #include <unistd.h>
X-#include <malloc.h>
X #ifdef __NetBSD__
X #include <soundcard.h>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807170219.VAA13008>