FreshPorts -- The Place For Ports notbug Fri, 25 May 2012 6:58 PM BST
Port details
xanalyser 1.32_1 audio on this many watch lists=1 search for ports that depend on this port
Spectrum analyser
Maintained by: db@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Nov 2006 19:14:27
Also Listed In: hamradio
License: not specified in port


XAnalyser is a program to analyse a stereo audio signal. It has two displays:

Frequency Spectrum
Using Fast Fourier Transform, the time domain of the signal is transformed into
the frequency domain, i.e. the amplitude (in logarithmic scale) of the
audio signal is plotted versus the frequency. Either the sum of the 
left and right channel of the audio signal can be shown or both
channels simultaneously.

XY Scope
Roughly speaking, the audio signal of left channel deflects a point
horizontally and the right channel vertically (just as the beam of a CRT
would do). Thus, an audio signal only present on the left channel produces
a horizontal line, whereas an audio signal only present on the right channel
produces a vertical line. A mono signal produces a 45 degree line.
A stereo signal creates a wilde pattern (if the phase is correct,
predominately in the same direction as a mono signal) or may even fill
the entire scope. 

WWW: http://arvin.schnell-web.net/xanalyser/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, x11/libXpm, devel/libtool
Required To Run: x11/libXpm
Required Libraries: x11-toolkits/open-motif
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://arvin.schnell-web.net/xanalyser/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 May 2011 12:44:53
Original commit files touched by this commit  1.32_1
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.32
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.32
ade search for other commits by this committer
Sync to new bsd.autotools.mk
27 May 2010 00:32:09
Original commit files touched by this commit  1.32
db search for other commits by this committer
- Update to 1.32
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.30_2
mezz search for other commits by this committer
-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
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.30_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)
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.30_2
  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)
23 Mar 2008 16:44:09
Original commit files touched by this commit  1.30_2
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.30_1
rafan search for other commits by this committer
- 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
19 May 2007 20:32:57
Original commit files touched by this commit  1.30_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
20 Apr 2007 21:27:48
Original commit files touched by this commit  1.30
db search for other commits by this committer
- cleanup non-supported [1] (with changes)
- update to 1.30 [2]

PR:             ports/111694 [1]
Submitted by:   edwin [1], Diane Bruce (maintainer) [2]
Approved by:    ehaupt (mentor)
19 Jan 2007 18:14:20
Original commit files touched by this commit  1.29
db search for other commits by this committer
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.

Approved by:    ehaupt (mentor)
01 Dec 2006 14:45:19
Original commit files touched by this commit  1.29
laszlof search for other commits by this committer
1) Move patch-Makefile.in into REINPLACE_CMD
2) Respect X11BASE

PR:             ports/105922
Submitted by:   Diane Bruce <db@db.net> (maintainer)
17 Nov 2006 00:15:22
Original commit files touched by this commit  1.29
xride search for other commits by this committer
Mark BROKEN for 4.X

Notified by:    pointyhat
Approved by:    maintainer, tmclaugh (mentor)
09 Nov 2006 18:41:59
Original commit files touched by this commit  1.29
xride search for other commits by this committer
Add xanalyser 1.29

XAnalyser is a program to analyse a stereo audio signal. It has two displays:

Frequency Spectrum
Using Fast Fourier Transform, the time domain of the signal is transformed into
the frequency domain, i.e. the amplitude (in logarithmic scale) of the
audio signal is plotted versus the frequency. Either the sum of the
left and right channel of the audio signal can be shown or both
channels simultaneously.

XY Scope
Roughly speaking, the audio signal of left channel deflects a point
horizontally and the right channel vertically (just as the beam of a CRT
would do). Thus, an audio signal only present on the left channel produces
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23669
Broken 192
Deprecated 147
Ignore 733
Forbidden 3
Restricted 327
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 30
new 48 hours35
new 7 days67
new fortnight185
new month256

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