From 5a5a65675541c6bdeaa9dd75eea05fc0dec727f3 Mon Sep 17 00:00:00 2001 From: todd Date: Fri, 14 Jan 2005 18:00:14 +0000 Subject: [PATCH] Initial import of SendPage SNPP, TAP, email notification application --- comms/p5-SendPage/Makefile | 49 +++++++++++++++++++++++++++++++++++++ comms/p5-SendPage/distinfo | 4 +++ comms/p5-SendPage/pkg/DESCR | 11 +++++++++ comms/p5-SendPage/pkg/PLIST | 47 +++++++++++++++++++++++++++++++++++ 4 files changed, 111 insertions(+) create mode 100644 comms/p5-SendPage/Makefile create mode 100644 comms/p5-SendPage/distinfo create mode 100644 comms/p5-SendPage/pkg/DESCR create mode 100644 comms/p5-SendPage/pkg/PLIST diff --git a/comms/p5-SendPage/Makefile b/comms/p5-SendPage/Makefile new file mode 100644 index 00000000000..d0b744f71af --- /dev/null +++ b/comms/p5-SendPage/Makefile @@ -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 + +# 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 diff --git a/comms/p5-SendPage/distinfo b/comms/p5-SendPage/distinfo new file mode 100644 index 00000000000..44e5ad3ad27 --- /dev/null +++ b/comms/p5-SendPage/distinfo @@ -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 diff --git a/comms/p5-SendPage/pkg/DESCR b/comms/p5-SendPage/pkg/DESCR new file mode 100644 index 00000000000..061addd3c23 --- /dev/null +++ b/comms/p5-SendPage/pkg/DESCR @@ -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. diff --git a/comms/p5-SendPage/pkg/PLIST b/comms/p5-SendPage/pkg/PLIST new file mode 100644 index 00000000000..4b7819ee158 --- /dev/null +++ b/comms/p5-SendPage/pkg/PLIST @@ -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