FreshPorts -- The Place For Ports Mon, 22 Mar 2010 12:52 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
libid3tag 0.15.1b audio on this many watch lists=145 search for ports that depend on this port
ID3 tags library (part of MAD project)
Maintained by: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Dec 2003 00:58:17


MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
as well as the MPEG-2 extension to Lower Sampling Frequencies. All
three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are
fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it should
be backward compatible with such streams) or AAC, nor does it support
the so-called MPEG 2.5 format.

This is ID3 tag library, which is part of the project.

LICENSE: GPL2 or later

WWW: http://mad.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/pkg-config
Required To Run: devel/pkg-config

To install the port: cd /usr/ports/audio/libid3tag/ && make install clean
To add the package: pkg_add -r libid3tag


Configuration Options
     No options to configure

Master Sites:
http://garr.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://superb-east.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://nchc.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://kent.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://easynews.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://ufpr.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://mesh.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
http://heanet.dl.sourceforge.net/project/mad/libid3tag/0.15.1b/
ftp://ftp.mars.org/pub/mpeg/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Aug 2009 01:13:27
Original commit files touched by this commit  0.15.1b
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with A
16 Jan 2009 16:21:12
Original commit files touched by this commit  0.15.1b
dinoex search for other commits by this committer
- add LICENSE:
22 Jul 2007 21:59:33
Original commit files touched by this commit  0.15.1b
dinoex search for other commits by this committer
- make use of USE_LDCONFIG
10 Apr 2007 11:02:01
Original commit files touched by this commit  0.15.1b
dinoex search for other commits by this committer
- take maintainership
04 Feb 2007 07:51:28
Original commit files touched by this commit  0.15.1b
marcus search for other commits by this committer
Fix the build after the removal of objformat.

Reported by:    pointyhat via kris
12 Nov 2006 19:01:29
Original commit files touched by this commit  0.15.1b
linimon search for other commits by this committer
Reset inactive maintainer asa@gascom.ru.

Hat:            portmgr
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.15.1b
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:13:12
Original commit files touched by this commit  0.15.1b
edwin search for other commits by this committer
SHA256ify

Approved by:            krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.15.1b
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.
28 Oct 2005 09:45:26
Original commit files touched by this commit  0.15.1b
jylefort search for other commits by this committer
Create the ${PREFIX}/libdata/pkgconfig directory. It is needed on
4.x/5.x -RELEASE systems built exclusively from ports.

Forgotten by:   jylefort
28 Oct 2005 08:58:27
Original commit files touched by this commit  0.15.1b
jylefort search for other commits by this committer
- Update to 0.15.1b [1]
- While here, fix library major version number

[1]:
PR:             ports/87405
Submitted by:   Rodrigo Graeff <delphus@gmail.com>
Approved by:    maintainer timeout (15 days)
31 Jan 2005 09:50:00
Original commit files touched by this commit  0.15.0b_2
krion search for other commits by this committer
Add missing dependency.
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.15.0b_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
31 Mar 2004 04:12:58
Original commit files touched by this commit  0.15.0b_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.15.0b_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.
29 Dec 2003 19:54:29
Original commit files touched by this commit  0.15.0b_1
marcus search for other commits by this committer
Create and install a pkg-config file for id3tag.  There are some ports
that require this.

Submitted by:   maintainer
Adapted from:   RedHat spec
07 Dec 2003 00:56:43
Original commit files touched by this commit  0.15.0b
marcus search for other commits by this committer
Add libid3tag, an MPEG level 3 tagging library that is used by the MAD
project.

PR:             59703
Submitted by:   Sergey Akifyev <asa@gascom.ru>

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21420
Broken 171
Deprecated 46
Ignore 898
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 5
new 48 hours11
new 7 days23
new fortnight53
new month99

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.304 seconds.