pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libebml Initial import of devel/libebml version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4b53e5f7927
branches:  trunk
changeset: 466455:d4b53e5f7927
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jan 18 20:14:58 2004 +0000

description:
Initial import of devel/libebml version 0.6.3.
>From Rhialto in PR pkg/24016.

libebml is a library for handling EBML (Extensible Binary Meta Language),
that is a binary derivative of XML.

diffstat:

 devel/libebml/DESCR            |   4 ++++
 devel/libebml/Makefile         |  17 +++++++++++++++++
 devel/libebml/PLIST            |  30 ++++++++++++++++++++++++++++++
 devel/libebml/buildlink2.mk    |  20 ++++++++++++++++++++
 devel/libebml/distinfo         |   5 +++++
 devel/libebml/patches/patch-aa |  13 +++++++++++++
 6 files changed, 89 insertions(+), 0 deletions(-)

diffs (113 lines):

diff -r 61609aa1edda -r d4b53e5f7927 devel/libebml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/DESCR       Sun Jan 18 20:14:58 2004 +0000
@@ -0,0 +1,4 @@
+EBML (Extensible Binary Meta Language), a binary derivative of XML.
+EBML enables the Matroska Development Team to gain significant
+advantages in terms of future format extensibility, without breaking
+file support in old parsers.
diff -r 61609aa1edda -r d4b53e5f7927 devel/libebml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/Makefile    Sun Jan 18 20:14:58 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/18 20:14:58 kristerw Exp $
+#
+
+DISTNAME=      libebml-0.6.3
+CATEGORIES=    devel
+MASTER_SITES=  http://matroska.free.fr/downloads/libebml/
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://matroska.sourceforge.net/
+COMMENT=       Librarys for the EBML (Extensible Binary Meta Language) format
+
+BUILD_DIRS=            ${WRKSRC}/make/linux
+USE_BUILDLINK2=                YES
+USE_GMAKE=             YES
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 61609aa1edda -r d4b53e5f7927 devel/libebml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/PLIST       Sun Jan 18 20:14:58 2004 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/18 20:14:58 kristerw Exp $
+include/ebml/Debug.h
+include/ebml/EbmlBinary.h
+include/ebml/EbmlConfig.h
+include/ebml/EbmlContexts.h
+include/ebml/EbmlCrc32.h
+include/ebml/EbmlDate.h
+include/ebml/EbmlDummy.h
+include/ebml/EbmlElement.h
+include/ebml/EbmlEndian.h
+include/ebml/EbmlFloat.h
+include/ebml/EbmlHead.h
+include/ebml/EbmlId.h
+include/ebml/EbmlMaster.h
+include/ebml/EbmlSInteger.h
+include/ebml/EbmlStream.h
+include/ebml/EbmlString.h
+include/ebml/EbmlSubHead.h
+include/ebml/EbmlTypes.h
+include/ebml/EbmlUInteger.h
+include/ebml/EbmlUnicodeString.h
+include/ebml/EbmlVersion.h
+include/ebml/EbmlVoid.h
+include/ebml/IOCallback.h
+include/ebml/MemIOCallback.h
+include/ebml/StdIOCallback.h
+include/ebml/c/libebml_t.h
+lib/libebml.a
+@dirrm include/ebml/c
+@dirrm include/ebml
diff -r 61609aa1edda -r d4b53e5f7927 devel/libebml/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/buildlink2.mk       Sun Jan 18 20:14:58 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/01/18 20:14:59 kristerw Exp $
+
+.if !defined(LIBEBML_BUILDLINK2_MK)
+LIBEBML_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+=           libebml
+BUILDLINK_DEPENDS.libebml?=    libebml>=0.6.3
+BUILDLINK_PKGSRCDIR.libebml?=  ../../devel/libebml
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.libebml=libebml
+BUILDLINK_PREFIX.libebml_DEFAULT=      ${LOCALBASE}
+BUILDLINK_FILES.libebml +=     include/ebml/*
+BUILDLINK_FILES.libebml +=     include/ebml/c/*
+BUILDLINK_FILES.libebml +=     lib/libebml.*
+
+BUILDLINK_TARGETS+=    libebml-buildlink
+
+libebml-buildlink: _BUILDLINK_USE
+
+.endif # LIBEBML_BUILDLINK2_MK
diff -r 61609aa1edda -r d4b53e5f7927 devel/libebml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/distinfo    Sun Jan 18 20:14:58 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/18 20:14:59 kristerw Exp $
+
+SHA1 (libebml-0.6.3.tar.gz) = 75266aee0905b8e3b26ac13e690da58abc51ef35
+Size (libebml-0.6.3.tar.gz) = 56940 bytes
+SHA1 (patch-aa) = 6e0d63f6ea45ccc6144e2685a2597e913c5dd030
diff -r 61609aa1edda -r d4b53e5f7927 devel/libebml/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/patches/patch-aa    Sun Jan 18 20:14:58 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/01/18 20:14:59 kristerw Exp $
+
+--- make/linux/Makefile.orig   Sun Jan 18 20:26:55 2004
++++ make/linux/Makefile        Sun Jan 18 20:27:21 2004
+@@ -10,7 +10,7 @@
+ #
+ 
+ # Paths
+-prefix=/usr/local
++prefix=${PREFIX}
+ libdir=$(prefix)/lib
+ includedir=$(prefix)/include/ebml
+ 



Home | Main Index | Thread Index | Old Index