diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-13 23:03:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-13 23:03:31 +0800 |
commit | 89abc5785e34b29f67a49b59e0c3f2107b3da469 (patch) | |
tree | 979baa5438a12a5df2a2756cabefd1f4297ca9b5 /comms | |
parent | 12db5f97b31729f7bd574c91c3474877f46cab5e (diff) | |
download | freebsd-ports-gnome-89abc5785e34b29f67a49b59e0c3f2107b3da469.tar.gz freebsd-ports-gnome-89abc5785e34b29f67a49b59e0c3f2107b3da469.tar.zst freebsd-ports-gnome-89abc5785e34b29f67a49b59e0c3f2107b3da469.zip |
This Gem provides a Ruby-Frontend to the callook.info
Amateur Radio Callsign Lookup service.
WWW: http://rubyforge.org/projects/callsign/
PR: ports/137547
Submitted by: Rick Elrod <codeblock at eighthbit.net>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/rubygem-callsign/Makefile | 19 | ||||
-rw-r--r-- | comms/rubygem-callsign/distinfo | 3 | ||||
-rw-r--r-- | comms/rubygem-callsign/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index c87467bf814a..f3c3db5f4db5 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -112,6 +112,7 @@ SUBDIR += qsstv SUBDIR += ruby-serialport SUBDIR += ruby-termios + SUBDIR += rubygem-callsign SUBDIR += rxtx SUBDIR += scmxx SUBDIR += scud diff --git a/comms/rubygem-callsign/Makefile b/comms/rubygem-callsign/Makefile new file mode 100644 index 000000000000..4c2ee1a0d324 --- /dev/null +++ b/comms/rubygem-callsign/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: rubygem-callsign +# Date created: 31 July 2009 +# Whom: Rick Elrod <codeblock@eighthbit.net> +# +# $FreeBSD$ + +PORTNAME= callsign +PORTVERSION= 1.0.3 +CATEGORIES= comms rubygems +MASTER_SITES= RF + +MAINTAINER= codeblock@eighthbit.net +COMMENT= Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/comms/rubygem-callsign/distinfo b/comms/rubygem-callsign/distinfo new file mode 100644 index 000000000000..e4eb40da5205 --- /dev/null +++ b/comms/rubygem-callsign/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/callsign-1.0.3.gem) = 8b9899e594987723ecb5187d267bb1d3 +SHA256 (rubygem/callsign-1.0.3.gem) = e1829861a829686715a3b029a4414fdf88a552351322f3c9737e07743605a5a9 +SIZE (rubygem/callsign-1.0.3.gem) = 4096 diff --git a/comms/rubygem-callsign/pkg-descr b/comms/rubygem-callsign/pkg-descr new file mode 100644 index 000000000000..fd241b26d2c2 --- /dev/null +++ b/comms/rubygem-callsign/pkg-descr @@ -0,0 +1,4 @@ +This Gem provides a Ruby-Frontend to the callook.info +Amateur Radio Callsign Lookup service. + +WWW: http://rubyforge.org/projects/callsign/ |