summaryrefslogtreecommitdiff
path: root/devel/libebml
AgeCommit message (Collapse)AuthorFilesLines
2004-05-31Obey CXXFLAGS, pass more buildlink variables.salo3-10/+32
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-16call $(BSD_INSTALL) to install files, not "install".grant2-1/+15
2004-05-16libebml really wants the GNU C++ compiler.grant1-1/+3
2004-05-05Update to version 0.7.0.salo3-7/+7
Needed for mkvtoolnix update. Changes: - LGPL license changes.
2004-04-17USE_LANGUAGES=c++grant1-1/+2
2004-04-07Resolve conflicts, switch to bl3. (sorry for the mess..)salo4-44/+14
2004-04-07Initial import of libebml-0.6.5: Extensible Binary Meta Language supportsalo4-11/+33
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.
2004-02-04s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion ofgrant1-3/+2
bsd.prefs.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-18Initial import of devel/libebml version 0.6.3.kristerw6-0/+89
From Rhialto in PR pkg/24016. libebml is a library for handling EBML (Extensible Binary Meta Language), that is a binary derivative of XML.