summaryrefslogtreecommitdiff
path: root/comms/qpage
diff options
context:
space:
mode:
authoragc <agc>1999-09-21 09:57:31 +0000
committeragc <agc>1999-09-21 09:57:31 +0000
commit53e4c31e6a50a67722ed7342a43104935813a432 (patch)
tree9ca9e9405790af2d610670e0c4d7734a85428156 /comms/qpage
parentd124a2dd4b09b0786df4e0a838e5cc83b640dfae (diff)
downloadpkgsrc-53e4c31e6a50a67722ed7342a43104935813a432.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/qpage')
-rw-r--r--comms/qpage/Makefile20
-rw-r--r--comms/qpage/files/md53
-rw-r--r--comms/qpage/pkg/COMMENT1
-rw-r--r--comms/qpage/pkg/DESCR11
-rw-r--r--comms/qpage/pkg/PLIST3
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