Port details |
- mkclean Clean and optimize Matroska and WebM files
- 0.9.0 multimedia =6 0.9.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: 2010-10-25 06:18:58
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: syslog-ng, vuxml, vlc, libmatroska, mkvtoolnix
- License: BSD3CLAUSE
- WWW:
- https://www.matroska.org/downloads/mkclean.html
- Description:
- mkclean is a command line tool to clean and optimize Matroska files that have
already been muxed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mkclean>0:multimedia/mkclean
- To install the port:
- cd /usr/ports/multimedia/mkclean/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/mkclean
- pkg install mkclean
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mkclean
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645167021
SHA256 (Matroska-Org-foundation-source-mkclean-0.9.0_GH0.tar.gz) = d42123ceb22be6f682105fd4fc28b6657ca86ab2bb9450f753054bf17b65ad1e
SIZE (Matroska-Org-foundation-source-mkclean-0.9.0_GH0.tar.gz) = 718527
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_mkclean
- USES:
- cmake compiler:c++11-lang cpe iconv localbase:ldflags
- 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 |
0.9.0 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.9.0 24 May 2023 16:34:10 |
Mathieu Arnold (mat) |
*: regular cleanup for GH_TAGNAME bad usage |
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.9.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.9.0 24 Feb 2022 16:00:08 |
Fernando Apesteguía (fernape) |
multimedia/mkclean: Update to 0.9.0
ChangeLog:
https://github.com/Matroska-Org/foundation-source/blob/mkclean-0.9.0/mkclean/ChangeLog.txt
PR: 262041
Reported by: sega01@go-beyond.org |
0.8.7_2 19 Oct 2021 11:14:37 |
Stefan Eßer (se) |
multimedia/mkclean: Add CPE information
Approved by: portmgr (blanket) |
0.8.7_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.7_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.7_2 12 Dec 2020 05:34:50 |
linimon |
Mark as BROKEN on riscv64.
Obtained from: lonesome.com build testing |
0.8.7_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.8.7_1 18 Jul 2019 11:22:36 |
pkubaj |
multimedia/mkclean: fix linking when using base GCC
Base GCC can't link this port:
c++: Internal error: Segmentation fault (program ld)
Approved by: mentors (implicit approval) |
0.8.7_1 15 Sep 2018 09:38:22 |
amdmi3 |
- Pet portlint
- Switch to USES=localbase
- Regenerate patches
- Update WWW |
0.8.7_1 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
0.8.7_1 01 Mar 2017 01:47:30 |
linimon |
Previous commit should have been for armv6.
Note: the last release of this code was 2012. Remember to take some
antacids if you try to read this code.
Approved by: portmgr (tier-2 blanket) |
0.8.7_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.8.7 16 Nov 2016 00:34:37 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.8.7 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.8.7 09 Dec 2014 16:33:17 |
feld |
Update "BSD" license in multimedia category |
0.8.7 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.8.7 16 Dec 2013 17:26:49 |
bapt |
Drop maintainership |
0.8.7 03 Oct 2013 17:41:27 |
bapt |
Properly support staging, take advantage of the new BROKEN_${ARCH} |
0.8.7 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.8.7 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.8.7 05 Jul 2013 13:44:31 |
bapt |
Convert to USES=gmake |
0.8.7 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.8.7 31 Aug 2012 10:18:56 |
bapt |
Update to 0.8.7
Cleanup the header to only keep the $FreeBSD$ line |
0.8.6_1 22 Dec 2011 10:23:42 |
linimon |
Mark broken on sparc64.
Hat: portmgr |
0.8.6_1 01 Oct 2011 05:59:45 |
bapt |
- fix plist
Reported by: pointyhat (pav) |
0.8.6 28 Sep 2011 21:18:31 |
bapt |
- update to 0.8.6
- take maintainership [1]
- add license
- respect PREFIX
- remove the broken on sparc64 seems to have been fixed upstream, but I have no
way to test it
- only provide the mkclean binary, no more the testing mkvtree
Approved by: johnson.peter@gmail.com (previous maintainer) |
0.6.0 16 Jul 2011 05:38:29 |
linimon |
Mark as broken on sparc64: does not configure.
While here, remove obsolete OSVERSION check. |
0.6.0 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.6.0 06 Nov 2010 20:45:25 |
pav |
- Mark BROKEN on 6.X: does not compile (-fvisibility=hidden)
Reported by: pointyhat |
0.6.0 25 Oct 2010 06:18:51 |
vanilla |
Add mkclean 0.6.0, clean and optimize Matroska and WebM files.
PR: ports/151679
Submitted by: Peter Johnson <johnson.peter at gmail.com> |