SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
devel/ruby-sorted_set/pkg/DESCR
Normal file
10
devel/ruby-sorted_set/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
SortedSet implements a Set whose elements are sorted in ascending
|
||||
order (according to the return values of their <=> methods) when
|
||||
iterating over them.
|
||||
|
||||
Every element in SortedSet must be mutually comparable to every
|
||||
other: comparison with <=> must not return nil for any pair of
|
||||
elements. Otherwise ArgumentError will be raised.
|
||||
|
||||
Currently this library does nothing for JRuby, as it has its own
|
||||
version of Set and SortedSet.
|
18
devel/ruby-sorted_set/pkg/PLIST
Normal file
18
devel/ruby-sorted_set/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/workflows/test.yml
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/console
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/setup
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sorted_set.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/sorted_set.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue