Initial import of SendPage
SNPP, TAP, email notification application
This commit is contained in:
parent
83b2ac1fab
commit
5a5a656755
49
comms/p5-SendPage/Makefile
Normal file
49
comms/p5-SendPage/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/14 18:00:14 todd Exp $
|
||||
|
||||
|
||||
COMMENT= "SNPP, TAP, email notification application"
|
||||
|
||||
V=0.9.14
|
||||
DISTNAME= sendpage-${V}
|
||||
PKGNAME= p5-SendPage-${V}
|
||||
CATEGORIES= comms
|
||||
|
||||
HOMEPAGE= http://sendpage.sf.net
|
||||
|
||||
MAINTAINER= Todd T. Fries <todd@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sendpage/}
|
||||
|
||||
RUN_DEPENDS= ::comms/p5-Device-SerialPort \
|
||||
::mail/p5-Mail-Tools \
|
||||
::net/p5-Net-SNPP
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
SAMPLES= email2page.conf sendpage.cf snpp.conf
|
||||
DOCS= Changes FEATURES README THANKS
|
||||
DOCS2= PagingCentrals.txt README pc-testing.txt postfix.txt \
|
||||
rfc1861.txt sendmail.txt sendpage.php
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sendpage
|
||||
.for f in ${SAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/examples/sendpage
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/docs/sendpage
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/docs/sendpage
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/docs/sendpage/docs
|
||||
.for f in ${DOCS2}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/docs/sendpage/docs
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
4
comms/p5-SendPage/distinfo
Normal file
4
comms/p5-SendPage/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (sendpage-0.9.14.tar.gz) = 0c8958af95554a5b5f9627172f3b826c
|
||||
RMD160 (sendpage-0.9.14.tar.gz) = 3df20224305f0f340b57ea9b341003f7b5ee5873
|
||||
SHA1 (sendpage-0.9.14.tar.gz) = 909854ee29d9bd75318ce67710d9b111a395818d
|
||||
SIZE (sendpage-0.9.14.tar.gz) = 101989
|
11
comms/p5-SendPage/pkg/DESCR
Normal file
11
comms/p5-SendPage/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
What is Sendpage?
|
||||
|
||||
To send alphanumeric pages to a pager, if an email gateway is
|
||||
unavailable or undesirable, 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. Sendpage
|
||||
is available under the GNU General Public License.
|
47
comms/p5-SendPage/pkg/PLIST
Normal file
47
comms/p5-SendPage/pkg/PLIST
Normal file
@ -0,0 +1,47 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/14 18:00:14 todd Exp $
|
||||
bin/email2page
|
||||
bin/sendmail2snpp
|
||||
bin/sendpage
|
||||
bin/snpp
|
||||
${P5SITE}/Sendpage/
|
||||
${P5SITE}/Sendpage/KeesConf.pm
|
||||
${P5SITE}/Sendpage/KeesLog.pm
|
||||
${P5SITE}/Sendpage/Modem.pm
|
||||
${P5SITE}/Sendpage/Page.pm
|
||||
${P5SITE}/Sendpage/PageQueue.pm
|
||||
${P5SITE}/Sendpage/PagingCentral.pm
|
||||
${P5SITE}/Sendpage/Queue.pm
|
||||
${P5SITE}/Sendpage/Recipient.pm
|
||||
${P5SITE}/Sendpage/SNPPServer.pm
|
||||
@man man/man1/email2page.1
|
||||
@man man/man1/sendpage.1
|
||||
@man man/man1/snpp.1
|
||||
@man man/man3p/Sendpage::KeesConf.3p
|
||||
@man man/man3p/Sendpage::KeesLog.3p
|
||||
@man man/man3p/Sendpage::Modem.3p
|
||||
@man man/man3p/Sendpage::Page.3p
|
||||
@man man/man3p/Sendpage::PageQueue.3p
|
||||
@man man/man3p/Sendpage::PagingCentral.3p
|
||||
@man man/man3p/Sendpage::Queue.3p
|
||||
@man man/man3p/Sendpage::Recipient.3p
|
||||
share/docs/
|
||||
share/docs/sendpage/
|
||||
share/docs/sendpage/Changes
|
||||
share/docs/sendpage/FEATURES
|
||||
share/docs/sendpage/README
|
||||
share/docs/sendpage/THANKS
|
||||
share/docs/sendpage/docs/
|
||||
share/docs/sendpage/docs/PagingCentrals.txt
|
||||
share/docs/sendpage/docs/README
|
||||
share/docs/sendpage/docs/pc-testing.txt
|
||||
share/docs/sendpage/docs/postfix.txt
|
||||
share/docs/sendpage/docs/rfc1861.txt
|
||||
share/docs/sendpage/docs/sendmail.txt
|
||||
share/docs/sendpage/docs/sendpage.php
|
||||
share/examples/sendpage/
|
||||
share/examples/sendpage/email2page.conf
|
||||
@sample ${SYSCONFDIR}/email2page.conf
|
||||
share/examples/sendpage/sendpage.cf
|
||||
@sample ${SYSCONFDIR}/sendpage.cf
|
||||
share/examples/sendpage/snpp.conf
|
||||
@sample ${SYSCONFDIR}/snpp.conf
|
Loading…
x
Reference in New Issue
Block a user