VOOZH about

URL: https://www.freshports.org/math/permlib

⇱ FreshPorts -- math/permlib: C++ header-only library for permutation computations



πŸ‘ FreshPorts -- The Place For Ports
πŸ‘ notbug
As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
πŸ‘ Ukraine
Port details
permlib C++ header-only library for permutation computations
0.2.9_2 math πŸ‘ on this many watch lists
=0 πŸ‘ search for ports that depend on this port
πŸ‘ Find issues related to this port
πŸ‘ Report an issue related to this port
πŸ‘ View this port on Repology.
πŸ‘ pkg-fallout
0.2.9_2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org πŸ‘ search for ports maintained by this maintainer
Port Added: 2021-01-01 06:47:39
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD3CLAUSE
WWW:
https://www.math.uni-rostock.de/~rehn/software/permlib.html
Description:
PermLib is a C++ library for permutation computations. Currently it supports set stabilizer and in-orbit computations, based on bases and strong generating sets (BSGS). Additionally, it computes automorphisms of symmetric matrices and finds the lexicographically smallest set in an orbit of sets. It also features a very basic recognition of permutation group types.
πŸ‘ Homepage
    πŸ‘ cgit
Β¦ πŸ‘ Codeberg
Β¦ πŸ‘ GitHub
Β¦ πŸ‘ GitLab
Β¦ πŸ‘ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (90 items)
Collapse this list.
  1. /usr/local/share/licenses/permlib-0.2.9_2/catalog.mk
  2. /usr/local/share/licenses/permlib-0.2.9_2/LICENSE
  3. /usr/local/share/licenses/permlib-0.2.9_2/BSD3CLAUSE
  4. include/permlib/abstract_bsgs.h
  5. include/permlib/abstract_bsgs_helpers.h
  6. include/permlib/abstract_permutation_group.h
  7. include/permlib/abstract_symmetric_product.h
  8. include/permlib/bsgs.h
  9. include/permlib/bsgs_core.h
  10. include/permlib/change/base_change.h
  11. include/permlib/change/base_transpose.h
  12. include/permlib/change/conjugating_base_change.h
  13. include/permlib/change/deterministic_base_transpose.h
  14. include/permlib/change/new_base_change.h
  15. include/permlib/change/random_base_transpose.h
  16. include/permlib/change/simple_base_change.h
  17. include/permlib/common.h
  18. include/permlib/construct/base_construction.h
  19. include/permlib/construct/cyclic_group_construction.h
  20. include/permlib/construct/known_bsgs_construction.h
  21. include/permlib/construct/random_schreier_sims_construction.h
  22. include/permlib/construct/schreier_sims_construction.h
  23. include/permlib/export/bsgs_schreier_export.h
  24. include/permlib/generator/bsgs_generator.h
  25. include/permlib/generator/bsgs_random_generator.h
  26. include/permlib/generator/generator.h
  27. include/permlib/generator/product_replacement_generator.h
  28. include/permlib/generator/random_generator.h
  29. include/permlib/generator/random_schreier_generator.h
  30. include/permlib/generator/schreier_generator.h
  31. include/permlib/permlib_api.h
  32. include/permlib/permutation.h
  33. include/permlib/permutationword.h
  34. include/permlib/predicate/group_intersection_predicate.h
  35. include/permlib/predicate/identity_predicate.h
  36. include/permlib/predicate/lex_smaller_image_predicate.h
  37. include/permlib/predicate/matrix_automorphism_predicate.h
  38. include/permlib/predicate/pointwise_stabilizer_predicate.h
  39. include/permlib/predicate/set_image_predicate.h
  40. include/permlib/predicate/setwise_stabilizer_predicate.h
  41. include/permlib/predicate/stabilizes_point_predicate.h
  42. include/permlib/predicate/subgroup_predicate.h
  43. include/permlib/predicate/vector_stabilizer_predicate.h
  44. include/permlib/prime_helper.h
  45. include/permlib/redundant_base_point_insertion_strategy.h
  46. include/permlib/search/base_search.h
  47. include/permlib/search/classic/backtrack_search.h
  48. include/permlib/search/classic/intersection_search.h
  49. include/permlib/search/classic/lex_smaller_image_search.h
  50. include/permlib/search/classic/set_image_search.h
  51. include/permlib/search/classic/set_stabilizer_search.h
  52. include/permlib/search/dset.h
  53. include/permlib/search/orbit_lex_min_search.h
  54. include/permlib/search/partition/backtrack_refinement.h
  55. include/permlib/search/partition/group_refinement.h
  56. include/permlib/search/partition/intersection_search.h
  57. include/permlib/search/partition/matrix_automorphism_search.h
  58. include/permlib/search/partition/matrix_refinement1.h
  59. include/permlib/search/partition/matrix_refinement2.h
  60. include/permlib/search/partition/partition.h
  61. include/permlib/search/partition/r_base.h
  62. include/permlib/search/partition/refinement.h
  63. include/permlib/search/partition/refinement_family.h
  64. include/permlib/search/partition/set_image_refinement.h
  65. include/permlib/search/partition/set_image_search.h
  66. include/permlib/search/partition/set_stabilize_refinement.h
  67. include/permlib/search/partition/set_stabilizer_search.h
  68. include/permlib/search/partition/vector_stabilizer_search.h
  69. include/permlib/sorter/base_sorter.h
  70. include/permlib/sorter/group_sorter.h
  71. include/permlib/sorter/trivial_sorter.h
  72. include/permlib/symmetric_group.h
  73. include/permlib/test/giant_test.h
  74. include/permlib/test/group_type.h
  75. include/permlib/test/primitivity_sgs_test.h
  76. include/permlib/test/primitivity_test.h
  77. include/permlib/test/type_recognition.h
  78. include/permlib/test/type_recognition_heuristic.h
  79. include/permlib/transversal/explicit_transversal.h
  80. include/permlib/transversal/orbit.h
  81. include/permlib/transversal/orbit_list.h
  82. include/permlib/transversal/orbit_set.h
  83. include/permlib/transversal/schreier_tree_transversal.h
  84. include/permlib/transversal/shallow_schreier_tree_transversal.h
  85. include/permlib/transversal/symmetric_group_transversal.h
  86. include/permlib/transversal/transversal.h
  87. include/permlib/version.h
  88. @owner
  89. @group
  90. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • permlib>0:math/permlib
