diff options
author | agc <agc> | 1999-09-21 09:57:31 +0000 |
---|---|---|
committer | agc <agc> | 1999-09-21 09:57:31 +0000 |
commit | 2c9b600558aa64f55c196f7adc4ba89db487ba7c (patch) | |
tree | 9ca9e9405790af2d610670e0c4d7734a85428156 /comms | |
parent | c3bdf059a594f4c9a976d16876723e0a65ebe9e6 (diff) | |
download | pkgsrc-2c9b600558aa64f55c196f7adc4ba89db487ba7c.tar.gz |
Initial import of qpage, a simple and efficient paging (SNPP) client
and server, into the NetBSD packages collection. This package also
handles IXO (TAP) messages.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qpage/Makefile | 20 | ||||
-rw-r--r-- | comms/qpage/files/md5 | 3 | ||||
-rw-r--r-- | comms/qpage/pkg/COMMENT | 1 | ||||
-rw-r--r-- | comms/qpage/pkg/DESCR | 11 | ||||
-rw-r--r-- | comms/qpage/pkg/PLIST | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile new file mode 100644 index 00000000000..4227390fe1d --- /dev/null +++ b/comms/qpage/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/21 09:57:31 agc Exp $ +# + +DISTNAME= qpage-3.2 +CATEGORIES= comms +MASTER_SITES= http://www.freebsd.org/~fenner/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.freebsd.org/~fenner/ + +ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD + +MAKE_ENV+= CPPFLAGS="`${AWK} -F: '/^uucp:/ { printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' /etc/passwd`" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/qpage.man ${PREFIX}/man/man1/qpage.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/qpage/files/md5 b/comms/qpage/files/md5 new file mode 100644 index 00000000000..10b4625e99c --- /dev/null +++ b/comms/qpage/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/21 09:57:31 agc Exp $ + +MD5 (qpage-3.2.tar.Z) = 9716c9d07a504b301788a22eaaf2aa80 diff --git a/comms/qpage/pkg/COMMENT b/comms/qpage/pkg/COMMENT new file mode 100644 index 00000000000..868aeb91f3b --- /dev/null +++ b/comms/qpage/pkg/COMMENT @@ -0,0 +1 @@ +a simple and efficient paging (SNPP) client and server diff --git a/comms/qpage/pkg/DESCR b/comms/qpage/pkg/DESCR new file mode 100644 index 00000000000..b03f88f202f --- /dev/null +++ b/comms/qpage/pkg/DESCR @@ -0,0 +1,11 @@ +QuickPage sends messages to a paging terminal using the SNPP and IXO +(also known as TAP) protocols. It is normally used with no options +other than a recipient and the message text, in which case the message +is sent to the SNPP server where it is submitted to a page queue to be +sent by a separate daemon process. Page groups and duty schedules are +supported. Status notification messages indicating the success or +failure of a page are sent via e-mail to submitters of high-priority +(level 0) pages. + +Quickpage can act as an SNPP server or client. For more details on +SNPP, see RFC 1861. diff --git a/comms/qpage/pkg/PLIST b/comms/qpage/pkg/PLIST new file mode 100644 index 00000000000..4b655fc3803 --- /dev/null +++ b/comms/qpage/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/21 09:57:31 agc Exp $ +bin/qpage +man/man1/qpage.1 |