Commit graph

7 commits

Author SHA1 Message Date
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Diane Bruce
74786e1406 - 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)
2007-04-20 21:27:48 +00:00
Diane Bruce
a568ef0024 Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.

Approved by:	ehaupt (mentor)
2007-01-19 18:14:20 +00:00
Frank J. Laszlo
4e74eb7b51 1) Move patch-Makefile.in into REINPLACE_CMD
2) Respect X11BASE

PR:		ports/105922
Submitted by:	Diane Bruce <db@db.net> (maintainer)
2006-12-01 14:45:19 +00:00
Soeren Straarup
92621f65ef Mark BROKEN for 4.X
Notified by:	pointyhat
Approved by:	maintainer, tmclaugh (mentor)
2006-11-17 00:15:22 +00:00
Soeren Straarup
268605bcdd 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
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/

PR:		105059
Submitted by:	Diane Bruce <db@db.net>
Approved by:	tmclaugh (mentor)
2006-11-09 18:41:59 +00:00