Date: Sun, 22 Aug 2010 18:54:50 GMT From: Kuan-Chung Chiu <buganini@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149887: [New Port] audio/libcue: CUE Sheet Parser Library Message-ID: <201008221854.o7MIsoms096960@www.freebsd.org> Resent-Message-ID: <201008221900.o7MJ0FOI000491@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149887 >Category: ports >Synopsis: [New Port] audio/libcue: CUE Sheet Parser Library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 19:00:15 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: 9.0-CURRENT >Organization: N/A >Environment: FreeBSD zeta.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #5 r211571: Sun Aug 22 00:26:10 UTC 2010 root@zeta.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH amd64 >Description: Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools by Svend Sorensen which saw it last release in 02/2006. WWW: http://sourceforge.net/projects/libcue/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # libcue # libcue/pkg-plist # libcue/distinfo # libcue/Makefile # libcue/pkg-descr # echo c - libcue mkdir -p libcue > /dev/null 2>&1 echo x - libcue/pkg-plist sed 's/^X//' >libcue/pkg-plist << 'd8068745882f064809673d1928ad2ebd' Xinclude/libcue-1.4/libcue/cd.h Xinclude/libcue-1.4/libcue/cdtext.h Xinclude/libcue-1.4/libcue/libcue.h Xinclude/libcue-1.4/libcue/rem.h Xinclude/libcue-1.4/libcue/time.h Xlib/libcue.a Xlib/libcue.la Xlib/libcue.so Xlib/libcue.so.1 Xlib/pkgconfig/libcue.pc X@dirrm lib/pkgconfig X@dirrm include/libcue-1.4/libcue X@dirrm include/libcue-1.4 d8068745882f064809673d1928ad2ebd echo x - libcue/distinfo sed 's/^X//' >libcue/distinfo << '87943a917af60b44f16e68cbd319210b' XMD5 (libcue-1.4.0.tar.bz2) = 5f5045f00e6ac92d9a057fe5b0982c69 XSHA256 (libcue-1.4.0.tar.bz2) = 8b7276ec2a2b3918cbc59a3cc03c68dc0775965cc20e4b88757b852ff369729e XSIZE (libcue-1.4.0.tar.bz2) = 249426 87943a917af60b44f16e68cbd319210b echo x - libcue/Makefile sed 's/^X//' >libcue/Makefile << '4134c77dadb87543f346e99c973fec48' X# New ports collection makefile for: libcue X# Date created: 23 Aug 2010 X# Whom: buganini@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= libcue XPORTVERSION= 1.4.0 XCATEGORIES= audio XMASTER_SITES= SF X XMAINTAINER= buganini@gmail.com XCOMMENT= CUE Sheet Parser Library X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=--prefix=${PREFIX} XUSE_BZIP2= yes XUSE_LDCONFIG= yes XUSE_GETTEXT= yes X X.include <bsd.port.mk> 4134c77dadb87543f346e99c973fec48 echo x - libcue/pkg-descr sed 's/^X//' >libcue/pkg-descr << 'c40b2cb78ffd93e7ac8e2d836c3e200b' XLibcue is intended to parse a so called cue sheet from a char string or a file Xpointer. For handling of the parsed data a convenient API is available. This Xproject is meant as a fork of cuetools by Svend Sorensen which saw it last Xrelease in 02/2006. X XWWW: http://sourceforge.net/projects/libcue/ c40b2cb78ffd93e7ac8e2d836c3e200b exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008221854.o7MIsoms096960>