From snowfly@mrtg.yuntech.edu.tw  Wed Oct 10 09:48:34 2007
Return-Path: <snowfly@mrtg.yuntech.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 16E3216A417
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Oct 2007 09:48:34 +0000 (UTC)
	(envelope-from snowfly@mrtg.yuntech.edu.tw)
Received: from mrtg.yuntech.edu.tw (mrtg.yuntech.edu.tw [140.125.240.50])
	by mx1.freebsd.org (Postfix) with ESMTP id C785913C46E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Oct 2007 09:48:33 +0000 (UTC)
	(envelope-from snowfly@mrtg.yuntech.edu.tw)
Received: from mrtg.yuntech.edu.tw (localhost.yuntech.edu.tw [127.0.0.1])
	by mrtg.yuntech.edu.tw (8.13.6/8.13.6) with ESMTP id l9AA2kY3076750
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Oct 2007 18:02:46 +0800 (CST)
	(envelope-from snowfly@mrtg.yuntech.edu.tw)
Received: (from root@localhost)
	by mrtg.yuntech.edu.tw (8.13.6/8.13.6/Submit) id l9AA2kYg076749;
	Wed, 10 Oct 2007 18:02:46 +0800 (CST)
	(envelope-from snowfly)
Message-Id: <200710101002.l9AA2kYg076749@mrtg.yuntech.edu.tw>
Date: Wed, 10 Oct 2007 18:02:46 +0800 (CST)
From: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] comms/p5-SMS-Send-TW-emome: SMS::Send driver for www.emome.net
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117064
>Category:       ports
>Synopsis:       [NEW PORT] comms/p5-SMS-Send-TW-emome: SMS::Send driver for www.emome.net
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 10 09:50:01 UTC 2007
>Closed-Date:    Wed Oct 10 16:01:03 UTC 2007
>Last-Modified:  Wed Oct 10 16:01:03 UTC 2007
>Originator:     Tsung-Han Yeh
>Release:        FreeBSD 6.1-RELEASE-p19 i386
>Organization:
>Environment:
System: FreeBSD mrtg.yuntech.edu.tw 6.1-RELEASE-p19 FreeBSD 6.1-RELEASE-p19 #3: Sat Sep 22 07:37:18 CST 2007
>Description:
SMS::Send::TW::emome is a SMS::Send driver 
which allows you to send messages through http://www.emome.net/

Author: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
WWW:    http://search.cpan.org/dist/SMS-Send-TW-emome/

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

--- p5-SMS-Send-TW-emome-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-emome
#	p5-SMS-Send-TW-emome/pkg-descr
#	p5-SMS-Send-TW-emome/Makefile
#	p5-SMS-Send-TW-emome/pkg-plist
#	p5-SMS-Send-TW-emome/distinfo
#
echo c - p5-SMS-Send-TW-emome
mkdir -p p5-SMS-Send-TW-emome > /dev/null 2>&1
echo x - p5-SMS-Send-TW-emome/pkg-descr
sed 's/^X//' >p5-SMS-Send-TW-emome/pkg-descr << 'END-of-p5-SMS-Send-TW-emome/pkg-descr'
XSMS::Send::TW::emome is a SMS::Send driver 
Xwhich allows you to send messages through http://www.emome.net/
X
XAuthor: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
XWWW:    http://search.cpan.org/dist/SMS-Send-TW-emome/
END-of-p5-SMS-Send-TW-emome/pkg-descr
echo x - p5-SMS-Send-TW-emome/Makefile
sed 's/^X//' >p5-SMS-Send-TW-emome/Makefile << 'END-of-p5-SMS-Send-TW-emome/Makefile'
X# New ports collection makefile for:	p5-SMS-Send-TW-emome
X# Date created:		2007-10-10
X# Whom:			Tsung-Han Yeh <snowfly@yuntech.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	SMS-Send-TW-emome
XPORTVERSION=	0.01
XCATEGORIES=	comms perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	SMS
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	snowfly@yuntech.edu.tw
XCOMMENT=	SMS::Send driver for www.emome.net
X
XRUN_DEPENDS=	${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \
X		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
X		${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		SMS::Send::TW::emome.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XIGNORE=		requires perl 5.6.0 due to dependency. Install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-SMS-Send-TW-emome/Makefile
echo x - p5-SMS-Send-TW-emome/pkg-plist
sed 's/^X//' >p5-SMS-Send-TW-emome/pkg-plist << 'END-of-p5-SMS-Send-TW-emome/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/SMS/Send/TW/emome.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/emome/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/emome
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
END-of-p5-SMS-Send-TW-emome/pkg-plist
echo x - p5-SMS-Send-TW-emome/distinfo
sed 's/^X//' >p5-SMS-Send-TW-emome/distinfo << 'END-of-p5-SMS-Send-TW-emome/distinfo'
XMD5 (SMS-Send-TW-emome-0.01.tar.gz) = a06e98da2691c790953110747387efd7
XSHA256 (SMS-Send-TW-emome-0.01.tar.gz) = 49d5ed427d6194c9a89f46aa675b8bcde027128e53cfeffaad4d76096266c445
XSIZE (SMS-Send-TW-emome-0.01.tar.gz) = 3279
END-of-p5-SMS-Send-TW-emome/distinfo
exit
--- p5-SMS-Send-TW-emome-0.01.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Oct 10 11:54:24 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117064 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117064: commit references a PR
Date: Wed, 10 Oct 2007 15:56:37 +0000 (UTC)

 miwi        2007-10-10 15:56:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms                Makefile 
   Added files:
     comms/p5-SMS-Send-TW-emome Makefile distinfo pkg-descr 
                                pkg-plist 
   Log:
   SMS::Send::TW::emome is a SMS::Send driver
   which allows you to send messages through http://www.emome.net/
   
   WWW:    http://search.cpan.org/dist/SMS-Send-TW-emome/
   
   PR:             ports/117064
   Submitted by:   Tsung-Han Yeh <snowfly at yuntech.edu.tw>
   
   Revision  Changes    Path
   1.181     +1 -0      ports/comms/Makefile
   1.1       +29 -0     ports/comms/p5-SMS-Send-TW-emome/Makefile (new)
   1.1       +3 -0      ports/comms/p5-SMS-Send-TW-emome/distinfo (new)
   1.1       +4 -0      ports/comms/p5-SMS-Send-TW-emome/pkg-descr (new)
   1.1       +10 -0     ports/comms/p5-SMS-Send-TW-emome/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Oct 10 16:01:02 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117064 
>Unformatted:
