summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-01-18 20:14:58 +0000
committerkristerw <kristerw>2004-01-18 20:14:58 +0000
commit4061b7fb8f66a97947a756faa1fe578cdca7668c (patch)
tree761d68ea244e899278aff27418e72d063c763d58 /devel
parent58ee9a606391f60a929926b8f147a14b2a27495b (diff)
downloadpkgsrc-4061b7fb8f66a97947a756faa1fe578cdca7668c.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/libebml/DESCR4
-rw-r--r--devel/libebml/Makefile17
-rw-r--r--devel/libebml/PLIST30
-rw-r--r--devel/libebml/buildlink2.mk20
-rw-r--r--devel/libebml/distinfo5
-rw-r--r--devel/libebml/patches/patch-aa13
6 files changed, 89 insertions, 0 deletions
diff --git a/devel/libebml/DESCR b/devel/libebml/DESCR
new file mode 100644
index 00000000000..1ee8717081e
--- /dev/null
+++ b/devel/libebml/DESCR
@@ -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 --git a/devel/libebml/Makefile b/devel/libebml/Makefile
new file mode 100644
index 00000000000..71fe6884d42
--- /dev/null
+++ b/devel/libebml/Makefile
@@ -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
+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 --git a/devel/libebml/PLIST b/devel/libebml/PLIST
new file mode 100644
index 00000000000..b9e238d7b07
--- /dev/null
+++ b/devel/libebml/PLIST
@@ -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 --git a/devel/libebml/buildlink2.mk b/devel/libebml/buildlink2.mk
new file mode 100644
index 00000000000..a0b1296be0e
--- /dev/null
+++ b/devel/libebml/buildlink2.mk
@@ -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 --git a/devel/libebml/distinfo b/devel/libebml/distinfo
new file mode 100644
index 00000000000..58cd60cc436
--- /dev/null
+++ b/devel/libebml/distinfo
@@ -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 --git a/devel/libebml/patches/patch-aa b/devel/libebml/patches/patch-aa
new file mode 100644
index 00000000000..23eb49e945a
--- /dev/null
+++ b/devel/libebml/patches/patch-aa
@@ -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
+