Subject: pkg/24016: new package: devel/libebml
To: None <gnats-bugs@gnats.netbsd.org>
From: Rhialto <rhialto@azenomei.knuffel.net>
List: netbsd-bugs
Date: 01/07/2004 23:45:18
>Number:         24016
>Category:       pkg
>Synopsis:       new package: devel/libebml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 07 22:46:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rhialto
>Release:        NetBSD 1.6
>Organization:
	
>Environment:
System: NetBSD azenomei.falu.nl 1.6 NetBSD 1.6 (AZENOMEI) #4: Fri Oct 3 00:48:25 CEST 2003 root@azenomei.falu.nl:/usr/src/sys/arch/alpha/compile/AZENOMEI alpha
Architecture: alpha
Machine: alpha
>Description:
>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:
#
#	devel/libebml
#	devel/libebml/DESCR
#	devel/libebml/Makefile
#	devel/libebml/PLIST
#	devel/libebml/buildlink2.mk
#	devel/libebml/distinfo
#
echo c - devel/libebml
mkdir -p devel/libebml > /dev/null 2>&1
echo x - devel/libebml/DESCR
sed 's/^X//' >devel/libebml/DESCR << 'END-of-devel/libebml/DESCR'
XEBML (Extensible Binary Meta
XLanguage), a binary derivative of XML. EBML enables
Xthe Matroska Development Team to gain significant
Xadvantages in terms of future format extensibility,
Xwithout breaking file support in old parsers.
END-of-devel/libebml/DESCR
echo x - devel/libebml/Makefile
sed 's/^X//' >devel/libebml/Makefile << 'END-of-devel/libebml/Makefile'
X# $NetBSD$
X#
X
XDISTNAME=	libebml-0.6.3
XCATEGORIES=	devel
XMASTER_SITES=	http://matroska.free.fr/downloads/libebml/
X
XMAINTAINER=	
XHOMEPAGE=	http://matroska.sourceforge.net/
XCOMMENT=	file format
X
XUSE_BUILDLINK2=		YES
XUSE_GMAKE=		YES
X
X#do-configure:
X#	cd ${WRKSRC}/make/linux && sed "s;/usr/local;${LOCALBASE};" Makefile >Makefile.patched
X
Xdo-build:
X	cd ${WRKSRC}/make/linux && ${GMAKE}
X
Xdo-install:
X	cd ${WRKSRC}/make/linux && ${GMAKE} "prefix=${LOCALBASE}" "INSTALL=${INSTALL} -c" install
X
X.include "../../mk/bsd.prefs.mk"
X.include "../../mk/bsd.pkg.mk"
END-of-devel/libebml/Makefile
echo x - devel/libebml/PLIST
sed 's/^X//' >devel/libebml/PLIST << 'END-of-devel/libebml/PLIST'
X@comment $NetBSD$
Xinclude/ebml/Debug.h
Xinclude/ebml/EbmlBinary.h
Xinclude/ebml/EbmlConfig.h
Xinclude/ebml/EbmlContexts.h
Xinclude/ebml/EbmlCrc32.h
Xinclude/ebml/EbmlDate.h
Xinclude/ebml/EbmlDummy.h
Xinclude/ebml/EbmlElement.h
Xinclude/ebml/EbmlEndian.h
Xinclude/ebml/EbmlFloat.h
Xinclude/ebml/EbmlHead.h
Xinclude/ebml/EbmlId.h
Xinclude/ebml/EbmlMaster.h
Xinclude/ebml/EbmlSInteger.h
Xinclude/ebml/EbmlStream.h
Xinclude/ebml/EbmlString.h
Xinclude/ebml/EbmlSubHead.h
Xinclude/ebml/EbmlTypes.h
Xinclude/ebml/EbmlUInteger.h
Xinclude/ebml/EbmlUnicodeString.h
Xinclude/ebml/EbmlVersion.h
Xinclude/ebml/EbmlVoid.h
Xinclude/ebml/IOCallback.h
Xinclude/ebml/MemIOCallback.h
Xinclude/ebml/StdIOCallback.h
Xinclude/ebml/c/libebml_t.h
Xlib/libebml.a
END-of-devel/libebml/PLIST
echo x - devel/libebml/buildlink2.mk
sed 's/^X//' >devel/libebml/buildlink2.mk << 'END-of-devel/libebml/buildlink2.mk'
X# $NetBSD$
X
X.if !defined(LIBEBML_BUILDLINK2_MK)
XLIBEBML_BUILDLINK2_MK=	# defined
X
XBUILDLINK_PACKAGES+=			libebml
XBUILDLINK_DEPENDS.libebml?=		libebml>=0.6.3
XBUILDLINK_PKGSRCDIR.libebml?=	../../devel/libebml
X
XEVAL_PREFIX+=	BUILDLINK_PREFIX.libebml=libebml
XBUILDLINK_PREFIX.libebml_DEFAULT=	${LOCALBASE}
XBUILDLINK_FILES.libebml +=	include/ebml/*
XBUILDLINK_FILES.libebml +=	include/ebml/c/*
XBUILDLINK_FILES.libebml +=	lib/libebml.*
X
XBUILDLINK_TARGETS+=	libebml-buildlink
X
Xlibebml-buildlink: _BUILDLINK_USE
X
X.endif	# LIBEBML_BUILDLINK2_MK
END-of-devel/libebml/buildlink2.mk
echo x - devel/libebml/distinfo
sed 's/^X//' >devel/libebml/distinfo << 'END-of-devel/libebml/distinfo'
X$NetBSD: distinfo,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $
X
XSHA1 (libebml-0.6.3.tar.gz) = 75266aee0905b8e3b26ac13e690da58abc51ef35
XSize (libebml-0.6.3.tar.gz) = 56940 bytes
END-of-devel/libebml/distinfo
exit

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