- Repocopy japanese/rubygem-jpmobile to japanese/rubygem-jpmobile4
* Update to 4.1.2 * Add LICENSE_FILE
This commit is contained in:
parent
c36ee6c736
commit
1ff4c0a40f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369442
4 changed files with 53 additions and 0 deletions
|
@ -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
|
||||
|
|
45
japanese/rubygem-jpmobile4/Makefile
Normal file
45
japanese/rubygem-jpmobile4/Makefile
Normal file
|
@ -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>
|
2
japanese/rubygem-jpmobile4/distinfo
Normal file
2
japanese/rubygem-jpmobile4/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/jpmobile-4.1.2.gem) = a656c43e94684cad0b762ba3724d52dcefb477e403928e99a9de3efe7576ea4c
|
||||
SIZE (rubygem/jpmobile-4.1.2.gem) = 385536
|
5
japanese/rubygem-jpmobile4/pkg-descr
Normal file
5
japanese/rubygem-jpmobile4/pkg-descr
Normal 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://jpmobile-rails.org
|
Loading…
Reference in a new issue