diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-15 08:43:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-15 08:43:36 +0000 |
commit | 0239933180561e8d07c692acf5fd0abbaafa258c (patch) | |
tree | 1a65c3b23ee2fabd62e74440b8cb83c2f2c29d69 /devel/rubygem-ncurses | |
parent | be1ac851ebc04acb5de0b98935e943e92ace6dc2 (diff) |
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/
PR: ports/152218
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Notes
Notes:
svn path=/head/; revision=264569
Diffstat (limited to 'devel/rubygem-ncurses')
-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 |
3 files changed, 29 insertions, 0 deletions
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/ |