1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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>
This commit is contained in:
Martin Wilke 2008-02-16 17:54:48 +00:00
parent 8c71c9a395
commit 3947b8268d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207367
4 changed files with 43 additions and 0 deletions

View File

@ -315,6 +315,7 @@
SUBDIR += ruby-tk
SUBDIR += ruby-uconv
SUBDIR += ruby-usersguide
SUBDIR += rubygem-jpmobile
SUBDIR += rxvt
SUBDIR += ryaku-fpw
SUBDIR += samba

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: rubygem-jpmobile
# Date created: 2008-02-06
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= jpmobile
PORTVERSION= 0.0.2
CATEGORIES= japanese www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= tota@rtfm.jp
COMMENT= A Rails plugin for Japanese mobile-phones
BUILD_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \
rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot
RUN_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \
rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot
USE_RUBY= yes
post-install:
@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/jpmobile-0.0.2.gem) = 17706009a0ab32a086676b713d9c092e
SHA256 (rubygem/jpmobile-0.0.2.gem) = 760bebf8213992b818f69c66167ab8a8575228a31b5e17cc11da814cdbaa2a61
SIZE (rubygem/jpmobile-0.0.2.gem) = 62976

View File

@ -0,0 +1,5 @@
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/