From 1ff4c0a40f0347b1328eec9d338c9bcb8ecf3b04 Mon Sep 17 00:00:00 2001
From: TAKATSU Tomonari <tota@FreeBSD.org>
Date: Sun, 28 Sep 2014 08:46:37 +0000
Subject: - Repocopy japanese/rubygem-jpmobile to japanese/rubygem-jpmobile4  
 * Update to 4.1.2   * Add LICENSE_FILE

---
 japanese/rubygem-jpmobile4/Makefile  | 45 ++++++++++++++++++++++++++++++++++++
 japanese/rubygem-jpmobile4/distinfo  |  2 ++
 japanese/rubygem-jpmobile4/pkg-descr |  5 ++++
 3 files changed, 52 insertions(+)
 create mode 100644 japanese/rubygem-jpmobile4/Makefile
 create mode 100644 japanese/rubygem-jpmobile4/distinfo
 create mode 100644 japanese/rubygem-jpmobile4/pkg-descr

(limited to 'japanese/rubygem-jpmobile4')

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
-- 
cgit v1.2.3