aboutsummaryrefslogtreecommitdiff
path: root/audio/paman
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-01-01 22:39:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-01-01 22:39:42 +0000
commit43e21ac79acf536fb5953d253073d66d55945236 (patch)
tree4507c60d0483e5732f3a5a8fd6849a5614fd91d1 /audio/paman
parent26aae04230485d74da0f2efde9ab170bd9186596 (diff)
downloadports-43e21ac79acf536fb5953d253073d66d55945236.tar.gz
ports-43e21ac79acf536fb5953d253073d66d55945236.zip
Remove polypaudio. It has been depcreated for a while, and is no longer
maintained or fetchable from its old MASTER_SITE. It has been replaced by pulseaudio.
Notes
Notes: svn path=/head/; revision=204829
Diffstat (limited to 'audio/paman')
-rw-r--r--audio/paman/Makefile34
-rw-r--r--audio/paman/distinfo3
-rw-r--r--audio/paman/files/patch-src_Makefile.in11
-rw-r--r--audio/paman/files/patch-src_paman.cc21
-rw-r--r--audio/paman/pkg-descr4
5 files changed, 0 insertions, 73 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile
deleted file mode 100644
index 6e73738e7bcf..000000000000
--- a/audio/paman/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: paman
-# Date created: 2005-03-27
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= paman
-PORTVERSION= 0.6
-PORTREVISION= 4
-CATEGORIES= audio
-MASTER_SITES= http://0pointer.de/lennart/projects/paman/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gtk+ frontend for the polypaudio sound server
-
-LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
- polyp-0.7.0:${PORTSDIR}/audio/polypaudio
-
-USE_GCC= 3.4+
-GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack
-USE_XLIB= yes
-CONFIGURE_ARGS= --disable-lynx
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
- LDFLAGS="${PTHREAD_LIBS}"
-
-DATADIR= share/${PORTNAME}
-
-PLIST_FILES= bin/paman \
- %%DATADIR%%/paman.glade
-PLIST_DIRS= %%DATADIR%%
-
-.include <bsd.port.mk>
diff --git a/audio/paman/distinfo b/audio/paman/distinfo
deleted file mode 100644
index 9be2200945f6..000000000000
--- a/audio/paman/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (paman-0.6.tar.gz) = ea46666ff75b49aa6153946a84be9565
-SHA256 (paman-0.6.tar.gz) = 88cb071415ec800893b9259ed6d0842aa6add50be9029a62f324d9a3f45ea2ee
-SIZE (paman-0.6.tar.gz) = 106687
diff --git a/audio/paman/files/patch-src_Makefile.in b/audio/paman/files/patch-src_Makefile.in
deleted file mode 100644
index 6b68740feb20..000000000000
--- a/audio/paman/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Fri Apr 29 23:02:10 2005
-+++ src/Makefile.in Fri Apr 29 23:02:24 2005
-@@ -137,7 +137,7 @@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LDFLAGS = @LDFLAGS@
- LIBOBJS = @LIBOBJS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lpolyp-error-0.7
- LN_S = @LN_S@
- LTLIBOBJS = @LTLIBOBJS@
- MAKEINFO = @MAKEINFO@
diff --git a/audio/paman/files/patch-src_paman.cc b/audio/paman/files/patch-src_paman.cc
deleted file mode 100644
index 0cbf53e59eea..000000000000
--- a/audio/paman/files/patch-src_paman.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/paman.cc.orig Wed May 30 16:58:45 2007
-+++ src/paman.cc Wed May 30 16:59:37 2007
-@@ -16,7 +16,9 @@
- struct pa_context *context = NULL;
- struct pa_mainloop_api *mainloop_api = NULL;
-
--extern "C" static void context_state_callback(struct pa_context *c, void *userdata);
-+extern "C"
-+{
-+static void context_state_callback(struct pa_context *c, void *userdata);
-
- #define WINDOW_TITLE "Polypaudio Manager"
-
-@@ -66,6 +68,7 @@
- }
-
- killConnection();
-+}
- }
-
- void createConnection() {
diff --git a/audio/paman/pkg-descr b/audio/paman/pkg-descr
deleted file mode 100644
index e1e15fb74ca6..000000000000
--- a/audio/paman/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio
-sound server.
-
-WWW: http://0pointer.de/lennart/projects/paman/