From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 6 11:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D1A616A421 for ; Wed, 6 Feb 2008 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E47013C4E9 for ; Wed, 6 Feb 2008 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m16Bo39v052895 for ; Wed, 6 Feb 2008 11:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m16Bo3B6052890; Wed, 6 Feb 2008 11:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 6 Feb 2008 11:50:03 GMT Resent-Message-Id: <200802061150.m16Bo3B6052890@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAKATSU Tomonari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B46B16A419 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/120316: [NEW PORT] japanese/rubygem-jpmobile: A Rails plugin for Japanese mobile-phones X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2008 11:50:03 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 06 11:50:03 UTC 2008 >Closed-Date: >Last-Modified: >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 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 X.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" X.include 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: >Unformatted: