FreshPorts -- The Place For Ports Sat, 4 Feb 2012 2:34 AM GMT
Port details
normalize 0.7.7_5 audio on this many watch lists=27 search for ports that depend on this port
A tool for adjusting the volume of wave/MP3 files to a standard level
Maintained by: alex@fafula.com search for ports maintained by this maintainer
Port Added: 03 Feb 2001 15:16:34
License: not specified in port


Normalize is an overly complicated tool for adjusting the volume of
wave files to a standard volume level.  This is useful for things like
creating mp3 mixes, where different recording levels on different
albums can cause the volume to vary greatly from song to song.

WWW: http://normalize.nongnu.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Run: audio/madplay, audio/lame
Required Libraries: audio/libmad, devel/gettext
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for normalize-0.7.7_5:
     XMMS=off (default) "Build XMMS plugin"
     MP3=on (default) "MP3 support"
     OGG=off (default) "OGG support"
     FLAG=off (default) "FLAC support"
===> Use 'make config' to modify these settings

Master Sites:
http://nongnu.askapache.com/normalize/
http://mirror.lihnidos.org/GNU/savannah/normalize/
http://ftp.twaren.net/Unix/NonGNU/normalize/
ftp://ftp.twaren.net/Unix/NonGNU/normalize/
http://gnu.mirrors.pair.com/savannah/savannah/normalize/
ftp://gnu.mirrors.pair.com/savannah/normalize/
http://download-mirror.savannah.gnu.org/releases/normalize/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 38

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 22:27:02
Original commit files touched by this commit  0.7.7_5
netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
22 Oct 2011 23:50:23
Original commit files touched by this commit  0.7.7_4
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.7.7_4
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.7.7_4
miwi search for other commits by this committer
- Get Rid MD5 support
03 Jun 2010 08:55:01
Original commit files touched by this commit  0.7.7_4
netchild search for other commits by this committer
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
31 May 2010 02:01:56
Original commit files touched by this commit  0.7.7_3
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
30 Jan 2009 23:12:01
Original commit files touched by this commit  0.7.7_2
pav search for other commits by this committer
- Use MASTER_SITE_SAVANNAH to fix fetch

Reported by:    -fetch-original pointyhat run
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.7.7_2
rafan search for other commits by this committer
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 View all of this commit message)
06 Jun 2008 13:07:20
Original commit files touched by this commit  0.7.7_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.7.7_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
28 Aug 2007 08:37:46
Original commit files touched by this commit  0.7.7_1
rafan search for other commits by this committer
- When helper programs does not appear at compile time, the generated
  script is broken. Therefore, disable helper program search at compile
  time and let it searches programs at runtime.
- Helper programs can be installed via OPTIONS. Install madplay for MP3
  as default.

PR:             ports/107386 (based on)
Submitted by:   Jonathan Liu <Net147 at hotmail.com>
Approved by:    maintainer via mail
29 Jul 2007 13:41:32
Original commit files touched by this commit  0.7.7
pav search for other commits by this committer
- Update WWW
30 Jan 2006 12:33:08
Original commit files touched by this commit  0.7.7
mnag search for other commits by this committer
Update to 0.7.7
Use audio/libmad instead meta port audio/mad
Pass maintainer to submitter

PR:             92514
Submitted by:   Aleksander Fafula <alex@fafula.com>
Approved by:    maintainer
22 Jan 2006 08:13:12
Original commit files touched by this commit  0.7.6_3
edwin search for other commits by this committer
SHA256ify

Approved by:            krion@
12 Nov 2005 21:17:58
Original commit files touched by this commit  0.7.6_3
sem search for other commits by this committer
- Submitter of the last PR kindly agrees to take the port
12 Nov 2005 19:09:45
Original commit files touched by this commit  0.7.6_3
sem search for other commits by this committer
- Fix pkg-plist when WITH_XMMS defined

PR:             ports/88893
Submitted by:   Ion-Mihai "IOnut" Tetcu
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.7.6_3
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.7.6_3
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
10 Apr 2004 17:26:55
Original commit files touched by this commit  0.7.6_3
trevor search for other commits by this committer
Tidy up whitespace.
27 Mar 2004 23:35:31
Original commit files touched by this commit  0.7.6_3
kris search for other commits by this committer
Support WITHOUT_NLS
24 Mar 2004 14:20:03
Original commit files touched by this commit  0.7.6_3
green search for other commits by this committer
Unbreak the fetch step: USE_BZIP2 must be set before the use of
OPTIONS/<bsd.port.pre.mk> to take effect there.

Submitted by:   mich
23 Mar 2004 17:23:50
Original commit files touched by this commit  0.7.6_3
green search for other commits by this committer
Add the ability to install the XMMS plugin (WITH_XMMS option).
04 Feb 2004 04:36:30
Original commit files touched by this commit  0.7.6_2
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
27 Jan 2004 20:51:07
Original commit files touched by this commit  0.7.6_1
trevor search for other commits by this committer
Add SIZE.
23 Jan 2004 18:12:26
Original commit files touched by this commit  0.7.6_1
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
07 Dec 2003 01:27:06
Original commit files touched by this commit  0.7.6_1
marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
16 Nov 2003 14:22:18
Original commit files touched by this commit  0.7.6
krion search for other commits by this committer
- Update to version 0.7.6

PR:             59328
Submitted by:   Ports Fury
03 Nov 2003 07:23:24
Original commit files touched by this commit  0.7.5_2
linimon search for other commits by this committer
Reset maintainer to ports@FreeBSD.org.  Requested by: kris.
26 Aug 2003 20:25:58
Original commit files touched by this commit  0.7.5_2
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 05:41:38
Original commit files touched by this commit  0.7.5_1
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
24 Feb 2003 06:10:54
Original commit files touched by this commit  0.7.5_1
edwin search for other commits by this committer
Update port: audio/normalize to 0.7.5

PR:             ports/42399
Submitted by:   Jamie Aczel <temperanza@softhome.net>
01 Aug 2002 16:22:41
Original commit files touched by this commit  0.5.2_1
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
12 Apr 2002 17:10:20
Original commit files touched by this commit  0.5.2_1
ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
15 Mar 2002 19:44:29
Original commit files touched by this commit  0.5.2
ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
27 Feb 2001 03:03:27
files touched by this commit
steve search for other commits by this committer
Update to version 0.5.2.    
20 Feb 2001 13:59:56
files touched by this commit
sf search for other commits by this committer
get rid of unnecessary libgnugetopt dependency.    
04 Feb 2001 21:13:03
files touched by this commit
olgeni search for other commits by this committer
Style: use tabs, not spaces, to indent variables in Makefiles.   (whitespace
only changes)    
03 Feb 2001 18:16:34
files touched by this commit
dannyboy search for other commits by this committer
Add normalize, a tool for normalizing the volume of wav and mp3 files.    

Number of commits found: 38

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01
apache2Jan 31
apache20Jan 31
apache21Jan 31
apache22Jan 31
apache22-prefork-mpmJan 31
sudo*Jan 31

17 vulnerabilities affecting 41 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 23096
Broken 192
Deprecated 94
Ignore 728
Forbidden 2
Restricted 329
No CDROM 108
Vulnerable 0
Expired 7
Set to expire 92
Interactive 62
new 24 hours 4
new 48 hours5
new 7 days26
new fortnight58
new month111

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

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