diff options
author | will <will@FreeBSD.org> | 2000-06-15 12:04:29 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-15 12:04:29 +0800 |
commit | 4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b (patch) | |
tree | ecffbc56770359e08a3f10238fdbb9d4f3ebca49 /audio | |
parent | a709ba343c5c1aa4e6fc945421066e45e0a63112 (diff) | |
download | freebsd-ports-gnome-4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b.tar.gz freebsd-ports-gnome-4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b.tar.zst freebsd-ports-gnome-4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b.zip |
Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/shout/Makefile | 17 | ||||
-rw-r--r-- | audio/shout/distinfo | 1 | ||||
-rw-r--r-- | audio/shout/files/patch-aa | 21 | ||||
-rw-r--r-- | audio/shout/files/patch-ab | 19 | ||||
-rw-r--r-- | audio/shout/files/patch-ac | 15 | ||||
-rw-r--r-- | audio/shout/pkg-comment | 1 | ||||
-rw-r--r-- | audio/shout/pkg-descr | 4 | ||||
-rw-r--r-- | audio/shout/pkg-plist | 5 |
9 files changed, 84 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 735a18342242..8394acbae63f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -79,6 +79,7 @@ SUBDIR += s3mod SUBDIR += sdl_mixer SUBDIR += shorten + SUBDIR += shout SUBDIR += sidplay SUBDIR += snowstar SUBDIR += soundtracker diff --git a/audio/shout/Makefile b/audio/shout/Makefile new file mode 100644 index 000000000000..eb37897fd4b2 --- /dev/null +++ b/audio/shout/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: shout +# Date created: 14 Jun 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= shout +PORTVERSION= 0.8.0 +CATEGORIES= audio net +MASTER_SITES= http://www.icecast.org/releases/ + +MAINTAINER= kevin@puis.net + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/audio/shout/distinfo b/audio/shout/distinfo new file mode 100644 index 000000000000..deaadbc66359 --- /dev/null +++ b/audio/shout/distinfo @@ -0,0 +1 @@ +MD5 (shout-0.8.0.tar.gz) = d44604a2235532e31e10d2d0e4740f20 diff --git a/audio/shout/files/patch-aa b/audio/shout/files/patch-aa new file mode 100644 index 000000000000..8763c427e5de --- /dev/null +++ b/audio/shout/files/patch-aa @@ -0,0 +1,21 @@ +--- sock.c Thu Apr 20 03:31:50 2000 ++++ sock.c.new Wed Jun 14 15:43:59 2000 +@@ -12,8 +12,10 @@ + #include <process.h> + #include <winbase.h> + #else /* *NIX */ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + #include <netdb.h> + #include <fcntl.h> + #include <sys/wait.h> +@@ -22,7 +24,6 @@ + #include <ctype.h> + #include <stdarg.h> + #include <errno.h> +-#include <arpa/inet.h> + #include <sys/time.h> + #include <unistd.h> + #endif /* !win32 */ diff --git a/audio/shout/files/patch-ab b/audio/shout/files/patch-ab new file mode 100644 index 000000000000..b9e2676d43db --- /dev/null +++ b/audio/shout/files/patch-ab @@ -0,0 +1,19 @@ +--- util.c Thu Apr 20 03:31:50 2000 ++++ util.c.new Wed Jun 14 15:42:24 2000 +@@ -18,8 +18,6 @@ + #include <process.h> + #include <winbase.h> + #else /* *NIX */ +-#include <sys/socket.h> +-#include <netinet/in.h> + #include <netdb.h> + #include <fcntl.h> + #include <sys/wait.h> +@@ -29,7 +27,6 @@ + #include <stdarg.h> + #include <time.h> + #include <errno.h> +-#include <arpa/inet.h> + #include <sys/time.h> + #include <unistd.h> + #endif /* !win32 */ diff --git a/audio/shout/files/patch-ac b/audio/shout/files/patch-ac new file mode 100644 index 000000000000..d4d24c0b9bee --- /dev/null +++ b/audio/shout/files/patch-ac @@ -0,0 +1,15 @@ +--- configure Thu Apr 20 03:41:45 2000 ++++ configure.new Wed Jun 14 19:34:23 2000 +@@ -539,9 +539,9 @@ + LOGDIR="/var/log/icecast" + else + echo "FSSTD DISABLED" +- BINDIR="${prefix}/icecast/bin" +- ETCDIR="${prefix}/icecast/etc" +- LOGDIR="${prefix}/icecast/log" ++ BINDIR="${prefix}/bin" ++ ETCDIR="${prefix}/etc/icecast" ++ LOGDIR="${prefix}/share/icecast/log" + fi + + diff --git a/audio/shout/pkg-comment b/audio/shout/pkg-comment new file mode 100644 index 000000000000..48ef877d5cb8 --- /dev/null +++ b/audio/shout/pkg-comment @@ -0,0 +1 @@ +Program that sends mp3 streams to an icecast/shoutcast server diff --git a/audio/shout/pkg-descr b/audio/shout/pkg-descr new file mode 100644 index 000000000000..73a098d7006f --- /dev/null +++ b/audio/shout/pkg-descr @@ -0,0 +1,4 @@ +Shout feeds an mp3 stream to your icecast or shoutcast server. The shoutcast +system is a more or less commercial system, developed by Nullsoft. + +WWW: http://www.icecast.org/ diff --git a/audio/shout/pkg-plist b/audio/shout/pkg-plist new file mode 100644 index 000000000000..c176ab73f6f9 --- /dev/null +++ b/audio/shout/pkg-plist @@ -0,0 +1,5 @@ +bin/shout +etc/icecast/shout.conf.dist +@unexec rmdir %D/etc/icecast 2>/dev/null || true +@unexec rmdir %D/share/icecast/log 2>/dev/null || true +@unexec rmdir %D/share/icecast 2>/dev/null || true |