diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-01-31 21:31:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-01-31 21:31:25 +0000 |
commit | e44d59ec802b9bf4fb8d369071b8a947049db392 (patch) | |
tree | 2d8377830e7bab2f515f1cfb45a3442f2dc57403 /audio/wmmixer | |
parent | 20720fa5554abce8dfb08973f0d443d085b728e4 (diff) |
Resurrect wmmixer from the attic. I rerolled the tarball from the latest known
version. I will maintain this port and host the tarball on my mirror.
The following changes were made to the re-rolled tarball:
- Merged all the FreeBSD patches
- Fixed new compiler warnings
- Added a note about the changes/tarball re-roll
- Changed the version to 2.0
Changes to the port:
- Reworked Makefile and pkg-descr
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=290202
Diffstat (limited to 'audio/wmmixer')
-rw-r--r-- | audio/wmmixer/Makefile | 23 | ||||
-rw-r--r-- | audio/wmmixer/distinfo | 2 | ||||
-rw-r--r-- | audio/wmmixer/pkg-descr | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile new file mode 100644 index 000000000000..8f25c73b8407 --- /dev/null +++ b/audio/wmmixer/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmmixer +# Date created: 11 July 1998 +# Whom: Rich Neswold <rneswold@mcs.net> +# +# $FreeBSD$ +# + +PORTNAME= wmmixer +PORTVERSION= 2.0 +CATEGORIES= audio windowmaker +MASTER_SITES= CRITICAL + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= An audio mixer for the WindowMaker dock + +LICENSE= GPLv2 + +USE_IMAKE= yes +USE_XORG= xpm + +PLIST_FILES= bin/wmmixer + +.include <bsd.port.mk> diff --git a/audio/wmmixer/distinfo b/audio/wmmixer/distinfo new file mode 100644 index 000000000000..a0b6e5eb0f0e --- /dev/null +++ b/audio/wmmixer/distinfo @@ -0,0 +1,2 @@ +SHA256 (wmmixer-2.0.tar.gz) = e107ed173b3575d0bae5d5c499c36ada6f12cbdfe590b090ad4222b49ccde3ed +SIZE (wmmixer-2.0.tar.gz) = 19017 diff --git a/audio/wmmixer/pkg-descr b/audio/wmmixer/pkg-descr new file mode 100644 index 000000000000..9d4f7e063125 --- /dev/null +++ b/audio/wmmixer/pkg-descr @@ -0,0 +1 @@ +An audio mixer for the WindowMaker dock. |