Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2007 10:36:54 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114432: [New Port] multimedia/yamdi
Message-ID:  <200707091036.l69Aasue065048@www.freebsd.org>
Resent-Message-ID: <200707091040.l69Ae7lg042069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114432
>Category:       ports
>Synopsis:       [New Port] multimedia/yamdi
>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:   Mon Jul 09 10:40:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        6-STABLE i386
>Organization:
N/A
>Environment:
>Description:
New port for multimedia/yamdi

YAMDI stands for Yet Another MetaData Injector and is a metadata injector
for FLV files. It adds the onMetaData event to your FLV files. yamdi should
run under *BSD and Linux (tested with FreeBSD, MacOSX and Ubuntu) and is
published under the BSD license.
>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:
#
#	yamdi/
#	yamdi/Makefile
#	yamdi/distinfo
#	yamdi/pkg-descr
#
echo c - yamdi/
mkdir -p yamdi/ > /dev/null 2>&1
echo x - yamdi/Makefile
sed 's/^X//' >yamdi/Makefile << 'END-of-yamdi/Makefile'
X# New ports collection makefile for:    yamdi
X# Date created:                         9 July 2007
X# Whom:					buganini@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	yamdi
XPORTVERSION=	1.2
XCATEGORIES=	multimedia
XMASTER_SITES=	SF
X
XMAINTAINER=	buganini@gmail.com
XCOMMENT=	A metadata injector for FLV files
X
XPLIST_FILES=	bin/yamdi
X
Xdo-build:
X	cd ${WRKSRC} \
X	&& ${CC} ${CFLAGS} yamdi.c -o yamdi
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/yamdi ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-yamdi/Makefile
echo x - yamdi/distinfo
sed 's/^X//' >yamdi/distinfo << 'END-of-yamdi/distinfo'
XMD5 (yamdi-1.2.tar.gz) = cfec9510b1f524cc8563be6e3367b25d
XSHA256 (yamdi-1.2.tar.gz) = bfd283cf1ade85cbce3d1d3df5c58fccbc50ef9a9c4a7a1cf1a24e314bc05107
XSIZE (yamdi-1.2.tar.gz) = 7214
END-of-yamdi/distinfo
echo x - yamdi/pkg-descr
sed 's/^X//' >yamdi/pkg-descr << 'END-of-yamdi/pkg-descr'
XYAMDI stands for Yet Another MetaData Injector and is a metadata injector
Xfor FLV files. It adds the onMetaData event to your FLV files. yamdi should
Xrun under *BSD and Linux (tested with FreeBSD, MacOSX and Ubuntu) and is
Xpublished under the BSD license.
X
XWWW: http://yamdi.sourceforge.net/
END-of-yamdi/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707091036.l69Aasue065048>