1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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
This commit is contained in:
Emanuel Haupt 2012-01-31 21:31:25 +00:00
parent 20720fa555
commit e44d59ec80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290202
4 changed files with 27 additions and 0 deletions

View File

@ -777,6 +777,7 @@
SUBDIR += wmalbum
SUBDIR += wmauda
SUBDIR += wmix
SUBDIR += wmmixer
SUBDIR += wmmp
SUBDIR += wmrecord
SUBDIR += wmsmixer

23
audio/wmmixer/Makefile Normal file
View File

@ -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>

2
audio/wmmixer/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (wmmixer-2.0.tar.gz) = e107ed173b3575d0bae5d5c499c36ada6f12cbdfe590b090ad4222b49ccde3ed
SIZE (wmmixer-2.0.tar.gz) = 19017

1
audio/wmmixer/pkg-descr Normal file
View File

@ -0,0 +1 @@
An audio mixer for the WindowMaker dock.