From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 17 03:40:06 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 3211516A422 for ; Sat, 17 Dec 2005 03:40:06 +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 E76FF43D5E for ; Sat, 17 Dec 2005 03:40:02 +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 jBH3e2fq012831 for ; Sat, 17 Dec 2005 03:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBH3e2ff012830; Sat, 17 Dec 2005 03:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 17 Dec 2005 03:40:02 GMT Resent-Message-Id: <200512170340.jBH3e2ff012830@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 8780016A41F for ; Sat, 17 Dec 2005 03:32:36 +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 8165C43D53 for ; Sat, 17 Dec 2005 03:32:35 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 20579 invoked from network); 17 Dec 2005 03:32:30 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 17 Dec 2005 03:32:30 -0000 Received: (qmail 3319 invoked by uid 89); 17 Dec 2005 03:32:30 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 17 Dec 2005 03:32:30 -0000 Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 38B53B841 for ; Sat, 17 Dec 2005 05:32:32 +0200 (EET) Message-Id: <1134790352.0@it.buh.tecnik93.com> Date: Sat, 17 Dec 2005 05:32:32 +0200 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/90528: [NEW PORT] www/sendsms: Simple perl command-line utility to send SMS via from on provider site 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 03:40:06 -0000 >Number: 90528 >Category: ports >Synopsis: [NEW PORT] www/sendsms: Simple perl command-line utility to send SMS via from on provider site >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 03:40: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: My 20th port :) If you have an AT&T Wireless, Bell Canada/Bell Mobility, Cellular One, Cingular, Cricket, Sprint PCS, SkyTel, or T-Mobile cell phone or pager, and you want the ability to send SMS messages to it via a command-line utility, this is what you need. All this program requires is a computer with a baseline Perl 5.x installation and web access. NO EXTRA PERL MODULES REQUIRED! How does it work? SendSMS connects to your service provider's web page and pretends to submit a form to their 'Instant Messaging' web page. Currently, AT&T Wireless, Bell Canada/Bell Mobility, Cellular One, Cingular, Cricket, SkyTel, Sprint PCS, and T-Mobile are supported. Users are encouraged to modify the provided templates to add support for any providers who are currently unsupported. Other Service Providers If you are interested in supporting another service provider please try to modify sendSMS on your own. It is not hard at all. Instructions and examples are included in the code, and if you're familiar with the site you're porting to, it takes about 15 minutes. If you get sendSMS working with any other providers' web sites, please email Paul Kreiner [deacon at thedeacon.org] and/or the port maintainer a patch so it can be added to the next release. WWW: http://caspian.dotconf.net/menu/Software/SendSMS/ >How-To-Repeat: >Fix: --- sendsms.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: # # sendsms # sendsms/Makefile # sendsms/distinfo # sendsms/pkg-descr # sendsms/pkg-plist # echo c - sendsms mkdir -p sendsms > /dev/null 2>&1 echo x - sendsms/Makefile sed 's/^X//' >sendsms/Makefile << 'END-of-sendsms/Makefile' X# New ports collection makefile for: www/sendsms X# Date created: 2005-12-17 X# Whom: Ion-Mihai "IOnut" Tetcu X# X# $FreeBSD$ X# $Tecnik: ports/www/sendsms/Makefile,v 1.1 2005/12/17 03:27:10 itetcu Exp $ X XPORTNAME= sendsms XPORTVERSION= 0.2.3 XCATEGORIES= net perl5 XMASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSMS/ \ X http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ XDISTNAME= sendSMS.pl XEXTRACT_SUFX= .gz X XMAINTAINER= itetcu@people.tecnik93.com XCOMMENT= Simple perl command-line utility to send SMS via from on provider site X XEXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} X XCONFLICTS= smstools-[0-9]* X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_PERL_RUN= yes X Xpost-patch: X @${PERL} -pi -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/${PORTNAME} X Xdo-install: X cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.include END-of-sendsms/Makefile echo x - sendsms/distinfo sed 's/^X//' >sendsms/distinfo << 'END-of-sendsms/distinfo' XMD5 (sendSMS.pl.gz) = c2658e1cd3ad0594c492bfbedb2fc023 XSHA256 (sendSMS.pl.gz) = d30e65c58fa626641939d9d413c29859cc80dbcdd76cadddbad866c2227f5e68 XSIZE (sendSMS.pl.gz) = 12725 END-of-sendsms/distinfo echo x - sendsms/pkg-descr sed 's/^X//' >sendsms/pkg-descr << 'END-of-sendsms/pkg-descr' XIf you have an AT&T Wireless, Bell Canada/Bell Mobility, Cellular One, XCingular, Cricket, Sprint PCS, SkyTel, or T-Mobile cell phone or pager, and you Xwant the ability to send SMS messages to it via a command-line utility, this is Xwhat you need. All this program requires is a computer with a baseline Perl 5.x Xinstallation and web access. NO EXTRA PERL MODULES REQUIRED! X XHow does it work? XSendSMS connects to your service provider's web page and pretends to submit a Xform to their 'Instant Messaging' web page. Currently, AT&T Wireless, Bell XCanada/Bell Mobility, Cellular One, Cingular, Cricket, SkyTel, Sprint PCS, and XT-Mobile are supported. Users are encouraged to modify the provided templates to Xadd support for any providers who are currently unsupported. X XOther Service Providers XIf you are interested in supporting another service provider please try to Xmodify sendSMS on your own. It is not hard at all. Instructions and examples are Xincluded in the code, and if you're familiar with the site you're porting to, it Xtakes about 15 minutes. If you get sendSMS working with any other providers' web Xsites, please email Paul Kreiner [deacon at thedeacon.org] and/or the port Xmaintainer a patch so it can be added to the next release. X XWWW: http://caspian.dotconf.net/menu/Software/SendSMS/ END-of-sendsms/pkg-descr echo x - sendsms/pkg-plist sed 's/^X//' >sendsms/pkg-plist << 'END-of-sendsms/pkg-plist' Xbin/sendsms END-of-sendsms/pkg-plist exit --- sendsms.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: