SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-ncurses/Makefile
Normal file
20
devel/ruby-ncurses/Makefile
Normal 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>
|
2
devel/ruby-ncurses/distinfo
Normal file
2
devel/ruby-ncurses/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ncurses-ruby-1.2.4.gem) = XiieojmtyY+ZcApmdEVjoVKVOnF+itJw3Ped77PIIv8=
|
||||
SIZE (ncurses-ruby-1.2.4.gem) = 67072
|
4
devel/ruby-ncurses/pkg/DESCR
Normal file
4
devel/ruby-ncurses/pkg/DESCR
Normal 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.
|
26
devel/ruby-ncurses/pkg/PLIST
Normal file
26
devel/ruby-ncurses/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue