From owner-freebsd-ports Tue Nov 12 15:10: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD2837B401 for ; Tue, 12 Nov 2002 15:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080E843E77 for ; Tue, 12 Nov 2002 15:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gACNA1x3070720 for ; Tue, 12 Nov 2002 15:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gACNA1V2070719; Tue, 12 Nov 2002 15:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1283D37B401 for ; Tue, 12 Nov 2002 15:04:56 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB1443E6E for ; Tue, 12 Nov 2002 15:04:54 -0800 (PST) (envelope-from lofi@lofi.dyndns.org) Received: from lofi.dyndns.org ([10.3.12.105]) by meitner.wh.uni-dortmund.de (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) with ESMTP id gACMR0c19421 for ; Tue, 12 Nov 2002 23:27:00 +0100 Received: from lofi.dyndns.org (lofi@localhost [127.0.0.1]) by lofi.dyndns.org (8.12.6/8.12.6) with ESMTP id gACN4nmH010953 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 13 Nov 2002 00:04:49 +0100 (CET) (envelope-from lofi@lofi.dyndns.org) Received: (from lofi@localhost) by lofi.dyndns.org (8.12.6/8.12.6/Submit) id gACN4n4L010952; Wed, 13 Nov 2002 00:04:49 +0100 (CET) Message-Id: <200211122304.gACN4n4L010952@lofi.dyndns.org> Date: Wed, 13 Nov 2002 00:04:49 +0100 (CET) From: Michael Nottebrock Reply-To: Michael Nottebrock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45250: new port: libshout-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45250 >Category: ports >Synopsis: new port: libshout-devel >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 12 15:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael Nottebrock >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD lofi.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Fri Nov 1 19:50:41 CET 2002 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386 >Description: libshout provides routines for connecting and transmitting data to the icecast server. This development snapshot features ogg-support. >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-devel # libshout-devel/pkg-descr # libshout-devel/pkg-comment # libshout-devel/Makefile # libshout-devel/distinfo # libshout-devel/pkg-plist # echo c - libshout-devel mkdir -p libshout-devel > /dev/null 2>&1 echo x - libshout-devel/pkg-descr sed 's/^X//' >libshout-devel/pkg-descr << 'END-of-libshout-devel/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- Michael Nottebrock Xmichaelnottebrock@gmx.net END-of-libshout-devel/pkg-descr echo x - libshout-devel/pkg-comment sed 's/^X//' >libshout-devel/pkg-comment << 'END-of-libshout-devel/pkg-comment' XRoutines for connecting and transmitting data to the icecast server END-of-libshout-devel/pkg-comment echo x - libshout-devel/Makefile sed 's/^X//' >libshout-devel/Makefile << 'END-of-libshout-devel/Makefile' X# New ports collection makefile for: libshout-devel X# Date created: 11 Nov 2002 X# Whom: Michael Nottebrock X# X# $FreeBSD$ X# X XPORTNAME= libshout-devel XPORTVERSION= 2.0 XCATEGORIES= audio net XMASTER_SITES= http://tigress.com/lofi/ \ X http://lofi.dyndns.org/ X XMAINTAINER= michaelnottebrock@gmx.net X XLIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ X vorbis.2:${PORTSDIR}/audio/libvorbis X XCONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ X LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" XGNU_CONFIGURE= yes XINSTALLS_SHLIB= yes XUSE_GMAKE= yes XUSE_LIBTOOL= yes XUSE_REINPLACE= yes X XWRKSRC= ${WRKDIR}/libshout X Xpost-configure: X @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\ X ${WRKSRC}/examples/Makefile X @${REINPLACE_CMD} -E -e 's|(INCLUDES \=.*)|\1 -I${LOCALBASE}/include|'\ X ${WRKSRC}/src/Makefile X @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|' ${WRKSRC}/examples/Makefile \ X ${WRKSRC}/include/Makefile \ X ${WRKSRC}/include/shout/Makefile \ X ${WRKSRC}/src/avl/Makefile \ X ${WRKSRC}/src/httpp/Makefile \ X ${WRKSRC}/src/net/Makefile \ X ${WRKSRC}/src/timing/Makefile \ X ${WRKSRC}/src/thread/Makefile \ X ${WRKSRC}/src/Makefile \ X ${WRKSRC}/Makefile X X.include END-of-libshout-devel/Makefile echo x - libshout-devel/distinfo sed 's/^X//' >libshout-devel/distinfo << 'END-of-libshout-devel/distinfo' XMD5 (libshout-devel-2.0.tar.gz) = 24678973d24ec6b5ae3fdb213a1d47b1 END-of-libshout-devel/distinfo echo x - libshout-devel/pkg-plist sed 's/^X//' >libshout-devel/pkg-plist << 'END-of-libshout-devel/pkg-plist' Xinclude/shout/shout.h Xlib/libshout.a Xlib/libshout.so Xlib/libshout.so.0 X@dirrm include/shout END-of-libshout-devel/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message