aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mkvalidator
Commit message (Collapse)AuthorAgeFilesLines
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* - Update to upstream version 0.5.0 [1]riggs2015-04-124-22/+47
| | | | | | | | | | | - General port cleanup [1] - Fix sporadic build failures on SMP systems [2] - Un-break build on arm [2] PR: 199247 Submitted by: tkato432@yahoo.com [1] Reviewed by: riggs [2] MFH: 2015Q2
* Update "BSD" license in multimedia categoryfeld2014-12-101-1/+2
|
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Drop maintainershipbapt2013-12-171-1/+1
|
* Properly support staging, take advantage of the new BROKEN_${ARCH}bapt2013-10-041-9/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Convert to USES=gmakebapt2013-07-051-2/+1
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Update to 0.4.2bapt2012-12-293-4/+4
| | | | While here change tab to space in pkg-descr
* - update to 0.4.1bapt2012-08-312-8/+3
| | | | - cleanup the header
* - update to 0.4.0bapt2012-05-142-3/+3
|
* Mark broken on sparc64.linimon2011-12-221-1/+7
| | | | Hat: portmgr
* mkvalidator is a simple command line tool to verify Matroska and WebM files forbapt2011-09-285-0/+68
spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line. http://www.matroska.org/downloads/mkvalidator.html