aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout2
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libshout2')
-rw-r--r--audio/libshout2/Makefile19
-rw-r--r--audio/libshout2/distinfo1
-rw-r--r--audio/libshout2/files/patch-aa15
-rw-r--r--audio/libshout2/files/patch-ab11
-rw-r--r--audio/libshout2/pkg-comment1
-rw-r--r--audio/libshout2/pkg-descr10
-rw-r--r--audio/libshout2/pkg-plist32
7 files changed, 0 insertions, 89 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
deleted file mode 100644
index efae89beb1ab..000000000000
--- a/audio/libshout2/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: libshout
-# Date created: 06 Jun 2000
-# Whom: zach@pabst.bendnet.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= libshout
-PORTVERSION= 1.0.3
-CATEGORIES= audio net
-MASTER_SITES= http://developer.icecast.org/libshout/releases/
-
-MAINTAINER= zach@pabst.bendnet.com
-
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.mk>
diff --git a/audio/libshout2/distinfo b/audio/libshout2/distinfo
deleted file mode 100644
index 426a018d6f93..000000000000
--- a/audio/libshout2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libshout-1.0.3.tar.gz) = d4d6117dd971febc485ec2b5117fab40
diff --git a/audio/libshout2/files/patch-aa b/audio/libshout2/files/patch-aa
deleted file mode 100644
index 38fbcef5d597..000000000000
--- a/audio/libshout2/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.in.orig Sun May 7 23:13:49 2000
-+++ Makefile.in Tue Jun 6 16:54:30 2000
-@@ -486,9 +486,9 @@
-
- install-data-local:
- mkdir -p $(DESTDIR)$(includedir)/shout
-- mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
-- $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
-- $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
-+ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
-+ $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-+ $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
- $(INSTALL) -m 0644 shout.h $(DESTDIR)$(includedir)/shout
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/audio/libshout2/files/patch-ab b/audio/libshout2/files/patch-ab
deleted file mode 100644
index 568ff5c0b299..000000000000
--- a/audio/libshout2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Sun May 7 23:13:50 2000
-+++ doc/Makefile.in Tue Jun 6 16:56:33 2000
-@@ -78,7 +78,7 @@
-
- AUTOMAKE_OPTIONS = foreign
-
--docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
-+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-
- doc_DATA = index.html overview.html initialization.html connection.html datastreaming.html metadata.html datastructures.html shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html shout_init_connection.html shout_send_data.html shout_update_metadata.html style.css example.html example_c.html reference.html
-
diff --git a/audio/libshout2/pkg-comment b/audio/libshout2/pkg-comment
deleted file mode 100644
index e5b650179863..000000000000
--- a/audio/libshout2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A library providing routines for connecting and transmitting data to the icecast server
diff --git a/audio/libshout2/pkg-descr b/audio/libshout2/pkg-descr
deleted file mode 100644
index e25884891692..000000000000
--- a/audio/libshout2/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-A port of the libshout library. Libshout allows applications to easily
-communicate and broadcast to an Icecast streaming media server. It handles the
-socket connections, metadata communication, and data streaming for the calling
-application, and lets developers focus on feature sets instead of
-implementation details.
-
-WWW: http://developer.icecast.org/libshout/
-
-- Zach
-zach@pabst.bendnet.com
diff --git a/audio/libshout2/pkg-plist b/audio/libshout2/pkg-plist
deleted file mode 100644
index 0111fd02935a..000000000000
--- a/audio/libshout2/pkg-plist
+++ /dev/null
@@ -1,32 +0,0 @@
-lib/libshout.a
-lib/libshout.la
-lib/libshout.so
-lib/libshout.so.1
-include/shout/shout.h
-@dirrm include/shout
-share/doc/libshout-%%PORTVERSION%%/example.html
-share/doc/libshout-%%PORTVERSION%%/example/Makefile
-share/doc/libshout-%%PORTVERSION%%/example/example.c
-share/doc/libshout-%%PORTVERSION%%/example_c.html
-@dirrm share/doc/libshout-%%PORTVERSION%%/example
-share/doc/libshout-%%PORTVERSION%%/AUTHORS
-share/doc/libshout-%%PORTVERSION%%/CHANGES
-share/doc/libshout-%%PORTVERSION%%/COPYING
-share/doc/libshout-%%PORTVERSION%%/README
-share/doc/libshout-%%PORTVERSION%%/connection.html
-share/doc/libshout-%%PORTVERSION%%/datastreaming.html
-share/doc/libshout-%%PORTVERSION%%/datastructures.html
-share/doc/libshout-%%PORTVERSION%%/index.html
-share/doc/libshout-%%PORTVERSION%%/initialization.html
-share/doc/libshout-%%PORTVERSION%%/metadata.html
-share/doc/libshout-%%PORTVERSION%%/overview.html
-share/doc/libshout-%%PORTVERSION%%/reference.html
-share/doc/libshout-%%PORTVERSION%%/shout_conn_t.html
-share/doc/libshout-%%PORTVERSION%%/shout_connect.html
-share/doc/libshout-%%PORTVERSION%%/shout_disconnect.html
-share/doc/libshout-%%PORTVERSION%%/shout_init_connection.html
-share/doc/libshout-%%PORTVERSION%%/shout_send_data.html
-share/doc/libshout-%%PORTVERSION%%/shout_sleep.html
-share/doc/libshout-%%PORTVERSION%%/shout_update_metadata.html
-share/doc/libshout-%%PORTVERSION%%/style.css
-@dirrm share/doc/libshout-%%PORTVERSION%%