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 <ports at mcdermottroe.com>
This commit is contained in:
parent
90862d3405
commit
c8393c97cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166996
@ -63,6 +63,7 @@
|
||||
SUBDIR += ncid
|
||||
SUBDIR += nec2c
|
||||
SUBDIR += nokryptia
|
||||
SUBDIR += o2sms
|
||||
SUBDIR += obexapp
|
||||
SUBDIR += openobex
|
||||
SUBDIR += p5-Device-Gsm
|
||||
|
32
comms/o2sms/Makefile
Normal file
32
comms/o2sms/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: o2sms
|
||||
# Date created: June 13th, 2006
|
||||
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= o2sms
|
||||
PORTVERSION= 3.13
|
||||
CATEGORIES= comms perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW/MACKERS
|
||||
|
||||
MAINTAINER= ports@mcdermottroe.com
|
||||
COMMENT= Send SMS messages via the websites of Irish mobile operators
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
${SITE_PERL}/Lingua/EN/Squeeze.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Squeeze \
|
||||
${SITE_PERL}/TestGen4Web/Runner.pm:${PORTSDIR}/www/p5-TestGen4Web-Runner
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= o2sms.1 \
|
||||
meteorsms.1 \
|
||||
vodasms.1
|
||||
MAN3= WWW::SMS::IE::iesms.3 \
|
||||
WWW::SMS::IE::o2sms.3 \
|
||||
WWW::SMS::IE::meteorsms.3 \
|
||||
WWW::SMS::IE::vodasms.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
comms/o2sms/distinfo
Normal file
3
comms/o2sms/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (o2sms-3.13.tar.gz) = 8279f79bce7fbf9b5de90c34b1424bb2
|
||||
SHA256 (o2sms-3.13.tar.gz) = e46798e54f81b2c7f206445c54157a78f65efa67a8e2a2158239aeef8db04fe4
|
||||
SIZE (o2sms-3.13.tar.gz) = 20580
|
13
comms/o2sms/pkg-descr
Normal file
13
comms/o2sms/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
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/
|
15
comms/o2sms/pkg-plist
Normal file
15
comms/o2sms/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms/.packlist
|
||||
%%SITE_PERL%%/WWW/SMS/IE/iesms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/meteorsms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/meteorsms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/o2sms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/o2sms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/vodasms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/vodasms.pm
|
||||
bin/meteorsms
|
||||
bin/o2sms
|
||||
bin/vodasms
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms
|
||||
@dirrm %%SITE_PERL%%/WWW/SMS/IE
|
||||
@dirrmtry %%SITE_PERL%%/WWW/SMS
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in New Issue
Block a user