ports/98916: [NEW PORT] comms/o2sms

Conor McDermottroe ports at mcdermottroe.com
Tue Jun 13 23:20:24 UTC 2006


>Number:         98916
>Category:       ports
>Synopsis:       [NEW PORT] comms/o2sms
>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:   Tue Jun 13 23:20:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Conor McDermottroe
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD platinum.office.edgespace.net 6.1-RELEASE FreeBSD 6.1-RELEASE #3: Thu May 25 14:46:01 IST 2006 root at platinum.office.edgespace.net:/usr/obj/usr/src/sys/PLATINUM i386


	
>Description:
	New port for o2sms, a command line program to send text messages via the
	web interfaces provided by the three Irish mobile phone operators.

	N.B. ports/98915 is a prerequisite for this port.

>How-To-Repeat:
	
>Fix:

# 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:
#
#	/usr/ports/comms/o2sms
#	/usr/ports/comms/o2sms/pkg-descr
#	/usr/ports/comms/o2sms/distinfo
#	/usr/ports/comms/o2sms/Makefile
#	/usr/ports/comms/o2sms/pkg-plist
#
echo c - /usr/ports/comms/o2sms
mkdir -p /usr/ports/comms/o2sms > /dev/null 2>&1
echo x - /usr/ports/comms/o2sms/pkg-descr
sed 's/^X//' >/usr/ports/comms/o2sms/pkg-descr << 'END-of-/usr/ports/comms/o2sms/pkg-descr'
Xo2sms is a program to send SMS messages using the websites of Irish mobile
Xoperators. Despite its name, it supports all three major Irish operators - o2
XIreland, Vodafone Ireland and Meteor Ireland.
X
XThe program works by simulating a web browser's interaction with those
Xwebsites. In essense, the program is really just a stripped-down specialised
Xbrowser.
X
XAt the time of writing, o2 web accounts have 250 free web texts per month,
XVodafone 300 and Meteor 300. After sending a message, o2sms will tell you how
Xmany you have remaining.
X
XWWW: http://www.mackers.com/projects/o2sms/
END-of-/usr/ports/comms/o2sms/pkg-descr
echo x - /usr/ports/comms/o2sms/distinfo
sed 's/^X//' >/usr/ports/comms/o2sms/distinfo << 'END-of-/usr/ports/comms/o2sms/distinfo'
XMD5 (o2sms-3.13.tar.gz) = 8279f79bce7fbf9b5de90c34b1424bb2
XSHA256 (o2sms-3.13.tar.gz) = e46798e54f81b2c7f206445c54157a78f65efa67a8e2a2158239aeef8db04fe4
XSIZE (o2sms-3.13.tar.gz) = 20580
END-of-/usr/ports/comms/o2sms/distinfo
echo x - /usr/ports/comms/o2sms/Makefile
sed 's/^X//' >/usr/ports/comms/o2sms/Makefile << 'END-of-/usr/ports/comms/o2sms/Makefile'
X# New ports collection makefile for:    o2sms
X# Date created:				June 13th, 2006
X# Whom:	      				Conor McDermottroe <ports at mcdermottroe.com>
X# ex:ts=8
X#
X# $FreeBSD$
X#
X
XPORTNAME=	o2sms
XPORTVERSION=	3.13
XCATEGORIES=	comms perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	WWW/MACKERS
X
XMAINTAINER=	ports at mcdermottroe.com
XCOMMENT=	Send SMS messages via the websites of Irish mobile operators
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
X		${SITE_PERL}/Lingua/EN/Squeeze.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Squeeze \
X		${SITE_PERL}/TestGen4Web/Runner.pm:${PORTSDIR}/www/p5-TestGen4Web-Runner
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		o2sms.1 \
X		meteorsms.1 \
X		vodasms.1
XMAN3=		WWW::SMS::IE::iesms.3 \
X		WWW::SMS::IE::o2sms.3 \
X		WWW::SMS::IE::meteorsms.3 \
X		WWW::SMS::IE::vodasms.3
X
X.include <bsd.port.mk>
END-of-/usr/ports/comms/o2sms/Makefile
echo x - /usr/ports/comms/o2sms/pkg-plist
sed 's/^X//' >/usr/ports/comms/o2sms/pkg-plist << 'END-of-/usr/ports/comms/o2sms/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms/.packlist
X%%SITE_PERL%%/WWW/SMS/IE/iesms.pm
X%%SITE_PERL%%/WWW/SMS/IE/meteorsms.action
X%%SITE_PERL%%/WWW/SMS/IE/meteorsms.pm
X%%SITE_PERL%%/WWW/SMS/IE/o2sms.action
X%%SITE_PERL%%/WWW/SMS/IE/o2sms.pm
X%%SITE_PERL%%/WWW/SMS/IE/vodasms.action
X%%SITE_PERL%%/WWW/SMS/IE/vodasms.pm
Xbin/meteorsms
Xbin/o2sms
Xbin/vodasms
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms
X at dirrm %%SITE_PERL%%/WWW/SMS/IE
X at dirrmtry %%SITE_PERL%%/WWW/SMS
X at dirrmtry %%SITE_PERL%%/WWW
END-of-/usr/ports/comms/o2sms/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list