qpage port
This commit is contained in:
parent
cf88edc7c4
commit
65e5a21c17
18
comms/qpage/Makefile
Normal file
18
comms/qpage/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: qpage
|
||||
# Version required: 3.2
|
||||
# Date created: 02 Aug 1997
|
||||
# Whom: joes@seaport.net
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/05/17 02:33:35 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qpage-3.2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ftp://ftp.it.mtu.edu/pub/QuickPage/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= joes@seaport.net
|
||||
|
||||
MAN1= qpage.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
comms/qpage/files/md5
Normal file
1
comms/qpage/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qpage-3.2.tar.Z) = 9716c9d07a504b301788a22eaaf2aa80
|
35
comms/qpage/patches/patch-aa
Normal file
35
comms/qpage/patches/patch-aa
Normal file
@ -0,0 +1,35 @@
|
||||
--- Makefile.orig Sat Aug 2 21:02:24 1997
|
||||
+++ Makefile Sun Aug 3 21:38:37 1997
|
||||
@@ -16,14 +16,16 @@
|
||||
# NEED_STRERROR - your system does NOT support strerror()
|
||||
#
|
||||
|
||||
-CCENV= -DSOLARIS -DFACILITY=LOG_LOCAL1 # -DSNPP_SERVER=\"short\"
|
||||
+#CCENV= -DSOLARIS -DFACILITY=LOG_LOCAL1 # -DSNPP_SERVER=\"short\"
|
||||
+CCENV= -DFACILITY=LOG_DAEMON -DLOCKDIR=\"/var/spool/lock\" -DDAEMONUSER=1 -DDAEMONGROUP=68 -DSYSTEM_CONFIG=\"${PREFIX}/etc/qpage.cf\" -D_PATH_SENDMAIL=\"/usr/sbin/sendmail\"
|
||||
#DEBUG= -g -DDEBUG
|
||||
|
||||
-CFLAGS= -mr $(DEBUG) $(CCENV)
|
||||
-LDLIBS= -lsocket -lnsl
|
||||
+#CFLAGS= -mr $(DEBUG) $(CCENV)
|
||||
+CFLAGS= -g $(DEBUG) $(CCENV)
|
||||
+#LDLIBS= -lsocket -lnsl
|
||||
|
||||
#CC=cc
|
||||
-#CC=gcc
|
||||
+CC=gcc
|
||||
RM= /bin/rm -f
|
||||
|
||||
|
||||
@@ -53,6 +55,11 @@
|
||||
all: $(PROG)
|
||||
|
||||
$(OBJS): $(INCL)
|
||||
+
|
||||
+install: all
|
||||
+ ${BSD_INSTALL_PROGRAM} qpage ${PREFIX}/bin
|
||||
+ ${BSD_INSTALL_MAN} qpage.man ${PREFIX}/man/man1/qpage.1
|
||||
+ ${BSD_INSTALL_DATA} example-qpage.cf ${PREFIX}/etc
|
||||
|
||||
$(PROG): $(OBJS)
|
||||
$(RM) $(PROG)
|
1
comms/qpage/pkg/COMMENT
Normal file
1
comms/qpage/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
SNPP client/server for sending messages to an alphanumeric pager.
|
12
comms/qpage/pkg/DESCR
Normal file
12
comms/qpage/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
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.
|
||||
|
||||
Joe Stein
|
||||
joes@seaport.net
|
3
comms/qpage/pkg/PLIST
Normal file
3
comms/qpage/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
bin/qpage
|
||||
man/man1/qpage.1
|
||||
etc/example-qpage.cf
|
Loading…
x
Reference in New Issue
Block a user