Port details |
- checkmate Command-line utility for checking mp3 files for errors
- 0.21_1 audio =3 0.21_1Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2006-06-24 10:32:44
- Last Update: 2024-04-12 19:35:43
- Commit Hash: 4ab6c18
- People watching this port, also watch:: rexx-imc, NetRexx, pure-ftpd, p5-DBD-InterBase, sox
- License: GPLv2
- WWW:
- https://checkmate.gissen.nl/
- Description:
- Mpck reads mp3 files and tries to determine if they are valid.
It displays statistics such as the bitrate. It is fast and supports
recursive directory checking.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- checkmate>0:audio/checkmate
- To install the port:
- cd /usr/ports/audio/checkmate/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/checkmate
- pkg install checkmate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: checkmate
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1499004619
SHA256 (checkmate-0.21.tar.gz) = a27b4843ec06b069a46363836efda3e56e1daaf193a73a4da875e77f0945dd7a
SIZE (checkmate-0.21.tar.gz) = 182030
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_checkmate
- 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.21_1 12 Apr 2024 19:35:43 |
Emanuel Haupt (ehaupt) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
0.21_1 23 Jan 2024 14:09:13 |
Emanuel Haupt (ehaupt) |
audio/checkmate: Move man pages to share/man |
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.21 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.21 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.21 02 Jul 2017 14:11:39 |
ehaupt |
Update to 0.21 |
0.20 10 Apr 2017 09:23:22 |
ehaupt |
Update to 0.20 |
0.19 06 Jan 2015 09:36:22 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
0.19 25 Oct 2013 12:42:01 |
ehaupt |
Fix package list. |
0.19 23 Oct 2013 10:26:46 |
ehaupt |
Support staging. |
0.19 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.19 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
0.19 08 Mar 2013 14:00:31 |
ehaupt |
Remove indefinite article from COMMENT |
0.19 27 Dec 2011 15:14:23 |
ehaupt |
Pacify portlint
Feature safe: yes |
0.19 25 Jan 2011 08:39:27 |
ehaupt |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
0.19 28 Sep 2010 05:34:20 |
ehaupt |
Update WWW |
0.19 28 Sep 2009 12:29:51 |
ehaupt |
Update to 0.19
Feature safe: yes |
0.18 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |
0.18 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.18 27 Mar 2008 22:15:47 |
ehaupt |
Use MASTER_SITE_CRITICAL |
0.18 13 Mar 2008 12:47:27 |
ehaupt |
Update to 0.18 |
0.15 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.15 20 Dec 2006 09:16:33 |
ehaupt |
Update to 0.15 |
0.14_1 24 Jun 2006 11:00:36 |
ehaupt |
Bump PORTREVISION to install the new MLINKS (from previous commit) |
0.14 24 Jun 2006 10:32:29 |
ehaupt |
- Renamed from mpck to checkmate (the project was renamed)
- Update WWW
- Install MLINKS
Repocopied by: marcus |