Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Jan 2010 00:29:43 +0800 (CST)
From:      Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/142354: [NEW PORT] comms/p5-SMS-Send-TW-HiAir: SMS::Send driver for http://hiair.hinet.net/
Message-ID:  <20100105162944.0464C8A02F@Florence.tamama.org>
Resent-Message-ID: <201001051640.o05Ge2L5061899@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142354
>Category:       ports
>Synopsis:       [NEW PORT] comms/p5-SMS-Send-TW-HiAir: SMS::Send driver for http://hiair.hinet.net/
>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 Jan 05 16:40:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #7: Sat Dec  5 02:20:38 CST
>Description:
SMS::Send::TW::HiAir is a SMS::Send driver 
which allows you to send messages through http://hiair.hinet.net/

WWW:    http://search.cpan.org/dist/SMS-Send-TW-HiAir/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-SMS-Send-TW-HiAir-0.01.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:
#
#	p5-SMS-Send-TW-HiAir
#	p5-SMS-Send-TW-HiAir/pkg-descr
#	p5-SMS-Send-TW-HiAir/pkg-plist
#	p5-SMS-Send-TW-HiAir/Makefile
#	p5-SMS-Send-TW-HiAir/distinfo
#
echo c - p5-SMS-Send-TW-HiAir
mkdir -p p5-SMS-Send-TW-HiAir > /dev/null 2>&1
echo x - p5-SMS-Send-TW-HiAir/pkg-descr
sed 's/^X//' >p5-SMS-Send-TW-HiAir/pkg-descr << 'd88f3a2d498b3a756ba1d87f9d119ca8'
XSMS::Send::TW::HiAir is a SMS::Send driver 
Xwhich allows you to send messages through http://hiair.hinet.net/
X
XWWW:    http://search.cpan.org/dist/SMS-Send-TW-HiAir/
d88f3a2d498b3a756ba1d87f9d119ca8
echo x - p5-SMS-Send-TW-HiAir/pkg-plist
sed 's/^X//' >p5-SMS-Send-TW-HiAir/pkg-plist << '44f2c1b9398a0b21e0ba2a579e443ea0'
X@comment $FreeBSD$
X%%SITE_PERL%%/SMS/Send/TW/HiAir.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/HiAir/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/HiAir
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS
X@dirrmtry %%SITE_PERL%%/SMS/Send/TW
X@dirrmtry %%SITE_PERL%%/SMS/Send
X@dirrmtry %%SITE_PERL%%/SMS
44f2c1b9398a0b21e0ba2a579e443ea0
echo x - p5-SMS-Send-TW-HiAir/Makefile
sed 's/^X//' >p5-SMS-Send-TW-HiAir/Makefile << '247b04df055af91644662ec04ab544d7'
X# New ports collection makefile for:	p5-SMS-Send-TW-HiAir
X# Date created:		2010-01-06
X# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	SMS-Send-TW-HiAir
XPORTVERSION=	0.01
XCATEGORIES=	comms perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jnlin@csie.nctu.edu.tw
XCOMMENT=	SMS::Send driver for http://hiair.hinet.net/
X
XRUN_DEPENDS=	p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
X		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
X		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		SMS::Send::TW::HiAir.3
X
X.include <bsd.port.mk>
247b04df055af91644662ec04ab544d7
echo x - p5-SMS-Send-TW-HiAir/distinfo
sed 's/^X//' >p5-SMS-Send-TW-HiAir/distinfo << '4a54095e7590347baf8e4e5617c56805'
XMD5 (SMS-Send-TW-HiAir-0.01.tar.gz) = 34bbd93e335ef8cfb0fdd1759716b11c
XSHA256 (SMS-Send-TW-HiAir-0.01.tar.gz) = b03e11dcdd79d3c0f3e753a0f3ac256ce85d2ab239fab1bbd635068ece2b49ec
XSIZE (SMS-Send-TW-HiAir-0.01.tar.gz) = 3241
4a54095e7590347baf8e4e5617c56805
exit
--- p5-SMS-Send-TW-HiAir-0.01.shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100105162944.0464C8A02F>