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

(-)math/aspcud/Makefile (-5 / +5 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	aspcud
4
PORTNAME=	aspcud
5
PORTVERSION=	1.9.1
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONSUFFIX=	-source
6
DISTVERSION=	1.9.4
7
PORTREVISION=	9
8
CATEGORIES=	math ports-mgmt sysutils
7
CATEGORIES=	math ports-mgmt sysutils
9
MASTER_SITES=	SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION}
10
8
11
MAINTAINER=	vsevolod@FreeBSD.org
9
MAINTAINER=	vsevolod@FreeBSD.org
12
COMMENT=	Advanced solver for package dependencies
10
COMMENT=	Advanced solver for package dependencies
Lines 19-25 Link Here
19
		clasp:math/clasp \
17
		clasp:math/clasp \
20
		bash:shells/bash
18
		bash:shells/bash
21
19
22
USES=	compiler:c++11-lang cmake:outsource python:run
20
USES=		compiler:c++11-lang cmake:outsource python:run
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	potassco
23
23
24
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
24
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
25
25
(-)math/aspcud/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (aspcud-1.9.1-source.tar.gz) = e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827
1
TIMESTAMP = 1532666427
2
SIZE (aspcud-1.9.1-source.tar.gz) = 69922404
2
SHA256 (potassco-aspcud-v1.9.4_GH0.tar.gz) = 3645f08b079e1cc80e24cd2d7ae5172a52476d84e3ec5e6a6c0034492a6ea885
3
SIZE (potassco-aspcud-v1.9.4_GH0.tar.gz) = 70030827
(-)math/aspcud/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
Such a CUDF document can then be passed to aspcud along with an optimization
3
Such a CUDF document can then be passed to aspcud along with an optimization
4
criteria to obtain a solution to the given package problem.
4
criteria to obtain a solution to the given package problem.
5
5
6
WWW: http://potassco.sourceforge.net/
6
WWW: https://potassco.org/aspcud/

Return to bug 230079