SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,20 @@
COMMENT= Ruby interface to ncurses
VERSION= 1.2.4
DISTNAME= ncurses-ruby-${VERSION}
PKGNAME= ncurses-${VERSION}
REVISION = 2
CATEGORIES= devel
HOMEPAGE= https://github.com/eclubb/ncurses-ruby
# LGPL 2.1
PERMIT_PACKAGE= Yes
WANTLIB= form menu curses panel
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem ext
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (ncurses-ruby-1.2.4.gem) = XiieojmtyY+ZcApmdEVjoVKVOnF+itJw3Ped77PIIv8=
SIZE (ncurses-ruby-1.2.4.gem) = 67072

View file

@ -0,0 +1,4 @@
Ruby interface which provides access to the functions, macros, global
variables and constants of the ncurses library. These are simply
mapped to a Module named Ncurses. Functions and external variables
are implemented as module functions of the Module Ncurses.

View file

@ -0,0 +1,26 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/Changelog.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/THANKS
${GEM_LIB}/gems/${DISTNAME}/TODO
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/LICENSES_for_examples
${GEM_LIB}/gems/${DISTNAME}/examples/example.rb
${GEM_LIB}/gems/${DISTNAME}/examples/form.rb
${GEM_LIB}/gems/${DISTNAME}/examples/form2.rb
${GEM_LIB}/gems/${DISTNAME}/examples/hello_ncurses.rb
${GEM_LIB}/gems/${DISTNAME}/examples/rain.rb
${GEM_LIB}/gems/${DISTNAME}/examples/read_line.rb
${GEM_LIB}/gems/${DISTNAME}/examples/tclock.rb
${GEM_LIB}/gems/${DISTNAME}/examples/test_scanw.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses-ruby/
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses-ruby/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses.so
${GEM_LIB}/gems/${DISTNAME}/ncurses-ruby.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec