diff options
author | salo <salo@pkgsrc.org> | 2004-04-07 10:40:01 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-07 10:40:01 +0000 |
commit | f0c46ab77b6d3e0b49f2232c5f60c05467768c96 (patch) | |
tree | 75a0b5529f7527a5b6e93ac1cb436d5ebce0c3b7 /devel/libebml/PLIST | |
parent | a2272100b046e7a69f6fcdce8df6d335bef2ada3 (diff) | |
download | pkgsrc-f0c46ab77b6d3e0b49f2232c5f60c05467768c96.tar.gz |
Initial import of libebml-0.6.5: Extensible Binary Meta Language support
library.
EBML, or Extensible Binary Meta-Language, is a simple XML like binary
language for describing data in structured style. EBML was originally
designed for use in the Matroska project, but the developers saw that
EBML was very flexible and extensible.
From pkgsrc-wip, submitted by Sergey Svishchev.
Diffstat (limited to 'devel/libebml/PLIST')
-rw-r--r-- | devel/libebml/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libebml/PLIST b/devel/libebml/PLIST index b9e238d7b07..c657762eb78 100644 --- a/devel/libebml/PLIST +++ b/devel/libebml/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/18 20:14:58 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.1.1.2 2004/04/07 10:40:01 salo Exp $ +lib/libebml.a include/ebml/Debug.h include/ebml/EbmlBinary.h include/ebml/EbmlConfig.h @@ -20,11 +21,10 @@ include/ebml/EbmlTypes.h include/ebml/EbmlUInteger.h include/ebml/EbmlUnicodeString.h include/ebml/EbmlVersion.h +include/ebml/c/libebml_t.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 |