diff options
author | tota <tota@FreeBSD.org> | 2010-09-19 15:34:57 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-09-19 15:34:57 +0800 |
commit | 2513c4f07add15f969d51e1b641240ff79ab9a22 (patch) | |
tree | 6fa281bad7e968a7b0fbb93cf5a5aaf97ae41d99 /japanese | |
parent | ded64a36d122bf10bb2c8f6cc8e3659a3246a78a (diff) | |
download | freebsd-ports-gnome-2513c4f07add15f969d51e1b641240ff79ab9a22.tar.gz freebsd-ports-gnome-2513c4f07add15f969d51e1b641240ff79ab9a22.tar.zst freebsd-ports-gnome-2513c4f07add15f969d51e1b641240ff79ab9a22.zip |
- Add a new port: japanese/rubygem-jpmobile-ipaddresses
jpmobile-ipaddresses is a plugin for jpmobile.
It is used to validate an access from a mobile carrier IP address.
WWW: http://github.com/jpmobile/jpmobile-ipaddresses
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile-ipaddresses/Makefile | 20 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile-ipaddresses/distinfo | 3 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile-ipaddresses/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 5d5ff8fc4d78..0d5b9578775c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -306,6 +306,7 @@ SUBDIR += ruby-uconv SUBDIR += ruby-usersguide SUBDIR += rubygem-jpmobile + SUBDIR += rubygem-jpmobile-ipaddresses SUBDIR += rxvt SUBDIR += ryaku-fpw SUBDIR += samba3 diff --git a/japanese/rubygem-jpmobile-ipaddresses/Makefile b/japanese/rubygem-jpmobile-ipaddresses/Makefile new file mode 100644 index 000000000000..0b4d229521a7 --- /dev/null +++ b/japanese/rubygem-jpmobile-ipaddresses/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-jpmobile-ipaddresses +# Date created: 2010-09-18 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= jpmobile-ipaddresses +PORTVERSION= 0.0.1 +CATEGORIES= japanese www rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Carrier IP Address List for jpmobile + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/japanese/rubygem-jpmobile-ipaddresses/distinfo b/japanese/rubygem-jpmobile-ipaddresses/distinfo new file mode 100644 index 000000000000..468cf9a75d26 --- /dev/null +++ b/japanese/rubygem-jpmobile-ipaddresses/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/jpmobile-ipaddresses-0.0.1.gem) = 3e06651fbcd9490b41b919e79e66c7ad +SHA256 (rubygem/jpmobile-ipaddresses-0.0.1.gem) = e28f43ce777bb6940686309422dace2c6d60446eaccbe60143731c78c92c5fb9 +SIZE (rubygem/jpmobile-ipaddresses-0.0.1.gem) = 6656 diff --git a/japanese/rubygem-jpmobile-ipaddresses/pkg-descr b/japanese/rubygem-jpmobile-ipaddresses/pkg-descr new file mode 100644 index 000000000000..81fcf1bc8edd --- /dev/null +++ b/japanese/rubygem-jpmobile-ipaddresses/pkg-descr @@ -0,0 +1,4 @@ +jpmobile-ipaddresses is a plugin for jpmobile. +It is used to validate an access from a mobile carrier IP address. + +WWW: http://github.com/jpmobile/jpmobile-ipaddresses |