FreshPorts -- The Place For Ports Sat, 17 May 2008 5:23 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
Maaate 0.3.1_2 audio on this many watch lists=3 search for ports that depend on this port
Broken BROKEN: checksum mismatch due to fetch grabbing an error page instead of the distfiles
Expiration Date EXPIRATION DATE: 2008-07-29
Ignore IGNORE: is marked as broken: checksum mismatch due to fetch grabbing an error page instead of the distfiles
MPEG audio analysis toolkit

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 search for ports maintained by this maintainer
Port Added: 12 Feb 2001 06:25:48


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. 

WWW: http://www.cmis.csiro.au/maaate/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool15

To install the port: cd /usr/ports/audio/Maaate/ && make install clean

A package is not available for ports asked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
http://www.cmis.csiro.au/maaate/packages/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 May 2008 06:36:40
Original commit files touched by this commit  0.3.1_2
rafan search for other commits by this committer
- 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>
10 Feb 2008 12:38:57
Original commit files touched by this commit  0.3.1_2
erwin search for other commits by this committer
Mark BROKEN: checksum mismatch
03 Jan 2008 18:35:38
Original commit files touched by this commit  0.3.1_2
erwin search for other commits by this committer
Remove BROKEN: fetches again.
18 Nov 2007 17:56:14
Original commit files touched by this commit  0.3.1_2
linimon search for other commits by this committer
Broken: unfetchable.

Approved by:    portmgr (self)
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.3.1_2
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
14 Aug 2006 11:08:25
Original commit files touched by this commit  0.3.1_2
clsung search for other commits by this committer
- 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>
03 May 2006 06:14:35
Original commit files touched by this commit  0.3.1_2
edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.3.1_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
18 Jan 2006 20:55:33
Original commit files touched by this commit  0.3.1_1
pav search for other commits by this committer
- Distfile rerolled; verified no content changes

PR:             ports/91917
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Reported by:    krismail
14 Dec 2005 17:17:17
Original commit files touched by this commit  0.3.1_1
tdb search for other commits by this committer
- 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)
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.3.1_1
ade search for other commits by this committer
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.
15 Nov 2005 04:43:25
Original commit files touched by this commit  0.3.1_1
kris search for other commits by this committer
BROKEN: Size mismatch
31 May 2005 17:05:37
Original commit files touched by this commit  0.3.1_1
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.3.1_1
marcus search for other commits by this committer
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
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.3.1_1
ade search for other commits by this committer
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.
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.3.1_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
27 Jan 2004 20:51:07
Original commit files touched by this commit  0.3.1
trevor search for other commits by this committer
Add SIZE.
21 Oct 2003 12:24:02
Original commit files touched by this commit  0.3.1
osa search for other commits by this committer
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
A part of PR:   57992
01 Jun 2003 21:38:15
Original commit files touched by this commit  0.3.1
naddy search for other commits by this committer
Update to version 0.3.1

PR:             52660
Submitted by:   Ports Fury
20 Feb 2003 16:49:55
Original commit files touched by this commit  0.3.0
knu search for other commits by this committer
De-pkg-comment.
06 Oct 2002 18:39:02
Original commit files touched by this commit  0.3.0
ijliao search for other commits by this committer
upgrade to 0.3.0

PR:             43691
Submitted by:   Ports Fury
20 Jul 2002 20:19:22
Original commit files touched by this commit  0.2.2_1
ijliao search for other commits by this committer
fix build on current
portlint cleanup
bump portrevision

PR:             40812
Submitted by:   "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
08 Jul 2002 11:22:14
Original commit files touched by this commit  0.2.2
ijliao search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             39283
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
28 Mar 2002 16:17:55
Original commit files touched by this commit  0.2.2
ijliao search for other commits by this committer
upgrade to 0.2.2
18 Mar 2002 16:33:26
Original commit files touched by this commit  0.2.1
ijliao search for other commits by this committer
oops... forget to update WWW
18 Mar 2002 16:32:18
Original commit files touched by this commit  0.2.1
ijliao search for other commits by this committer
upgrade to 0.2.1
drop maintainership
12 Feb 2001 09:25:48
files touched by this commit
ijliao search for other commits by this committer
add Maaate, a MPEG audio analysis toolkit    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.518 seconds.