aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2014-09-28 08:46:37 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2014-09-28 08:46:37 +0000
commit1ff4c0a40f0347b1328eec9d338c9bcb8ecf3b04 (patch)
tree02ec9cc7f97c0d78b14bbf54dd95377a3884bc19 /japanese
parentc36ee6c7361375648773640c7e81294938dbaafe (diff)
downloadports-1ff4c0a40f0347b1328eec9d338c9bcb8ecf3b04.tar.gz
ports-1ff4c0a40f0347b1328eec9d338c9bcb8ecf3b04.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/rubygem-jpmobile4/Makefile45
-rw-r--r--japanese/rubygem-jpmobile4/distinfo2
-rw-r--r--japanese/rubygem-jpmobile4/pkg-descr5
4 files changed, 53 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index e729932c9077..4cab331c014d 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -232,6 +232,7 @@
SUBDIR += rubygem-jpmobile
SUBDIR += rubygem-jpmobile-ipaddresses
SUBDIR += rubygem-jpmobile-terminfo
+ SUBDIR += rubygem-jpmobile4
SUBDIR += rubygem-myrurema
SUBDIR += ryaku-fpw
SUBDIR += scim-anthy
diff --git a/japanese/rubygem-jpmobile4/Makefile b/japanese/rubygem-jpmobile4/Makefile
new file mode 100644
index 000000000000..fccc3c80921d
--- /dev/null
+++ b/japanese/rubygem-jpmobile4/Makefile
@@ -0,0 +1,45 @@
+# Created by: TAKATSU Tomonari <tota@rtfm.jp>
+# $FreeBSD$
+
+PORTNAME= jpmobile
+PORTVERSION= 4.1.2
+CATEGORIES= japanese www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 4
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Rails plugin for Japanese mobile-phones
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-rails4>0:${PORTSDIR}/www/rubygem-rails4
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+OPTIONS_DEFINE= GEOKIT IPADDRESSES TERMINFO
+GEOKIT_DESC= Run with geokit
+IPADDRESSES_DESC= IP address validation support
+TERMINFO_DESC= terminal information support
+
+OPTIONS_DEFAULT= IPADDRESSES TERMINFO
+
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
+
+.if ${PORT_OPTIONS:MGEOKIT}
+RUN_DEPENDS+= rubygem-geokit>=1.5.0:${PORTSDIR}/graphics/rubygem-geokit
+.endif
+
+.if ${PORT_OPTIONS:MIPADDRESSES}
+RUN_DEPENDS+= ja-rubygem-jpmobile-ipaddresses>=0.0.1:${PORTSDIR}/japanese/rubygem-jpmobile-ipaddresses
+.endif
+
+.if ${PORT_OPTIONS:MTERMINFO}
+RUN_DEPENDS+= ja-rubygem-jpmobile-terminfo>=0.0.2:${PORTSDIR}/japanese/rubygem-jpmobile-terminfo
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/japanese/rubygem-jpmobile4/distinfo b/japanese/rubygem-jpmobile4/distinfo
new file mode 100644
index 000000000000..7df3e38c8f3e
--- /dev/null
+++ b/japanese/rubygem-jpmobile4/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jpmobile-4.1.2.gem) = a656c43e94684cad0b762ba3724d52dcefb477e403928e99a9de3efe7576ea4c
+SIZE (rubygem/jpmobile-4.1.2.gem) = 385536
diff --git a/japanese/rubygem-jpmobile4/pkg-descr b/japanese/rubygem-jpmobile4/pkg-descr
new file mode 100644
index 000000000000..258042b79802
--- /dev/null
+++ b/japanese/rubygem-jpmobile4/pkg-descr
@@ -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://jpmobile-rails.org