diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-05 13:58:11 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-05 13:58:11 +0000 |
commit | 1e2459e3e6126699b4f8865959233fe10a8a0e7c (patch) | |
tree | 40e01f5fec8151e47f1b75425ab35431302c8b45 /math/gp-grpconst | |
parent | 742bcd19d14495396810c26db2b11b0d0b91e8f2 (diff) | |
download | pkgsrc-1e2459e3e6126699b4f8865959233fe10a8a0e7c.tar.gz |
Initial import of GrpConst 2.0 into the NetBSD packages collection as
math/gp-grpconst.
GrpConst is a GAP 4 package for constructing all groups of a given
finite order (up to isomorphism).
Diffstat (limited to 'math/gp-grpconst')
-rw-r--r-- | math/gp-grpconst/DESCR | 16 | ||||
-rw-r--r-- | math/gp-grpconst/Makefile | 24 | ||||
-rw-r--r-- | math/gp-grpconst/PLIST | 1 | ||||
-rw-r--r-- | math/gp-grpconst/distinfo | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/math/gp-grpconst/DESCR b/math/gp-grpconst/DESCR new file mode 100644 index 00000000000..d5f3c61fd94 --- /dev/null +++ b/math/gp-grpconst/DESCR @@ -0,0 +1,16 @@ +GrpConst is a GAP 4 package for constructing all groups of a given +finite order (up to isomorphism). + +FrattiniExtensionMethod constructs all soluble groups of a given +order. + +CyclicSplitExtensionMethod constructs all (necessarily soluble) groups +whose given orders are of the form pn .q for different primes p and q +and which have at least one normal Sylow subgroup. + +UpwardsExtensions takes as its input a permutation group G and +positive integer s and returns a list of permutation groups, one for +each extension of G by a soluble group of order a divisor of s. + +The programs in this package have been used to construct a large part +of the Small Groups library. diff --git a/math/gp-grpconst/Makefile b/math/gp-grpconst/Makefile new file mode 100644 index 00000000000..47608924adb --- /dev/null +++ b/math/gp-grpconst/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/05 13:58:11 cjep Exp $ +# + +DISTNAME= grpconst +PKGNAME= gp-grpconst-2.0 +CATEGORIES= math +MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/ +EXTRACT_SUFX= .zoo + +MAINTAINER= cjep@netbsd.org +HOMEPAGE= http://www.gap-system.org/Share/grpconst.html +COMMENT= GAP package for finding isomorphism classes of finite groups + +WRKSRC= ${WRKDIR}/grpconst + +NO_BUILD= YES +USE_BUILDLINK2= YES +GAP_PKG_NAME= grpconst + +do-install: + cd ${WRKDIR} && ${PAX} -rw ${GAP_PKG_NAME} ${GAP_PKG_ROOT} + +.include "../../math/gap/gap.package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/gp-grpconst/PLIST b/math/gp-grpconst/PLIST new file mode 100644 index 00000000000..09324b83806 --- /dev/null +++ b/math/gp-grpconst/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/05 13:58:11 cjep Exp $ diff --git a/math/gp-grpconst/distinfo b/math/gp-grpconst/distinfo new file mode 100644 index 00000000000..e35d6ed677e --- /dev/null +++ b/math/gp-grpconst/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/05 13:58:11 cjep Exp $ + +SHA1 (grpconst.zoo) = c27f03144db0944b4fdcb9ad756f8eb4b391650f +Size (grpconst.zoo) = 67499 bytes |