summaryrefslogtreecommitdiff
path: root/dev-gap/crisp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-22 16:48:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-22 16:48:54 +0000
commitce163dcd0944d81d8406c9532b457535efca7a6d (patch)
treef7deea170544ce69e03c037101b7b5c1277966b4 /dev-gap/crisp
parent05ee8049e2326946a2cd1720f98384c864f0a804 (diff)
gentoo auto-resync : 22:01:2024 - 16:48:54
Diffstat (limited to 'dev-gap/crisp')
-rw-r--r--dev-gap/crisp/Manifest3
-rw-r--r--dev-gap/crisp/crisp-1.4.6.ebuild16
-rw-r--r--dev-gap/crisp/metadata.xml36
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-gap/crisp/Manifest b/dev-gap/crisp/Manifest
new file mode 100644
index 000000000000..49c78bfefbd9
--- /dev/null
+++ b/dev-gap/crisp/Manifest
@@ -0,0 +1,3 @@
+DIST crisp-1.4.6.tar.bz2 312722 BLAKE2B 5277c69e884332c9e8afe6ab1ce44131176fc08abf48f7ca3092250b883ed4551ec1f179084877b089724ddc68f921a7c8134899725e07db4a4f027042e07615 SHA512 ef14417cc4fdaf1cc24fe946d3c8d699857aefb932f9c6502a735020233cc259feef0770bd259bdf1b2caca93291ccc578fe3814c0295d5b46a5ead6df297893
+EBUILD crisp-1.4.6.ebuild 368 BLAKE2B c2a3050a6ef81ad0108e748eb26db67dc5e8cdaf679634c1b4cf4fb04a2f2ef7c21e54b83eadcfb98d661b33b231f28a21128933979f9d3384f6c9b31ce8e3fd SHA512 0823f9c1fc4d520752d758205771f929ded2f401ce256c03f29cb16160d47e99501d98fde0f1f3d67d4e8d5f87607326d1d30ac7b8e9ca1e501361e24e21fbde
+MISC metadata.xml 1582 BLAKE2B e9e4f5673690814562bbcb18c8040f25cf77fcaf4292e9049e0307bfbb30d56aa8f9876212add6491b868efbd98a0b3a4a0bbd4302eb0c9b3a9872abab0e8812 SHA512 3a21781f6c05a2d1bdf034c21687e853e3917533c924b434a221435ddc0c40b4a114b704d96daa6db4b6feabaa2e88b2417bde9834a49dc69475ae010046cbc1
diff --git a/dev-gap/crisp/crisp-1.4.6.ebuild b/dev-gap/crisp/crisp-1.4.6.ebuild
new file mode 100644
index 000000000000..837c57827b3f
--- /dev/null
+++ b/dev-gap/crisp/crisp-1.4.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gap-pkg
+
+DESCRIPTION="GAP algorithms for subgroups of finite soluble groups"
+SLOT="0"
+SRC_URI="https://github.com/bh11/${PN}/releases/download/${P^^}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+
+GAP_PKG_HTML_DOCDIR="htm"
+gap-pkg_enable_tests
diff --git a/dev-gap/crisp/metadata.xml b/dev-gap/crisp/metadata.xml
new file mode 100644
index 000000000000..e762ea686146
--- /dev/null
+++ b/dev-gap/crisp/metadata.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mjo@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>frp.bissey@gmail.com</email>
+ <name>François Bissey</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ CRISP provides algorithms for computing subgroups of finite soluble
+ groups related to a group class C. In particular, it allows to
+ compute C-radicals and C-injectors for Fitting classes (and Fitting
+ sets) C, C-residuals for formations C, and C-projectors for Schunck
+ classes C. In order to carry out these computations, the group class
+ C must be represented by an algorithm which can decide membership in
+ the group class. Moreover, CRISP contains algorithms for the
+ computation of normal subgroups invariant under a prescribed set of
+ automorphisms and belonging to a given group class. This includes
+ an improved method to compute the set of all normal subgroups of a
+ finite soluble group, its characteristic subgroups, minimal normal
+ subgroups and the socle and p-socles for given primes p.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">bh11/crisp</remote-id>
+ </upstream>
+</pkgmetadata>