Date: Thu, 19 Oct 2000 00:06:46 +0200 (CEST) From: t.vanklaveren@student.utwente.nl To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22096: New FreeBSD port: libogg Message-ID: <20001018220646.84F01311@phoenix.student.utwente.nl>
next in thread | raw e-mail | index | archive | help
>Number: 22096 >Category: ports >Synopsis: New FreeBSD port: libogg >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: Wed Oct 18 15:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Theo van Klaveren >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: D phoenix.student.utwente.nl 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Wed Oct 18 13:04:20 CEST 2000 havoc@phoenix.student.utwente.nl:/usr/obj/usr/src/sys/PHOENIX i386 >Description: New Vorbis snapshot. Libogg is a library for handling Ogg streams. >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: # # libogg # libogg/Makefile # libogg/distinfo # libogg/files # libogg/files/patch-aa # libogg/pkg-comment # libogg/pkg-descr # libogg/pkg-plist # echo c - libogg mkdir -p libogg > /dev/null 2>&1 echo x - libogg/Makefile sed 's/^X//' >libogg/Makefile << 'END-of-libogg/Makefile' X# New ports collection makefile for: libogg X# Date created: 18 October 2000 X# Whom: t.vanklaveren@student.utwente.nl X# X# $FreeBSD$ X# X XPORTNAME= libogg XPORTVERSION= 20001018 XCATEGORIES= audio XMASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/ XDISTFILES= ogg-${PORTVERSION}${EXTRACT_SUFX} XWRKSRC= ${WRKDIR}/ogg X XMAINTAINER= t.vanklaveren@student.utwente.nl X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_LIBTOOL= yes X XACLOCAL?= ${LOCALBASE}/bin/aclocal XAUTOHEADER?= ${LOCALBASE}/bin/autoheader X Xpost-patch: X cd ${WRKSRC} && ${ACLOCAL} X cd ${WRKSRC} && ${AUTOHEADER} X cd ${WRKSRC} && ${AUTOMAKE} --add-missing X cd ${WRKSRC} && ${AUTOCONF} X X.include <bsd.port.mk> END-of-libogg/Makefile echo x - libogg/distinfo sed 's/^X//' >libogg/distinfo << 'END-of-libogg/distinfo' XMD5 (ogg-20001018.tar.gz) = 4b2d5b25aeb78b7e2bc070fd0f67b783 END-of-libogg/distinfo echo c - libogg/files mkdir -p libogg/files > /dev/null 2>&1 echo x - libogg/files/patch-aa sed 's/^X//' >libogg/files/patch-aa << 'END-of-libogg/files/patch-aa' X--- doc/Makefile.am.orig Wed Oct 18 23:21:37 2000 X+++ doc/Makefile.am Wed Oct 18 23:21:43 2000 X@@ -2,7 +2,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 framing.html oggstream.html white-xifish.png stream.png white-ogg.png X END-of-libogg/files/patch-aa echo x - libogg/pkg-comment sed 's/^X//' >libogg/pkg-comment << 'END-of-libogg/pkg-comment' XOgg bitstream library END-of-libogg/pkg-comment echo x - libogg/pkg-descr sed 's/^X//' >libogg/pkg-descr << 'END-of-libogg/pkg-descr' XOgg project codecs use the Ogg bitstream format to arrange the raw, Xcompressed bitstream into a more robust, useful form. For example, Xthe Ogg bitstream makes seeking, time stamping and error recovery Xpossible, as well as mixing several sepearate, concurrent media Xstreams into a single physical bitstream. X X- Theo van Klaveren Xt.vanklaveren@student.utwente.nl END-of-libogg/pkg-descr echo x - libogg/pkg-plist sed 's/^X//' >libogg/pkg-plist << 'END-of-libogg/pkg-plist' Xinclude/ogg/config_types.h Xinclude/ogg/ogg.h Xinclude/ogg/os_types.h Xlib/libogg.a Xlib/libogg.so Xlib/libogg.so.0 Xshare/doc/libogg-1.0.0/framing.html Xshare/doc/libogg-1.0.0/index.html Xshare/doc/libogg-1.0.0/oggstream.html Xshare/doc/libogg-1.0.0/stream.png Xshare/doc/libogg-1.0.0/white-ogg.png Xshare/doc/libogg-1.0.0/white-xifish.png X@dirrm include/ogg X@dirrm share/doc/libogg-1.0.0 END-of-libogg/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001018220646.84F01311>