From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:31:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E36116A4DD; Wed, 5 Jul 2006 18:31:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D72B43D45; Wed, 5 Jul 2006 18:31:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65IVJnL037486; Wed, 5 Jul 2006 18:31:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65IVJ53037485; Wed, 5 Jul 2006 18:31:19 GMT (envelope-from garga) Message-Id: <200607051831.k65IVJ53037485@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 18:31:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/o2sms Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:31:19 -0000 garga 2006-07-05 18:31:19 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/o2sms Makefile distinfo pkg-descr pkg-plist Log: o2sms is a program to send SMS messages using the websites of Irish mobile operators. Despite its name, it supports all three major Irish operators - o2 Ireland, Vodafone Ireland and Meteor Ireland. The program works by simulating a web browser's interaction with those websites. In essense, the program is really just a stripped-down specialised browser. At the time of writing, o2 web accounts have 250 free web texts per month, Vodafone 300 and Meteor 300. After sending a message, o2sms will tell you how many you have remaining. WWW: http://www.mackers.com/projects/o2sms/ PR: ports/98916 Submitted by: Conor McDermottroe Revision Changes Path 1.149 +1 -0 ports/comms/Makefile 1.1 +32 -0 ports/comms/o2sms/Makefile (new) 1.1 +3 -0 ports/comms/o2sms/distinfo (new) 1.1 +13 -0 ports/comms/o2sms/pkg-descr (new) 1.1 +15 -0 ports/comms/o2sms/pkg-plist (new)