From zach@pabst.bendnet.com  Tue Jun  6 17:50:10 2000
Return-Path: <zach@pabst.bendnet.com>
Received: from pabst.bendnet.com (pabst.bendnet.com [199.2.205.10])
	by hub.freebsd.org (Postfix) with ESMTP id E5EB337B69A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Jun 2000 17:50:05 -0700 (PDT)
	(envelope-from zach@pabst.bendnet.com)
Received: (from zach@localhost)
	by pabst.bendnet.com (8.9.3/8.9.3) id RAA97212;
	Tue, 6 Jun 2000 17:56:39 GMT
	(envelope-from zach)
Message-Id: <200006061756.RAA97212@pabst.bendnet.com>
Date: Tue, 6 Jun 2000 17:56:39 GMT
From: zach@pabst.bendnet.com
Reply-To: zach@pabst.bendnet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: libshout
X-Send-Pr-Version: 3.2

>Number:         19079
>Category:       ports
>Synopsis:       New port: libshout
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 06 18:00:01 PDT 2000
>Closed-Date:    Wed Jun 7 10:14:59 PDT 2000
>Last-Modified:  Wed Jun 07 10:15:16 PDT 2000
>Originator:     Zach Zurflu
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libshout
#	libshout/Makefile
#	libshout/files
#	libshout/files/md5
#	libshout/patches
#	libshout/patches/patch-aa
#	libshout/patches/patch-ab
#	libshout/pkg
#	libshout/pkg/COMMENT
#	libshout/pkg/DESCR
#	libshout/pkg/PLIST
#
echo c - libshout
mkdir -p libshout > /dev/null 2>&1
echo x - libshout/Makefile
sed 's/^X//' >libshout/Makefile << 'END-of-libshout/Makefile'
X# New ports collection makefile for: icecast
X# Date created:         06 Jun 2000
X# Whom:                 zach@pabst.bendnet.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=      libshout
XPORTVERSION=   1.0.3
XCATEGORIES=    audio net
XMASTER_SITES=  http://developer.icecast.org/libshout/releases/
X
XMAINTAINER=    zach@pabst.bendnet.com
X
XHAS_CONFIGURE= yes
X
X.include <bsd.port.mk>
END-of-libshout/Makefile
echo c - libshout/files
mkdir -p libshout/files > /dev/null 2>&1
echo x - libshout/files/md5
sed 's/^X//' >libshout/files/md5 << 'END-of-libshout/files/md5'
XMD5 (libshout-1.0.3.tar.gz) = d4d6117dd971febc485ec2b5117fab40
END-of-libshout/files/md5
echo c - libshout/patches
mkdir -p libshout/patches > /dev/null 2>&1
echo x - libshout/patches/patch-aa
sed 's/^X//' >libshout/patches/patch-aa << 'END-of-libshout/patches/patch-aa'
X--- Makefile.in.orig	Sun May  7 23:13:49 2000
X+++ Makefile.in	Tue Jun  6 16:54:30 2000
X@@ -486,9 +486,9 @@
X 
X install-data-local:
X 	mkdir -p $(DESTDIR)$(includedir)/shout
X-	mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
X-	$(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
X-	$(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
X+	mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
X+	$(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
X+	$(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
X 	$(INSTALL) -m 0644 shout.h $(DESTDIR)$(includedir)/shout
X 
X # Tell versions [3.59,3.63) of GNU make to not export all variables.
END-of-libshout/patches/patch-aa
echo x - libshout/patches/patch-ab
sed 's/^X//' >libshout/patches/patch-ab << 'END-of-libshout/patches/patch-ab'
X--- doc/Makefile.in.orig	Sun May  7 23:13:50 2000
X+++ doc/Makefile.in	Tue Jun  6 16:56:33 2000
X@@ -78,7 +78,7 @@
X 
X AUTOMAKE_OPTIONS = foreign
X 
X-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
X+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
X 
X 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
X 
END-of-libshout/patches/patch-ab
echo c - libshout/pkg
mkdir -p libshout/pkg > /dev/null 2>&1
echo x - libshout/pkg/COMMENT
sed 's/^X//' >libshout/pkg/COMMENT << 'END-of-libshout/pkg/COMMENT'
XA library providing routines for connecting and transmitting data to the icecast server
END-of-libshout/pkg/COMMENT
echo x - libshout/pkg/DESCR
sed 's/^X//' >libshout/pkg/DESCR << 'END-of-libshout/pkg/DESCR'
XA port of the libshout library. Libshout allows applications to easily
Xcommunicate and broadcast to an Icecast streaming media server. It handles the
Xsocket connections, metadata communication, and data streaming for the calling 
Xapplication, and lets developers focus on feature sets instead of
Ximplementation details.
X
XWWW: http://developer.icecast.org/libshout/
X
X- Zach
Xzach@pabst.bendnet.com
END-of-libshout/pkg/DESCR
echo x - libshout/pkg/PLIST
sed 's/^X//' >libshout/pkg/PLIST << 'END-of-libshout/pkg/PLIST'
Xlib/libshout.a
Xlib/libshout.la 
Xlib/libshout.so
Xlib/libshout.so.1
X@exec /sbin/ldconfig -m
X@unexec /sbin/ldconfig -R
Xinclude/shout/shout.h
X@dirrm include/shout
Xshare/doc/libshout-1.0.3/example.html
Xshare/doc/libshout-1.0.3/example/Makefile
Xshare/doc/libshout-1.0.3/example/example.c
Xshare/doc/libshout-1.0.3/example_c.html
X@dirrm share/doc/libshout-1.0.3/example
Xshare/doc/libshout-1.0.3/AUTHORS
Xshare/doc/libshout-1.0.3/CHANGES
Xshare/doc/libshout-1.0.3/COPYING                              
Xshare/doc/libshout-1.0.3/README 
Xshare/doc/libshout-1.0.3/connection.html
Xshare/doc/libshout-1.0.3/datastreaming.html
Xshare/doc/libshout-1.0.3/datastructures.html
Xshare/doc/libshout-1.0.3/index.html
Xshare/doc/libshout-1.0.3/initialization.html
Xshare/doc/libshout-1.0.3/metadata.html
Xshare/doc/libshout-1.0.3/overview.html
Xshare/doc/libshout-1.0.3/reference.html
Xshare/doc/libshout-1.0.3/shout_conn_t.html
Xshare/doc/libshout-1.0.3/shout_connect.html
Xshare/doc/libshout-1.0.3/shout_disconnect.html
Xshare/doc/libshout-1.0.3/shout_init_connection.html
Xshare/doc/libshout-1.0.3/shout_send_data.html
Xshare/doc/libshout-1.0.3/shout_sleep.html
Xshare/doc/libshout-1.0.3/shout_update_metadata.html
Xshare/doc/libshout-1.0.3/style.css
X@dirrm share/doc/libshout-1.0.3
END-of-libshout/pkg/PLIST
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Wed Jun 7 10:14:59 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19079 
>Unformatted:
