aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-12-10 22:29:14 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-12-10 22:29:14 +0000
commitc02010737965d687f6d0898c43fba834e6fb2c73 (patch)
tree6957cc39e69b06487ee1a67bdd63920967005d2d /audio
parent334b43b730e92ace90d8e107472b15e3bf925769 (diff)
downloadports-c02010737965d687f6d0898c43fba834e6fb2c73.tar.gz
ports-c02010737965d687f6d0898c43fba834e6fb2c73.zip
- Reset maintainership of my ports
Notes
Notes: svn path=/head/; revision=374492
Diffstat (limited to 'audio')
-rw-r--r--audio/ccaudio2/Makefile2
-rw-r--r--audio/dcd/Makefile2
-rw-r--r--audio/etcd/Makefile2
-rw-r--r--audio/gervill/Makefile2
-rw-r--r--audio/gmixer/Makefile2
-rw-r--r--audio/gnomoradio/Makefile2
-rw-r--r--audio/jack_mixer/Makefile2
-rw-r--r--audio/libaiff/Makefile2
-rw-r--r--audio/libebur128/Makefile2
-rw-r--r--audio/libgroove/Makefile2
-rw-r--r--audio/musica/Makefile2
-rw-r--r--audio/osalp/Makefile2
-rw-r--r--audio/tcd/Makefile2
-rw-r--r--audio/tuxguitar/Makefile2
-rw-r--r--audio/wavbreaker/Makefile2
15 files changed, 15 insertions, 15 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
index 8d85fbab76aa..b6cf09bc9229 100644
--- a/audio/ccaudio2/Makefile
+++ b/audio/ccaudio2/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=ccaudio
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= C++ class framework for manipulating audio files
LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/devel/commoncpp \
diff --git a/audio/dcd/Makefile b/audio/dcd/Makefile
index dc96d47f0466..8abb958b33c5 100644
--- a/audio/dcd/Makefile
+++ b/audio/dcd/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}player/${PORTNAME}player/${PORTVERSION}
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple, programmable, intelligent CD player
LICENSE= GPLv2
diff --git a/audio/etcd/Makefile b/audio/etcd/Makefile
index 96ccd62f45f6..c9aab0c35f58 100644
--- a/audio/etcd/Makefile
+++ b/audio/etcd/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.gahr.ch/etcd/
MASTER_SITE_SUBDIR= gahr
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
USE_SDL= sdl
diff --git a/audio/gervill/Makefile b/audio/gervill/Makefile
index 862e58f7476e..de3d7347fd79 100644
--- a/audio/gervill/Makefile
+++ b/audio/gervill/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.0
CATEGORIES= audio java
MASTER_SITES= SF/rasmusdsp/${PORTNAME}/Gervill%20${PORTVERSION}
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Generic sound synthesizer for Java
LICENSE= GPLv2
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile
index 0e176312634f..75298e65c4fa 100644
--- a/audio/gmixer/Makefile
+++ b/audio/gmixer/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cpiazza
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= X11/gtk+ mixer control
ALL_TARGET= gmixer
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile
index d803a88c14d3..c8a2c72bb12e 100644
--- a/audio/gnomoradio/Makefile
+++ b/audio/gnomoradio/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Program for finding and playing free music from the Internet
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile
index cf5abfa9a0f0..0b10d59eb235 100644
--- a/audio/jack_mixer/Makefile
+++ b/audio/jack_mixer/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Mixer for the jack audio connection kit
LICENSE= GPLv2
diff --git a/audio/libaiff/Makefile b/audio/libaiff/Makefile
index ad236d534f83..3c45ed7c0ebb 100644
--- a/audio/libaiff/Makefile
+++ b/audio/libaiff/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= SF/aifftools/${PORTNAME}/LibAiff%20${PORTVERSION}
DISTNAME= libaiff-5.0-release
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Read and write AIFF files
GNU_CONFIGURE= yes
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile
index 4f7521217268..e32c17a0e3f9 100644
--- a/audio/libebur128/Makefile
+++ b/audio/libebur128/Makefile
@@ -5,7 +5,7 @@ PORTNAME= libebur128
PORTVERSION= 1.0.1
CATEGORIES= audio
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the EBU R128 loudness standard
LICENSE= MIT
diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile
index cdf5be96fc20..2e2667a983d8 100644
--- a/audio/libgroove/Makefile
+++ b/audio/libgroove/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 4.1.1
PORTREVISION= 1
CATEGORIES= audio
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Audio dispatching library
LICENSE= MIT
diff --git a/audio/musica/Makefile b/audio/musica/Makefile
index e6fae76dab18..e839b24c5679 100644
--- a/audio/musica/Makefile
+++ b/audio/musica/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://ict.ewi.tudelft.nl/~erik/open-source/musica/
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= GTK based midi player
LICENSE= GPLv2
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile
index d8dec740d93b..601045859ce5 100644
--- a/audio/osalp/Makefile
+++ b/audio/osalp/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-beta
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Open Source Audio Library Project
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile
index c76358a71a9b..741cc7d0f010 100644
--- a/audio/tcd/Makefile
+++ b/audio/tcd/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple, user-friendly ncurses-based CD player
LICENSE= GPLv2
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile
index bb07a690b123..469b964d67b8 100644
--- a/audio/tuxguitar/Makefile
+++ b/audio/tuxguitar/Makefile
@@ -13,7 +13,7 @@ DISTFILES= ${PORTNAME}-src-${DISTVERSION}${EXTRACT_SUFX}:src \
8MBGMSFX.SF2:fluid
EXTRACT_ONLY= ${PORTNAME}-src-${DISTVERSION}${EXTRACT_SUFX}
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Multitrack tablature editor and player
LICENSE= LGPL21
diff --git a/audio/wavbreaker/Makefile b/audio/wavbreaker/Makefile
index d68ec21fb8ba..2976dae6dccc 100644
--- a/audio/wavbreaker/Makefile
+++ b/audio/wavbreaker/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
-MAINTAINER= gahr@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to split and merge wav files
LICENSE= GPLv2