diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-ncurses/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-ncurses/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-ncurses/pkg-descr | 7 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 281438232206..8f40c8c48ea9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3118,6 +3118,7 @@ SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-msgpack + SUBDIR += rubygem-ncurses SUBDIR += rubygem-needle SUBDIR += rubygem-newgem SUBDIR += rubygem-nice-ffi diff --git a/devel/rubygem-ncurses/Makefile b/devel/rubygem-ncurses/Makefile new file mode 100644 index 000000000000..da276d39c3c0 --- /dev/null +++ b/devel/rubygem-ncurses/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: rubygem-ncurses +# Date created: 13 November 2010 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= ncurses +PORTVERSION= 0.9.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= A gem wrapper to the ncurses library + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-ncurses/distinfo b/devel/rubygem-ncurses/distinfo new file mode 100644 index 000000000000..0bdc8efa9c70 --- /dev/null +++ b/devel/rubygem-ncurses/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ncurses-0.9.1.gem) = 5064222d242dce3f9caec021e975743b5ac714996ecd762ddf71d2d75d1e3349 +SIZE (rubygem/ncurses-0.9.1.gem) = 56832 diff --git a/devel/rubygem-ncurses/pkg-descr b/devel/rubygem-ncurses/pkg-descr new file mode 100644 index 000000000000..f1c89308eee3 --- /dev/null +++ b/devel/rubygem-ncurses/pkg-descr @@ -0,0 +1,7 @@ +This Gem provides access to the functions, macros, +global variables and constants of the ncurses library. +These are mapped to a Ruby Module named "Ncurses". +Functions and external variables are implemented as +singleton functions of the Module Ncurses. + +WWW: http://ncurses-ruby.berlios.de/ |