diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-09 21:57:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-09 21:57:03 +0000 |
commit | 2818b6fdd244cd021018bbf7fb6a63de6478937b (patch) | |
tree | 999c8a48d53d728c5391da2acc3211594cd68844 /math/facile | |
parent | fbb6b3e46192d67245aca5888645fac5d730bf47 (diff) |
Notes
Diffstat (limited to 'math/facile')
-rw-r--r-- | math/facile/Makefile | 24 | ||||
-rw-r--r-- | math/facile/distinfo | 3 | ||||
-rw-r--r-- | math/facile/pkg-descr | 10 | ||||
-rw-r--r-- | math/facile/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/math/facile/Makefile b/math/facile/Makefile new file mode 100644 index 000000000000..2c0fac91f24f --- /dev/null +++ b/math/facile/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: facile +# Date created: 2008-02-09 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= facile +PORTVERSION= 1.1 +CATEGORIES= math +MASTER_SITES= http://www.recherche.enac.fr/log/facile/distrib/ + +MAINTAINER= arved@FreeBSD.org +COMMENT= A Functional Constraint Library + +USE_OCAML= yes +HAS_CONFIGURE= yes +USE_GMAKE= yes +ALL_TARGET= compile + +post-patch: + ${REINPLACE_CMD} -e "s,make,${GMAKE},; \ + s,cp,${INSTALL_DATA}," ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/math/facile/distinfo b/math/facile/distinfo new file mode 100644 index 000000000000..4c5c4eba52cd --- /dev/null +++ b/math/facile/distinfo @@ -0,0 +1,3 @@ +MD5 (facile-1.1.tar.gz) = ab673e1fc0859a42bcb639a02c2d7e9e +SHA256 (facile-1.1.tar.gz) = a87a6ba7869104f85828c19a9681758bd1d01c816581ba09ac483739ad4ae5ca +SIZE (facile-1.1.tar.gz) = 96343 diff --git a/math/facile/pkg-descr b/math/facile/pkg-descr new file mode 100644 index 000000000000..226ae21ea401 --- /dev/null +++ b/math/facile/pkg-descr @@ -0,0 +1,10 @@ +FaCiLe is a constraint programming library on integer and integer set +finite domains written in OCaml. It offers all usual facilities to create +and manipulate finite domain variables, arithmetic expressions and +constraints, built-in global constraints and search and optimization goals. + +FaCiLe allows as well to build easily user-defined constraints and goals, +making pervasive use of OCaml higher-order functionals to provide a simple +and flexible interface for the user. + +WWW: http://www.recherche.enac.fr/log/facile/ diff --git a/math/facile/pkg-plist b/math/facile/pkg-plist new file mode 100644 index 000000000000..a1a84e142f05 --- /dev/null +++ b/math/facile/pkg-plist @@ -0,0 +1,5 @@ +lib/ocaml/facile/facile.a +lib/ocaml/facile/facile.cmi +lib/ocaml/facile/facile.cma +lib/ocaml/facile/facile.cmxa +@dirrm lib/ocaml/facile |