summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-28 07:50:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-28 07:50:46 +0000
commit6fcc268439233d51ca121e17d1ae5e56117313e4 (patch)
treea044c65796eb4bc21fb427fedd558566cb91356c /audio
parent- Update to 3.6 beta 5 (diff)
2007-12-12 net-im/wildfire: Use net-im/openfire instead of this port
2008-01-20 www/gekko: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/ 2008-01-20 www/gekko-modules: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/ 2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is to be removed from the ports tree 2008-01-14 french/pluxml: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details 2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated 2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated 2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a 2007-11-01 audio/nogger: "just makes a humming noise""
Notes
Notes: svn path=/head/; revision=208050
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/nogger/Makefile44
-rw-r--r--audio/nogger/distinfo3
-rw-r--r--audio/nogger/files/patch-Makefile12
-rw-r--r--audio/nogger/pkg-descr2
5 files changed, 0 insertions, 62 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 923fda14588b..83cfadddfc11 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -433,7 +433,6 @@
SUBDIR += nas
SUBDIR += ncmpc
SUBDIR += nekobee
- SUBDIR += nogger
SUBDIR += normalize
SUBDIR += nosefart
SUBDIR += nspmod
diff --git a/audio/nogger/Makefile b/audio/nogger/Makefile
deleted file mode 100644
index 1f5ceb3236ec..000000000000
--- a/audio/nogger/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: nogger
-# Date created: 2002-10-27
-# Whom: trevor
-#
-# $FreeBSD$
-#
-
-PORTNAME= nogger
-PORTVERSION= 0.8.6
-PORTREVISION= 8
-CATEGORIES= audio
-MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= No-frills, GTK-based Ogg Vorbis player
-
-LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
-
-USE_GNOME= gtk20
-
-BROKEN= just makes a humming noise
-DEPRECATED= "${BROKEN}""
-EXPIRATION_DATE= 2007-11-01
-
-PLIST_FILES= bin/nogger
-.ifndef(NOPORTDOCS)
-.for ii in COPYING README Thanks
-PLIST_FILES+= share/doc/nogger/${ii}
-.endfor
-PLIST_DIRS= share/doc/nogger
-.endif
-USE_GMAKE= yes
-ALL_TARGET= nogger
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nogger ${PREFIX}/bin
-.ifndef(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for ii in COPYING README Thanks
- ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/nogger/distinfo b/audio/nogger/distinfo
deleted file mode 100644
index d613933a50e2..000000000000
--- a/audio/nogger/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nogger-0.8.6.tar.gz) = 3fdab257cb27683c2f067baa8b366ca4
-SIZE (nogger-0.8.6.tar.gz) = 12878
-SHA256 (nogger-0.8.6.tar.gz) = 7b68f06406cd70804bc77d8b206fb23a7c59660be7b61768f6eb9b7c704c653d
diff --git a/audio/nogger/files/patch-Makefile b/audio/nogger/files/patch-Makefile
deleted file mode 100644
index 4187ff656138..000000000000
--- a/audio/nogger/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD$
---- Makefile.orig Tue Jan 28 13:26:20 2003
-+++ Makefile Sun Sep 28 09:08:39 2003
-@@ -4,7 +4,7 @@ VERSION = 0.8.6
- PREFIX = usr
- AO_PREFIX = /usr
- ALSA_PREFIX = /usr
--CC = gcc
-+CC? = gcc
- CFLAGS += $(shell pkg-config --cflags gtk+-2.0) -Wall -g \
- -D_VERSION=\"$(VERSION)\"
- LDFLAGS = $(shell pkg-config --libs gtk+-2.0 --libs gthread-2.0) \
diff --git a/audio/nogger/pkg-descr b/audio/nogger/pkg-descr
deleted file mode 100644
index 762f616705a9..000000000000
--- a/audio/nogger/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Nogger is a no-frills, GTK-based Ogg Vorbis player. It only works
-with files, not streams.