diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-05 18:31:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-05 18:31:19 +0000 |
commit | c8393c97ccb64f04d3e96769e916ec1ed6eb3441 (patch) | |
tree | 5f9c29f659531b0ea05d134a5e8e17542262f666 /comms | |
parent | 90862d3405a3ddcab2c788945e8af59f36bb0f30 (diff) | |
download | ports-c8393c97ccb64f04d3e96769e916ec1ed6eb3441.tar.gz ports-c8393c97ccb64f04d3e96769e916ec1ed6eb3441.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/o2sms/Makefile | 32 | ||||
-rw-r--r-- | comms/o2sms/distinfo | 3 | ||||
-rw-r--r-- | comms/o2sms/pkg-descr | 13 | ||||
-rw-r--r-- | comms/o2sms/pkg-plist | 15 |
5 files changed, 64 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 662b23c1f3e5..08b9e1a5cdf2 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -63,6 +63,7 @@ SUBDIR += ncid SUBDIR += nec2c SUBDIR += nokryptia + SUBDIR += o2sms SUBDIR += obexapp SUBDIR += openobex SUBDIR += p5-Device-Gsm diff --git a/comms/o2sms/Makefile b/comms/o2sms/Makefile new file mode 100644 index 000000000000..3edfce050a4a --- /dev/null +++ b/comms/o2sms/Makefile @@ -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> diff --git a/comms/o2sms/distinfo b/comms/o2sms/distinfo new file mode 100644 index 000000000000..4a04b9b319a0 --- /dev/null +++ b/comms/o2sms/distinfo @@ -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 diff --git a/comms/o2sms/pkg-descr b/comms/o2sms/pkg-descr new file mode 100644 index 000000000000..ad923dd8cc7e --- /dev/null +++ b/comms/o2sms/pkg-descr @@ -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/ diff --git a/comms/o2sms/pkg-plist b/comms/o2sms/pkg-plist new file mode 100644 index 000000000000..7e5caec1e09a --- /dev/null +++ b/comms/o2sms/pkg-plist @@ -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 |