| Port details on branch 2026Q2 |
- rubygem-tsort Topological sorting using Tarjan's algorithm
- 0.2.0 devel
=0 0.2.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-01-03 20:50:31
- Last Update: 2023-11-14 17:16:27
- Commit Hash: 0eb6fc7
- Also Listed In: rubygems
- License: BSD2CLAUSE RUBY
- WWW:
- https://github.com/ruby/tsort
- Description:
- TSort implements topological sorting using Tarjan's algorithm for strongly
connected components.
TSort is designed to be able to be used with any object which can be interpreted
as a directed graph.
TSort requires two methods to interpret an object as a graph, tsort_each_node
and tsort_each_child:
- tsort_each_node is used to iterate for all nodes over a graph.
- tsort_each_child is used to iterate for child nodes of a given node.
The equality of nodes are defined by eql? and hash since TSort uses Hash
internally.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-tsort>0:devel/rubygem-tsort
- To install the port:
- cd /usr/ports/devel/rubygem-tsort/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-tsort
- pkg install rubygem-tsort
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-tsort
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699774872
SHA256 (rubygem/tsort-0.2.0.gem) = 9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
SIZE (rubygem/tsort-0.2.0.gem) = 10240
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-rbs
- devel/rubygem-rdoc
- sysutils/rubygem-openfact
- www/rubygem-railties-gitlab
- www/rubygem-railties71
- www/rubygem-railties72
- www/rubygem-railties80
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-tsort
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|