To install the port:
To add the package, run one of these commands:
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: permlib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1633674785 SHA256 (tremlin-PermLib-v0.2.9_GH0.tar.gz) = 40b9c03df57d73412d75ee4098937706d95e252b4f40d091cc13633a0c56d20e SIZE (tremlin-PermLib-v0.2.9_GH0.tar.gz) = 151895

Expand this list (2 items)

Collapse this list.

SHA256 (c2c0ae7e078df6c91c16c7326081c483700fde75.patch) = 3811e96271e5edde7e4cebbcfe9f347bf726fef84c8b1532c61c13dc439a4173 SIZE (c2c0ae7e078df6c91c16c7326081c483700fde75.patch) = 5353

Collapse this list.


Packages (timestamps in pop-ups are UTC):
permlib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.9_20.2.9_20.2.90.2.9_20.2.9_2n/an/an/a
FreeBSD:13:quarterly0.2.9_20.2.9_20.2.9_20.2.9_20.2.9_2n/an/an/a
FreeBSD:14:latest0.2.9_20.2.9_20.2.9_20.2.9_20.2.9_20.2.9_2-0.2.9_2
FreeBSD:14:quarterly0.2.9_20.2.9_2-0.2.9_20.2.9_20.2.9_20.2.9_20.2.9_2
FreeBSD:15:latest0.2.9_20.2.9_2n/a0.2.9_2n/an/a0.2.9_20.2.9_2
FreeBSD:15:quarterly0.2.9_20.2.9_2n/a-n/an/a--
FreeBSD:16:latest0.2.9_20.2.9_2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. boost-libs>0 : devel/boost-libs
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Runtime dependencies:
  1. boost-libs>0 : devel/boost-libs
