Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2005 06:10:35 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/90529: [NEW PORT] net/sendsnpp: Tool for sending messages through a RFC1861 compliant SNPP server
Message-ID:  <1134792635.0@it.buh.tecnik93.com>
Resent-Message-ID: <200512170420.jBH4K3Ic018025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90529
>Category:       ports
>Synopsis:       [NEW PORT] net/sendsnpp: Tool for sending messages through a RFC1861 compliant SNPP server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 04:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #5: Thu Dec  1 02:08:55 EET 2005


>Description:


SendSNPP is a perl program for sending messages through a RFC1861 compliant
SNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a
wide range of paging providers for sending pages. A list of some of the
providers that support the SNPP service is on the WWW site below. SendSNPP
requires no special modules, and has been tested on Linux and Windows systems.
It has a very straight forward interface making it very easy to use.

Feature List:
- Easy addition of new service providers by simply editing a hash
- Supports logging to a file
- Script returns error status to the system when an error occurs
- Automatic message truncation when message exceeds providers limit
- Verbose and descriptive error messages if something goes wrong
- Multiple debugging levels

WWW: http://caspian.dotconf.net/menu/Software/SendSNPP/


>How-To-Repeat:





>Fix:


--- sendsnpp.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sendsnpp
#	sendsnpp/Makefile
#	sendsnpp/distinfo
#	sendsnpp/pkg-descr
#	sendsnpp/pkg-plist
#
echo c - sendsnpp
mkdir -p sendsnpp > /dev/null 2>&1
echo x - sendsnpp/Makefile
sed 's/^X//' >sendsnpp/Makefile << 'END-of-sendsnpp/Makefile'
X# New ports collection makefile for:	net/sendsnpp
X# Date created:				2005-12-17
X# Whom:			Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
X#
X# $FreeBSD$
X# $Tecnik: ports/net/sendsnpp/Makefile,v 1.1 2005/12/17 04:05:04 itetcu Exp $
X
XPORTNAME=	sendSNPP
XDISTVERSION=	v1.03
XCATEGORIES=	net perl5
XMASTER_SITES=	http://caspian.dotconf.net/menu/Software/SendSNPP/ \
X	http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
X
XMAINTAINER=	itetcu@people.tecnik93.com
XCOMMENT=	Tool for sending messages through a RFC1861 compliant SNPP server
X
XNO_BUILD=	yes
XUSE_PERL_RUN=	yes
X
Xpost-patch:
X	@${PERL} -pi -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/${PORTNAME}.pl
X
Xdo-install:
X	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME}.pl ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-sendsnpp/Makefile
echo x - sendsnpp/distinfo
sed 's/^X//' >sendsnpp/distinfo << 'END-of-sendsnpp/distinfo'
XMD5 (sendSNPP-v1.03.tar.gz) = 947660c94e336af7baae5a02eca327b3
XSHA256 (sendSNPP-v1.03.tar.gz) = b1b0c21647ec21775b57f1ffa05684168ee9ea9588a425cffd3a81694ee72edd
XSIZE (sendSNPP-v1.03.tar.gz) = 8358
END-of-sendsnpp/distinfo
echo x - sendsnpp/pkg-descr
sed 's/^X//' >sendsnpp/pkg-descr << 'END-of-sendsnpp/pkg-descr'
XSendSNPP is a perl program for sending messages through a RFC1861 compliant
XSNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a
Xwide range of paging providers for sending pages. A list of some of the 
Xproviders that support the SNPP service is on the WWW site below. SendSNPP
Xrequires no special modules, and has been tested on Linux and Windows systems.
XIt has a very straight forward interface making it very easy to use. 
X
XFeature List:
X- Easy addition of new service providers by simply editing a hash 
X- Supports logging to a file 
X- Script returns error status to the system when an error occurs 
X- Automatic message truncation when message exceeds providers limit 
X- Verbose and descriptive error messages if something goes wrong 
X- Multiple debugging levels
X
XWWW: http://caspian.dotconf.net/menu/Software/SendSNPP/
END-of-sendsnpp/pkg-descr
echo x - sendsnpp/pkg-plist
sed 's/^X//' >sendsnpp/pkg-plist << 'END-of-sendsnpp/pkg-plist'
Xbin/sendSNPP.pl
END-of-sendsnpp/pkg-plist
exit

--- sendsnpp.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1134792635.0>