From tts7500@www2.inetd.co.jp  Wed Feb  6 11:49:57 2008
Return-Path: <tts7500@www2.inetd.co.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9B46B16A419
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Feb 2008 11:49:57 +0000 (UTC)
	(envelope-from tts7500@www2.inetd.co.jp)
Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150])
	by mx1.freebsd.org (Postfix) with ESMTP id 3CF8213C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Feb 2008 11:49:56 +0000 (UTC)
	(envelope-from tts7500@www2.inetd.co.jp)
Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150])
	by www2.inetd.co.jp (8.13.8/3.7W08020301) with ESMTP id m16BndXG012672
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 6 Feb 2008 20:49:39 +0900 (JST)
Received: (from tts7500@localhost)
	by www2.inetd.co.jp (8.13.8/8.12.8/Submit) id m16BndBU012671;
	Wed, 6 Feb 2008 20:49:39 +0900 (JST)
	(envelope-from tts7500)
Message-Id: <200802061149.m16BndBU012671@www2.inetd.co.jp>
Date: Wed, 6 Feb 2008 20:49:39 +0900 (JST)
From: TAKATSU Tomonari <tota@rtfm.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] japanese/rubygem-jpmobile: A Rails plugin for Japanese mobile-phones
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         120316
>Category:       ports
>Synopsis:       [NEW PORT] japanese/rubygem-jpmobile: A Rails plugin for Japanese mobile-phones
>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 Feb 06 11:50:03 UTC 2008
>Closed-Date:    Sat Feb 16 17:54:59 UTC 2008
>Last-Modified:  Sat Feb 16 18:00:06 UTC 2008
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 7.0-RC1 i386
>Organization:
none(personal)
>Environment:
System: FreeBSD photon.rtfm.jp 7.0-RC1 FreeBSD 7.0-RC1 #0: Wed Jan 16 19:12:16 JST 2008
>Description:
This plugin provides many convenient functions
for developing websites for mobile-phones.
The plugin absorbs differences between mobile-phone service providers.

WWW:	http://rubyforge.org/projects/jpmobile/

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

--- rubygem-jpmobile-0.0.2.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:
#
#	rubygem-jpmobile
#	rubygem-jpmobile/pkg-descr
#	rubygem-jpmobile/Makefile
#	rubygem-jpmobile/distinfo
#
echo c - rubygem-jpmobile
mkdir -p rubygem-jpmobile > /dev/null 2>&1
echo x - rubygem-jpmobile/pkg-descr
sed 's/^X//' >rubygem-jpmobile/pkg-descr << 'END-of-rubygem-jpmobile/pkg-descr'
XThis plugin provides many convenient functions
Xfor developing websites for mobile-phones.
XThe plugin absorbs differences between mobile-phone service providers.
X
XWWW:	http://rubyforge.org/projects/jpmobile/
END-of-rubygem-jpmobile/pkg-descr
echo x - rubygem-jpmobile/Makefile
sed 's/^X//' >rubygem-jpmobile/Makefile << 'END-of-rubygem-jpmobile/Makefile'
X# New ports collection makefile for:	rubygem-jpmobile
X# Date created:		2008-02-06
X# Whom:			TAKATSU Tomonari <tota@rtfm.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jpmobile
XPORTVERSION=	0.0.2
XCATEGORIES=	japanese www rubygems
XMASTER_SITES=	${MASTER_SITE_RUBYFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	tota@rtfm.jp
XCOMMENT=	A Rails plugin for Japanese mobile-phones
X
XBUILD_DEPENDS=	rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \
X		rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_RUBY=	yes
X
Xpost-install:
X	@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
X	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
X.include <bsd.port.post.mk>
END-of-rubygem-jpmobile/Makefile
echo x - rubygem-jpmobile/distinfo
sed 's/^X//' >rubygem-jpmobile/distinfo << 'END-of-rubygem-jpmobile/distinfo'
XMD5 (rubygem/jpmobile-0.0.2.gem) = 17706009a0ab32a086676b713d9c092e
XSHA256 (rubygem/jpmobile-0.0.2.gem) = 760bebf8213992b818f69c66167ab8a8575228a31b5e17cc11da814cdbaa2a61
XSIZE (rubygem/jpmobile-0.0.2.gem) = 62976
END-of-rubygem-jpmobile/distinfo
exit
--- rubygem-jpmobile-0.0.2.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Feb 6 13:10:07 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120316 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 16 17:54:58 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120316: commit references a PR
Date: Sat, 16 Feb 2008 17:54:56 +0000 (UTC)

 miwi        2008-02-16 17:54:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese             Makefile 
   Added files:
     japanese/rubygem-jpmobile Makefile distinfo pkg-descr 
   Log:
   This plugin provides many convenient functions
   for developing websites for mobile-phones.
   The plugin absorbs differences between mobile-phone service providers.
   
   WWW:    http://rubyforge.org/projects/jpmobile/
   
   PR:             ports/120316
   Submitted by:   TAKATSU Tomonari <tota at rtfm.jp>
   
   Revision  Changes    Path
   1.676     +1 -0      ports/japanese/Makefile
   1.1       +34 -0     ports/japanese/rubygem-jpmobile/Makefile (new)
   1.1       +3 -0      ports/japanese/rubygem-jpmobile/distinfo (new)
   1.1       +5 -0      ports/japanese/rubygem-jpmobile/pkg-descr (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"
 
>Unformatted:
