Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dialup/sendpage
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/ChangeLog,v 1.10 2008/01/03 14:14:33 mrness Exp $
03 Jan 2008; Alin Năstac
Remove old version.
05 Nov 2007; Alin Năstac
Remove useless pkg_preinst function.
22 Nov 2006; Joseph Jezak
Marked ~ppc for bug #152196.
*sendpage-1.1.0-r1 (15 Jun 2006)
15 Jun 2006; Tony Vroon
-sendpage-1.1.0.ebuild, +sendpage-1.1.0-r1.ebuild:
Add sendpage user. Although the daemon starts as root it is willing to spawn
unprivileged children. Touch up initscript so it properly terminates all
subprocesses in this situation.
14 Jun 2006; Tony Vroon
+files/sendpage.initd, +sendpage-1.1.0.ebuild:
Version bump, ~amd64 keywording. Init script by me, makefile patch by
mcummings.
*sendpage-1.1.0 (14 Jun 2006)
14 Jun 2006; Tony Vroon
+files/sendpage.initd, +sendpage-1.1.0.ebuild:
Version bump. Add ~amd64 keyword.
14 May 2006; Alin Nastac
Cleanup the ebuild code.
13 Feb 2006; Michael Cummings
sendpage-0.9.14.ebuild:
Virtuals for perl-core
30 Dec 2005;
Migrating libnet to perl-core
10 May 2005; Alin Nastac
Moved from net-misc/sendpage to net-dialup/sendpage.
30 Nov 2004; Sven Wegener
Fixed invalid atoms in *DEPEND.
14 Jun 2004; David Holm
Added to ~ppc.
*sendpage-0.9.14 (13 Jun 2004)
13 Jun 2004; Michael Cummings
sendpage-0.9.14.ebuild:
ebuild submitted by Russell Adams
cleaned up
AUX 1.1.0-makefile.patch 369 RMD160 d55e0096a5336ad16e350ebbf8c73dde98a99459 SHA1 d36942469078cfe901da58441bff5cdc70b721ad SHA256 1c211aefc44d8534e1077b256ed01f20ba506cafca6eb7668c247f1deb5f7131
AUX sendpage.initd 523 RMD160 9b81d55288266cfb6b28b7b73a0afac53e0890e6 SHA1 73a5a06943744bdae5ae097b5d3d242997a0dcf5 SHA256 075ea0db9e655dfc8b2011631f3e000cbcecaf2490379125ae723cd0f7e1a4c2
DIST sendpage-1.001.tar.gz 127130 RMD160 26a9fb7fa30a26deea32dc41ed4022ad689ffbc5 SHA1 d7804aa82ef80e7c17344de68efafbb75e9d2917 SHA256 2f2d8253b3f94fd3915ae7568a87e1263c416066f2cce7923b6dd3d2d5dc2b0c
EBUILD sendpage-1.1.0-r1.ebuild 1063 RMD160 0de7bd5f74adf3050f60d0843889aacaefafa86f SHA1 c9c7231dd9395233f2bc23f8a633e84f47eb4f9c SHA256 6258cec9abd000b8b2553b90f6e224b324d364b52a4204922ed70d7fd4006371
MISC ChangeLog 2110 RMD160 5668c097dbfcc154e89da1e8ac4148f47c494cb9 SHA1 6c49ff24d5d5f44cb22cc1e48c4714ffbb1dfeac SHA256 41dc5594d8db9a005c1ad7ba1a14d757d5d777c1a25d81553fa8cd9bc9139076
MISC metadata.xml 659 RMD160 a67dd3f41950650f70cad5e25dc71228454bdcf1 SHA1 db9f5460c64a983ad2bfab49773e5c1947b6a5c9 SHA256 c4fb46700cb30a7693401698c5163e5fcfb16d2550e4c1e59fc264bb0360ed4c
software is needed to control a modem which will dial a "Paging Central", and deliver the pages using
an ASCII delivery system known as "TAP".
Sendpage implements all aspects of this type of software, including an SNPP client, an SNPP server,
a queuing engine, a modem control engine, a TAP communication system, and an email notification system.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/sendpage-1.1.0-r1.ebuild,v 1.4 2007/11/05 06:24:47 mrness Exp $
inherit perl-module eutils
MY_P=${PN}-1.001
DESCRIPTION="Dialup alphapaging software."
HOMEPAGE="http://www.sendpage.org/"
SRC_URI="http://www.sendpage.org/download/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-perl/Device-SerialPort-0.13
>=dev-perl/MailTools-1.44
>=virtual/perl-libnet-1.11
>=dev-perl/Net-SNPP-1.13
dev-perl/DBI"
mydoc="FEATURES THANKS TODO email2page.conf sendpage.cf snpp.conf docs/*"
pkg_setup() {
enewgroup sms
enewuser sendpage -1 -1 /var/spool/sendpage sms
}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-makefile.patch
}
src_install() {
perl-module_src_install
insinto /etc
doins sendpage.cf
newinitd "${FILESDIR}"/sendpage.initd sendpage
diropts -o sendpage -g sms -m0770
keepdir /var/spool/sendpage
}