Port details |
- mkvalidator Command line tool to verify Matroska and WebM files
- 0.5.0 multimedia
=3 0.5.0Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2011-09-28 15:39:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: smartmontools, pcre, coreutils, zip, glib
- License: BSD3CLAUSE BSD4CLAUSE GPLv2
- Description:
- mkvalidator is a simple command line tool to verify Matroska and WebM
files for 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mkvalidator>0:multimedia/mkvalidator
- To install the port:
- cd /usr/ports/multimedia/mkvalidator/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/mkvalidator
- pkg install mkvalidator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mkvalidator
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mkvalidator-0.5.0.tar.bz2) = c3e72e5b49d32174415b9273ea8d52380e09ac63c8dc7db684104021c711c104
SIZE (mkvalidator-0.5.0.tar.bz2) = 587942
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_mkvalidator
- USES:
- cpe gmake iconv localbase tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.0 19 Oct 2021 11:14:38
    |
Stefan Eßer (se)  |
multimedia/mkvalidator: Add CPE information
Approved by: portmgr (blanket) |
0.5.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.0 26 Sep 2018 09:38:31
  |
amdmi3  |
- Switch to USES=localbase
- Silence patching
- Update WWW |
0.5.0 02 Jul 2018 04:00:29
  |
linimon  |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.5.0 10 Sep 2017 13:11:01
  |
sunpoet  |
Pet portlint: move BROKEN_sparc64 upward
- Update BROKEN: use lowercase for leading character
- Regenerate patch files with makepatch: |
0.5.0 13 May 2017 23:21:37
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.5.0 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
0.5.0 11 Apr 2015 17:51:47
  |
riggs  |
- Update to upstream version 0.5.0 [1]
- 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 |
0.4.2 09 Dec 2014 16:33:17
  |
feld  |
Update "BSD" license in multimedia category |
0.4.2 29 Jul 2014 18:41:17
  |
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.4.2 16 Dec 2013 17:26:49
  |
bapt  |
Drop maintainership |
0.4.2 03 Oct 2013 17:44:27
  |
bapt  |
Properly support staging, take advantage of the new BROKEN_${ARCH} |
0.4.2 20 Sep 2013 20:57:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.4.2 04 Sep 2013 18:06:08
  |
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
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) |
0.4.2 05 Jul 2013 13:44:31
  |
bapt  |
Convert to USES=gmake |
0.4.2 27 Apr 2013 11:59:29
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.4.2 28 Dec 2012 22:44:06
  |
bapt  |
Update to 0.4.2
While here change tab to space in pkg-descr |
0.4.1 31 Aug 2012 10:21:04
  |
bapt  |
- update to 0.4.1
- cleanup the header |
0.4.0 14 May 2012 10:23:01
 |
bapt  |
- update to 0.4.0 |
0.3.7 22 Dec 2011 10:25:45
 |
linimon  |
Mark broken on sparc64.
Hat: portmgr |
0.3.7 28 Sep 2011 15:39:16
 |
bapt  |
mkvalidator is a simple command line tool to verify Matroska and WebM files for
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 |