View | Details | Raw Unified | Return to bug 250880
Collapse All | Expand All

(-)math/gfanlib/Makefile (-2 / +2 lines)
Lines 4-13 Link Here
4
DISTVERSION=	0.6.2
4
DISTVERSION=	0.6.2
5
PORTREVISION=	1
5
PORTREVISION=	1
6
CATEGORIES=	math
6
CATEGORIES=	math
7
MASTER_SITES=	http://home.math.au.dk/jensen/software/gfan/
7
MASTER_SITES=	https://users-math.au.dk/jensen/software/gfan
8
DISTNAME=	gfan${DISTVERSION}
8
DISTNAME=	gfan${DISTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	moritz@schmi.tt
11
COMMENT=	Static library for computing Groebner fans and tropical varieties
11
COMMENT=	Static library for computing Groebner fans and tropical varieties
12
12
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
(-)math/gfanlib/pkg-descr (-14 / +4 lines)
Lines 1-17 Link Here
1
Gfan is a software package for computing Groebner fans and tropical
1
Gfan is a software package for computing Groebner fans and tropical
2
varieties. These are polyhedral fans associated to polynomial ideals.
2
varieties.
3
The maximal cones of a Groebner fan are in bijection with the marked
4
reduced Groebner bases of its defining ideal. The software computes
5
all marked reduced Groebner bases of an ideal. Their union is a
6
universal Greobner basis. The tropical variety of a polynomial ideal
7
is a certain subcomplex of the Groebner fan. Gfan contains algorithms
8
for computing this complex for general ideals and specialized
9
algorithms for tropical curves, tropical hypersurfaces and tropical
10
varieties of prime ideals.  In addition to the above core functions
11
the package contains many tools which are useful in the study of
12
Groebner bases, initial ideals and tropical geometry.
13
3
14
This port provides only the static library libgfan.a: you can get the
4
This port provides only the static library libgfan.a. You can get the
15
rest of the software package from the port math/gfan.
5
rest of the software package from math/gfan.
16
6
17
WWW: http://home.math.au.dk/jensen/software/gfan/gfan.html
7
WWW: https://users-math.au.dk/jensen/software/gfan/gfan.html

Return to bug 250880