diff --git a/dev-gap/autpgrp/Manifest b/dev-gap/autpgrp/Manifest new file mode 100644 index 0000000000000..95e92bce0cab1 --- /dev/null +++ b/dev-gap/autpgrp/Manifest @@ -0,0 +1 @@ +DIST autpgrp-1.11.tar.gz 197242 BLAKE2B c3d3a06d598b565aa56a41c745d615b67470046455c2a105374383ffd094c136700b19440a28d9254c68ef41a8351600947ce53621c16d1f0b57de1f651c7884 SHA512 2fed6a0448103259f394e96f0ea3ace6f36ef42c616c51f22f67287edda99f66c6e7b4a9cde4f6549925e20c118c64466e4f5201cac51bde823be5d5647696f3 diff --git a/dev-gap/autpgrp/autpgrp-1.11.ebuild b/dev-gap/autpgrp/autpgrp-1.11.ebuild new file mode 100644 index 0000000000000..a92b8f48d1149 --- /dev/null +++ b/dev-gap/autpgrp/autpgrp-1.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="Computing the Automorphism Group of a p-Group" +SLOT="0" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" + +DOCS=( README CHANGES.md ) + +GAP_PKG_HTML_DOCDIR="htm" +gap-pkg_enable_tests diff --git a/dev-gap/autpgrp/metadata.xml b/dev-gap/autpgrp/metadata.xml new file mode 100644 index 0000000000000..d7915f99a38f2 --- /dev/null +++ b/dev-gap/autpgrp/metadata.xml @@ -0,0 +1,31 @@ + + + + + mjo@gentoo.org + + + frp.bissey@gmail.com + François Bissey + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + The AutPGrp package introduces a new function to compute the + automorphism group of a finite p-group. The underlying algorithm is + a refinement of the methods described in O'Brien (1995). In + particular, this implementation is more efficient in both time and + space requirements and hence has a wider range of applications than + the ANUPQ method. It also usually out-performs all but the method + designed for finite abelian groups. + + + gap-packages/autpgrp + +