From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 17 04:20:05 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 959EB16A41F for ; Sat, 17 Dec 2005 04:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A5343D64 for ; Sat, 17 Dec 2005 04:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBH4K3rl018026 for ; Sat, 17 Dec 2005 04:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBH4K3Ic018025; Sat, 17 Dec 2005 04:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 17 Dec 2005 04:20:03 GMT Resent-Message-Id: <200512170420.jBH4K3Ic018025@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C88516A41F for ; Sat, 17 Dec 2005 04:10:53 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D03C43D64 for ; Sat, 17 Dec 2005 04:10:51 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 25861 invoked from network); 17 Dec 2005 04:10:46 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 17 Dec 2005 04:10:46 -0000 Received: (qmail 8190 invoked by uid 89); 17 Dec 2005 04:10:46 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 17 Dec 2005 04:10:46 -0000 Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 9092BB84D for ; Sat, 17 Dec 2005 06:10:35 +0200 (EET) Message-Id: <1134792635.0@it.buh.tecnik93.com> Date: Sat, 17 Dec 2005 06:10:35 +0200 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/90529: [NEW PORT] net/sendsnpp: Tool for sending messages through a RFC1861 compliant SNPP server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 04:20:05 -0000 >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 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 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: