From 96a41c7bc2711e5286dd59830658bfabdb0027bf Mon Sep 17 00:00:00 2001 From: will Date: Sat, 7 Apr 2001 04:59:20 +0000 Subject: Add wmsmixer 0.5, an audio mixer for the WindowMaker dock. PR: 26281 Submitted by: Konstantinos Konstantinidis --- audio/Makefile | 1 + audio/wmsmixer/Makefile | 18 ++++++++++++++++++ audio/wmsmixer/distinfo | 1 + audio/wmsmixer/files/patch-Imakefile | 13 +++++++++++++ audio/wmsmixer/pkg-comment | 1 + audio/wmsmixer/pkg-descr | 5 +++++ audio/wmsmixer/pkg-plist | 1 + 7 files changed, 40 insertions(+) create mode 100644 audio/wmsmixer/Makefile create mode 100644 audio/wmsmixer/distinfo create mode 100644 audio/wmsmixer/files/patch-Imakefile create mode 100644 audio/wmsmixer/pkg-comment create mode 100644 audio/wmsmixer/pkg-descr create mode 100644 audio/wmsmixer/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index e47301f..ce1c886 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -184,6 +184,7 @@ SUBDIR += wmix SUBDIR += wmmixer SUBDIR += wmmp3 + SUBDIR += wmsmixer SUBDIR += wmtune SUBDIR += wmusic SUBDIR += workman diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile new file mode 100644 index 0000000..4dfb607 --- /dev/null +++ b/audio/wmsmixer/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: wmsmixer +# Date created: 2 April 2001 +# Whom: Konstantinos Konstantinidis +# +# $FreeBSD$ +# + +PORTNAME= wmsmixer +PORTVERSION= 0.5 +CATEGORIES= audio windowmaker +MASTER_SITES= http://www.hibernaculum.demon.co.uk/download/ + +MAINTAINER= kkonstan@daemon.gr + +USE_XPM= YES +USE_IMAKE= YES + +.include diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo new file mode 100644 index 0000000..7b8d829 --- /dev/null +++ b/audio/wmsmixer/distinfo @@ -0,0 +1 @@ +MD5 (wmsmixer-0.5.tar.gz) = 8b4d739832a6b2b6c107d0eddad56cca diff --git a/audio/wmsmixer/files/patch-Imakefile b/audio/wmsmixer/files/patch-Imakefile new file mode 100644 index 0000000..25b97fb --- /dev/null +++ b/audio/wmsmixer/files/patch-Imakefile @@ -0,0 +1,13 @@ +*** Imakefile.orig Mon Apr 2 03:17:43 2001 +--- Imakefile Mon Apr 2 03:17:51 2001 +*************** +*** 10,13 **** + SRCS = wmsmixer.cc + OBJS = wmsmixer.o + +! ComplexProgramTarget(wmsmixer) +--- 10,13 ---- + SRCS = wmsmixer.cc + OBJS = wmsmixer.o + +! ComplexProgramTargetNoMan(wmsmixer) diff --git a/audio/wmsmixer/pkg-comment b/audio/wmsmixer/pkg-comment new file mode 100644 index 0000000..1a33233 --- /dev/null +++ b/audio/wmsmixer/pkg-comment @@ -0,0 +1 @@ +An audio mixer for the WindowMaker dock diff --git a/audio/wmsmixer/pkg-descr b/audio/wmsmixer/pkg-descr new file mode 100644 index 0000000..9c41df4 --- /dev/null +++ b/audio/wmsmixer/pkg-descr @@ -0,0 +1,5 @@ +Improved version of wmmixer, an audio mixer for the WindowMaker dock. + +WWW: http://www.hibernaculum.demon.co.uk/wmsmixer.html + +-- K. Konstantinidis diff --git a/audio/wmsmixer/pkg-plist b/audio/wmsmixer/pkg-plist new file mode 100644 index 0000000..6357ba6 --- /dev/null +++ b/audio/wmsmixer/pkg-plist @@ -0,0 +1 @@ +bin/wmsmixer -- cgit v1.1