This port is required by:
for Build
  1. math/polymake
  2. math/sympol
for Run
  1. math/polymake

Configuration Options:
No options to configure
Options name:
math_permlib
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tremlin/PermLib/tar.gz/v0.2.9?dummy=/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
 πŸ‘ files touched by this commit
Stefan Eßer (se) πŸ‘ search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.2.9_2
07 Sep 2022 21:10:59
πŸ‘ commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52
πŸ‘ commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52
πŸ‘ commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52
πŸ‘ commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52
 πŸ‘ files touched by this commit
Stefan Eßer (se) πŸ‘ search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above πŸ‘ View all of this commit message
)
0.2.9_2
12 Aug 2022 14:46:53
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
0.2.9_1
08 Oct 2021 08:43:39
πŸ‘ commit hash: 4a1ac1018b692fe68e1ee9474494249c0f6b34d2
πŸ‘ commit hash: 4a1ac1018b692fe68e1ee9474494249c0f6b34d2
πŸ‘ commit hash: 4a1ac1018b692fe68e1ee9474494249c0f6b34d2
πŸ‘ commit hash: 4a1ac1018b692fe68e1ee9474494249c0f6b34d2
 πŸ‘ files touched by this commit
Yuri Victorovich (yuri) πŸ‘ search for other commits by this committer
math/permlib: Backoport PR fixing tests and add test target
0.2.9
07 Sep 2021 22:51:47
πŸ‘ commit hash: a53ca61f241d6020e8bfdc0f5e529356e2755ba7
πŸ‘ commit hash: a53ca61f241d6020e8bfdc0f5e529356e2755ba7
πŸ‘ commit hash: a53ca61f241d6020e8bfdc0f5e529356e2755ba7
πŸ‘ commit hash: a53ca61f241d6020e8bfdc0f5e529356e2755ba7
 πŸ‘ files touched by this commit
Yuri Victorovich (yuri) πŸ‘ search for other commits by this committer
math/permlib: Fix grammar in description.
0.2.9
07 Apr 2021 08:09:01
πŸ‘ commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c
πŸ‘ commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c
πŸ‘ commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c
πŸ‘ commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c
 πŸ‘ files touched by this commit
Mathieu Arnold (mat) πŸ‘ search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.2.9
06 Apr 2021 14:31:07
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
 πŸ‘ files touched by this commit
Mathieu Arnold (mat) πŸ‘ search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.2.9
01 Jan 2021 06:47:03
πŸ‘ Revision:559809
πŸ‘ Original commit message
 πŸ‘ files touched by this commit
yuri πŸ‘ search for other commits by this committer
New port: math/permlib: C++ header-only library for permutation computations

Number of commits found: 8

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
Security Policy
Privacy
Blog
Contact

Search
more...

Latest Vulnerabilities
tiffApr 11
chromiumApr 10
dnsdistApr 10
mbedtls3Apr 10
mbedtls4Apr 10
ungoogled-chromiumApr 10
firefoxApr 09
firefoxApr 09
firefoxApr 09
firefoxApr 09
firefox-esrApr 09
firefox-esrApr 09
gitlabApr 09
thunderbirdApr 09
thunderbirdApr 09

20 vulnerabilities affecting 360 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last processed:
2026-04-11 08:28:37 UTC


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)

Calculated hourly:
Port count 34331
Broken 99
Deprecated 179
Ignore 216
Forbidden 0
Restricted 1
No CDROM 1
Vulnerable 38
Expired 9
Set to expire 108
Interactive 0
new 24 hours 1
new 48 hours3
new 7 days59
new fortnight95
new month245

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD
Valid HTML, CSS, and RSS. Copyright Β© 2000-2026 Dan Langille. All rights reserved.