Port details |
- Maaate MPEG audio analysis toolkit
- 0.3.1_5 audio =4 0.3.1_5Version of this port present on the latest quarterly branch.
- Maintainer: saper@saper.info
- Port Added: 2001-02-12 06:25:48
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: py39-pexpect, valgrind, libevent, R, llvm-devel
- License: GPLv2
- WWW:
- https://maaate.sourceforge.net/
- Description:
- MPEG Maaate (pronounce: ma:a:it) is a C++ toolkit to parse and
analyse audio data in the compressed domain by analysing MPEG-1/2
Layers 1-3 audio files. It makes the encoded fields of an MPEG
audio stream accessible (tier1) and provides some content analysis
functions like silence detection (tier2).
MPEG Maaate is designed in tiers: the first tier implements the
parsing of the MPEG audio stream, the second tier implements the
content analysis on the extracted field, and the third tier includes
any applications that are based on the extracted content.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/Maaate/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/Maaate
- pkg install Maaate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: Maaate
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Maaate-0.3.1.tar.gz) = ff4d39eb1f3b5136baacdb9afdd34df7145c09b3cdaee63591477e6aaaa1ace3
SIZE (Maaate-0.3.1.tar.gz) = 550329
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:
- ===> The following configuration options are available for Maaate-0.3.1_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_Maaate
- USES:
- gmake libtool
- 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.3.1_5 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.3.1_5 29 Jun 2023 11:45:01 |
Fernando Apesteguía (fernape) Author: Marcin Cieślak |
audio/Maaate: fix build with clang 16
Patch the "register" keyword out.
PR: 272223
Reported by: saper@saper.info (maintainer) |
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.3.1_5 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.3.1_5 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.3.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1_5 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.3.1_5 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.3.1_5 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.3.1_5 18 Sep 2014 08:15:33 |
tijl |
- Remove old libtool patch
- Add INSTALL_TARGET=install-strip |
0.3.1_5 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.3.1_5 28 Apr 2014 13:54:47 |
bapt |
Convert from USE_AUTOTOOLS=libtool -> USES=libtool
While here:
- audio/esound:
* use @sample
* use install-strip target to strip binaires
- audio/Maaate:
* strip binaries
- audio/xmms-festalon:
* strip binaries
- audio/freealut
* strip binaries |
0.3.1_4 08 Feb 2014 18:25:13 |
riggs |
- Build fix for clang based systems
- Add LICENSE
- Add OPTION for portdocs
- Correct outdated project URL in pkg-descr
- Bump PORTREVISION
PR: ports/184963
Submitted by: Marcin Cieslak <saper@saper.info> (maintainer)
Approved by: thierry (mentor)
MFH: 2014Q1 |
0.3.1_3 26 Dec 2013 17:32:11 |
bapt |
Support stage |
0.3.1_3 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.3.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.3.1_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.3.1_3 31 Dec 2009 10:03:33 |
pav |
- Restore maintainership
Submitted by: Marcin Cieslak <saper@saper.info> |
0.3.1_3 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.3.1_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.3.1_3 08 Jul 2009 21:28:59 |
pav |
- Reset maintainer
<saper@system.pl>
(reason: 550 user not found... podany uzytkownik nie istnieje...) |
0.3.1_3 24 Aug 2008 06:12:53 |
rafan |
- Project moved to sourceforge
- New distfile available: size changed due to some Mac only files included
in the tarball, like:
._layer1.txt: AppleDouble encoded Macintosh file
- Pass maintainership to submitter
PR: ports/126769
Submitted by: Marcin Cieslak <saper at SYSTEM.PL> |
0.3.1_2 20 Aug 2008 12:51:24 |
rafan |
- The author promised to put the distfile on sourceforge. So we extend the
expiration date a little bit.
PR: ports/123230
Submitted by: Marcin Cieslak <saper at SYSTEM.PL> |
0.3.1_2 04 May 2008 05:36:40 |
rafan |
- Last update is in 2002 and homepage disappears. Mark deprecated and schedule
to remove.
PR: ports/123230
Submitted by: Josh Paetzel <josh at tcbug.org> |
0.3.1_2 10 Feb 2008 12:38:57 |
erwin |
Mark BROKEN: checksum mismatch |
0.3.1_2 03 Jan 2008 18:35:38 |
erwin |
Remove BROKEN: fetches again. |
0.3.1_2 18 Nov 2007 17:56:14 |
linimon |
Broken: unfetchable.
Approved by: portmgr (self) |
0.3.1_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.3.1_2 14 Aug 2006 10:08:25 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.3.1_2 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
0.3.1_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.1_1 18 Jan 2006 20:55:33 |
pav |
- Distfile rerolled; verified no content changes
PR: ports/91917
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Reported by: krismail |
0.3.1_1 14 Dec 2005 17:17:17 |
tdb |
- Unbreak, upstream distfile changed.
Contents of new distfile checked, and are identical to old one.
PR: 90373
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Approved by: clement (mentor) |
0.3.1_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.3.1_1 15 Nov 2005 04:43:25 |
kris |
BROKEN: Size mismatch |
0.3.1_1 31 May 2005 16:05:37 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
0.3.1_1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.3.1_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.3.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.3.1 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.3.1 21 Oct 2003 11:24:02 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
0.3.1 01 Jun 2003 20:38:15 |
naddy |
Update to version 0.3.1
PR: 52660
Submitted by: Ports Fury |
0.3.0 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
0.3.0 06 Oct 2002 17:39:02 |
ijliao |
upgrade to 0.3.0
PR: 43691
Submitted by: Ports Fury |
0.2.2_1 20 Jul 2002 19:19:22 |
ijliao |
fix build on current
portlint cleanup
bump portrevision
PR: 40812
Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> |
0.2.2 08 Jul 2002 10:22:14 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.2.2 28 Mar 2002 16:17:55 |
ijliao |
upgrade to 0.2.2 |
0.2.1 18 Mar 2002 16:33:26 |
ijliao |
oops... forget to update WWW |
0.2.1 18 Mar 2002 16:32:18 |
ijliao |
upgrade to 0.2.1
drop maintainership |
12 Feb 2001 09:25:48 |
ijliao |
add Maaate, a MPEG audio analysis toolkit |