Portage is a package management system used by Gentoo Linux
# ChangeLog for net-misc/asterisk-app_nv_faxdetect
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_nv_faxdetect/ChangeLog,v 1.8 2007/02/22 02:04:53 peper Exp $
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
06 Jan 2007; Timothy Redaelli
asterisk-app_nv_faxdetect-1.0.6.ebuild:
s/einfo/elog/
15 Apr 2006; Stefan Knoblich
+files/app_nv_faxdetect-1.0.6-ast10.diff,
+files/app_nv_faxdetect-1.0.6-ast12.diff,
-files/app_nv_faxdetect-1.0.6-aststable.diff,
asterisk-app_nv_faxdetect-1.0.6.ebuild:
Add patch for asterisk-1.2.x, submitted by Brad House
19 Sep 2005; Stefan Knoblich
asterisk-app_nv_faxdetect-1.0.6.ebuild:
Stable on x86.
16 Aug 2005; Stefan Knoblich
asterisk-app_nv_faxdetect-1.0.6.ebuild:
Made ebuild ready for asterisk-1.2.0(_pre).
08 Jul 2005; David Holm
asterisk-app_nv_faxdetect-1.0.6.ebuild:
Added to ~ppc.
29 Jun 2005; Stefan Knoblich
Modified DESCRIPTION, making it more clear this ebuild contains both detect
apps
*asterisk-app_nv_faxdetect-1.0.6 (31 May 2005)
31 May 2005; Stefan Knoblich
+files/app_nv_faxdetect-1.0.6-astcfg.diff,
+files/app_nv_faxdetect-1.0.6-aststable.diff,
+asterisk-app_nv_faxdetect-1.0.6.ebuild:
Initial import. Thanks to Josef, Joe Stroller and of course
Justin Newman (Newmantelecom).
AUX app_nv_faxdetect-1.0.6-ast10.diff 1000 RMD160 6b74bec7f7f0330ede1a4830a6bc3004cb9108f2 SHA1 80e8824b77d989fe8e56615830bc4535c73e20a0 SHA256 aab8937933b23bd17345bd334542a22f42fb3df0f970c7428a9987e11494edd1
AUX app_nv_faxdetect-1.0.6-ast12.diff 1351 RMD160 9c8a63ef531cac0dbd291c7b30534c23a5a7af2c SHA1 23a1daccdabd258a7efc0e70b5eb8dd7d1c50c35 SHA256 22737cc304d73c6742f33063fdd094128c3ccc07ba40f99c19c4087a839b6b9d
AUX app_nv_faxdetect-1.0.6-astcfg.diff 988 RMD160 e391da82be85a2733fdb55d4ae374af8d2c7421e SHA1 9e48d917e06aa7cc23ecbea16e6cf24a7cf56b54 SHA256 040f0b0885ddc702a55dee8d43267b6442239e52d77d0eb77e6fc311c5b13789
DIST app_nv_faxdetect-1.0.6.tar.bz2 4959 RMD160 59bf0553ff3847725612ca858eabb7994d29525a SHA1 ed094918a17e4d351fa9fefa993ef277ec319786 SHA256 b797ad2c6e193db1efd6d394ff1e3126ac60045fdf4a805f57b7af976db3797c
EBUILD asterisk-app_nv_faxdetect-1.0.6.ebuild 1341 RMD160 30be536d1fa0f4190d6b1ecb3ba0a30860772c9c SHA1 3fabb1f0eefa74858b2103e617c52b58840e57a2 SHA256 cf4baf784a4b0bc3bbff12aa9143f693ee7531e0dcd08d4c4396697db7d56fc7
MISC ChangeLog 1609 RMD160 aa00c6c17f3f517808296fba7d4d20f3dcc712eb SHA1 1c5cb00646e432020d56ebc50dc4523ea88da84a SHA256 09fd33643dd21e4d28f69fe079eb2ab2ee51a608cd8600292506961c5403c1cb
MISC metadata.xml 407 RMD160 6b63e0df88a8312e28c84871cf5799b99cbcd418 SHA1 41da15dc43236ee0252eb3667e7114a3c5c90c5c SHA256 843e2a18dcd59e560947ab9ac89c561394427f3e8091a2a95a5f9c7167c06b23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild,v 1.7 2007/01/06 16:30:24 drizzt Exp $
inherit eutils
MY_PN="app_nv_faxdetect"
DESCRIPTION="Asterisk plugins to detect faxes, dtfm and voice (faxdetect and backgrounddetect)"
HOMEPAGE="http://www.newmantelecom.com/asterisk/faxdetect/"
SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.bz2"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
DEPEND=">=net-misc/asterisk-1.0.5-r1"
S="${WORKDIR}"/${MY_PN}-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
# use asterisk-config...
epatch "${FILESDIR}"/app_nv_faxdetect-${PV}-astcfg.diff
if has_version "
# change callerid to asterisk stable
epatch "${FILESDIR}"/app_nv_faxdetect-${PV}-ast10.diff
else
einfo "Building for Asterisk-1.2.x"
epatch "${FILESDIR}"/app_nv_faxdetect-${PV}-ast12.diff
fi
}
src_compile() {
emake -j1 || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die
}
pkg_postinst() {
elog "See"
echo
elog " http://www.voip-info.org/wiki-NVFaxDetect"
elog " http://www.voip-info.org/wiki-NVBackgroundDetect"
echo
elog "for more information"
}
and app_nv_backgrounddetect to detect faxes, dtmf and voice. Useable with all
channel types.