From owner-freebsd-ports Tue Feb 27 6:20:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 554D937B718 for ; Tue, 27 Feb 2001 06:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1REK2083308; Tue, 27 Feb 2001 06:20:02 -0800 (PST) (envelope-from gnats) Received: from cal30b054.student.utwente.nl (cal30b054.student.utwente.nl [130.89.229.25]) by hub.freebsd.org (Postfix) with ESMTP id 8C52737B71B for ; Tue, 27 Feb 2001 06:17:12 -0800 (PST) (envelope-from havoc@cal30b054.student.utwente.nl) Received: (from havoc@localhost) by cal30b054.student.utwente.nl (8.11.2/8.11.2) id f1REHCN50725; Tue, 27 Feb 2001 15:17:12 +0100 (CET) (envelope-from havoc) Message-Id: <200102271417.f1REHCN50725@cal30b054.student.utwente.nl> Date: Tue, 27 Feb 2001 15:17:12 +0100 (CET) From: t.vanklaveren@student.utwente.nl Reply-To: t.vanklaveren@student.utwente.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25414: Port maintainer update for libvorbis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25414 >Category: ports >Synopsis: Port maintainer update for libvorbis >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 27 06:20:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Theo van Klaveren >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: Please say hello to the fourth beta of libao, libogg, libvorbis and the vorbis-tools. These are now official releases, no snapshots (hence the PORTEPOCH bump). Also, will who-ever commits this please remove the vorbis-xmms port? It is now incorporated in the xmms port and I no longer wish to maintain it. >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: # # libvorbis # libvorbis/Makefile # libvorbis/distinfo # libvorbis/pkg-comment # libvorbis/pkg-descr # libvorbis/pkg-plist # echo c - libvorbis mkdir -p libvorbis > /dev/null 2>&1 echo x - libvorbis/Makefile sed 's/^X//' >libvorbis/Makefile << 'END-of-libvorbis/Makefile' X# New ports collection makefile for: libvorbis X# Date created: 18 October 2000 X# Whom: t.vanklaveren@student.utwente.nl X# X# $FreeBSD: ports/audio/libvorbis/Makefile,v 1.4 2000/11/29 10:08:18 sobomax Exp $ X# X XPORTNAME= libvorbis XPORTVERSION= 1.0beta4 XPORTEPOCH= 1 XCATEGORIES= audio XMASTER_SITES= http://www.vorbis.com/files/beta4/unix/ \ X http://home.student.utwente.nl/t.vanklaveren/distfiles/ X XMAINTAINER= t.vanklaveren@student.utwente.nl X XLIB_DEPENDS= ogg.1:${PORTSDIR}/audio/libogg X XUSE_GMAKE= yes XUSE_LIBTOOL= yes XCONFIGURE_ARGS= --with-ogg=${LOCALBASE} XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" XAUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure X X.include END-of-libvorbis/Makefile echo x - libvorbis/distinfo sed 's/^X//' >libvorbis/distinfo << 'END-of-libvorbis/distinfo' XMD5 (libvorbis-1.0beta4.tar.gz) = 6954d72386cbf88c613e1ffebb7b4bac END-of-libvorbis/distinfo echo x - libvorbis/pkg-comment sed 's/^X//' >libvorbis/pkg-comment << 'END-of-libvorbis/pkg-comment' XMP3-comparable audio compression codec library END-of-libvorbis/pkg-comment echo x - libvorbis/pkg-descr sed 's/^X//' >libvorbis/pkg-descr << 'END-of-libvorbis/pkg-descr' XVorbis is a general-purpose audio and music encoding format contemporary to XMPEG-4's AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike Xthe MPEG sponsored formats (and other proprietary formats such as RealAudio G2 Xand Windows' flavor of the month), the Vorbis CODEC specification belongs to Xthe public domain. All the technical details are published and documented, and Xany software entity may make full use of the format without royalty or patent Xconcerns. X XThis package contains libvorbis, an LGPLed software implementation of the XVorbis specification by the Xiphophorus company (http://www.xiph.org/), and Xvorbisfile, an LGPLed convenience library built on Vorbis designed to simplify Xcommon uses. X XWWW: http://www.vorbis.com X X- Theo van Klaveren Xt.vanklaveren@student.utwente.nl END-of-libvorbis/pkg-descr echo x - libvorbis/pkg-plist sed 's/^X//' >libvorbis/pkg-plist << 'END-of-libvorbis/pkg-plist' Xinclude/vorbis/codec.h Xinclude/vorbis/vorbisenc.h Xinclude/vorbis/vorbisfile.h Xlib/libvorbis.a Xlib/libvorbis.so Xlib/libvorbis.so.0 Xlib/libvorbisenc.a Xlib/libvorbisenc.so Xlib/libvorbisenc.so.0 Xlib/libvorbisfile.a Xlib/libvorbisfile.so Xlib/libvorbisfile.so.0 Xshare/doc/libvorbis-1.0beta4/programming.html Xshare/doc/libvorbis-1.0beta4/v-comment.html Xshare/doc/libvorbis-1.0beta4/vorbis-clip.txt Xshare/doc/libvorbis-1.0beta4/vorbis-errors.txt Xshare/doc/libvorbis-1.0beta4/vorbis.html Xshare/doc/libvorbis-1.0beta4/vorbisenc/index.html Xshare/doc/libvorbis-1.0beta4/vorbisenc/overview.html Xshare/doc/libvorbis-1.0beta4/vorbisenc/reference.html Xshare/doc/libvorbis-1.0beta4/vorbisenc/style.css Xshare/doc/libvorbis-1.0beta4/vorbisenc/vorbis_encode_ctl.html Xshare/doc/libvorbis-1.0beta4/vorbisenc/vorbis_encode_init.html Xshare/doc/libvorbis-1.0beta4/vorbisenc/vorbis_info.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/OggVorbis_File.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/chaining_example_c.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/chainingexample.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/datastructures.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/decoding.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/example.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/exampleindex.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/fileinfo.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/index.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/initialization.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_bitrate.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_bitrate_instant.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_callbacks.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_clear.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_comment.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_info.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_open.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_open_callbacks.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_pcm_seek.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_pcm_tell.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_pcm_total.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_raw_seek.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_raw_tell.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_raw_total.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_read.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_seekable.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_serialnumber.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_streams.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_time_seek.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_time_tell.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/ov_time_total.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/overview.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/reference.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/seekexample.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/seeking.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/seeking_test_c.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/style.css Xshare/doc/libvorbis-1.0beta4/vorbisfile/seekingexample.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/vorbis_comment.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/vorbis_info.html Xshare/doc/libvorbis-1.0beta4/vorbisfile/vorbisfile_example_c.html Xshare/doc/libvorbis-1.0beta4/vorbisword2.png Xshare/doc/libvorbis-1.0beta4/wait.png Xshare/doc/libvorbis-1.0beta4/white-ogg.png Xshare/doc/libvorbis-1.0beta4/white-xifish.png X@dirrm include/vorbis X@dirrm share/doc/libvorbis-1.0beta4/vorbisenc X@dirrm share/doc/libvorbis-1.0beta4/vorbisfile X@dirrm share/doc/libvorbis-1.0beta4 END-of-libvorbis/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