diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-27 04:17:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-27 04:17:52 +0800 |
commit | 62bd6cb031d7d03dee3b4b2eec756e8b7e57729e (patch) | |
tree | e261f33c088bd48c4980735ce1f63fc506716d45 /lang/ocamlduce | |
parent | 0230ac5b4394b95004103f96f53fa323b91d1cdd (diff) | |
download | freebsd-ports-gnome-62bd6cb031d7d03dee3b4b2eec756e8b7e57729e.tar.gz freebsd-ports-gnome-62bd6cb031d7d03dee3b4b2eec756e8b7e57729e.tar.zst freebsd-ports-gnome-62bd6cb031d7d03dee3b4b2eec756e8b7e57729e.zip |
OCamlDuce is an enhancement to OCaml that allows you to use XML types.
WWW: http://www.cduce.org/ocaml
PR: ports/109564
Submitted by: Jaap Boender <jaapb at kerguelen.rg>
Diffstat (limited to 'lang/ocamlduce')
-rw-r--r-- | lang/ocamlduce/Makefile | 36 | ||||
-rw-r--r-- | lang/ocamlduce/distinfo | 3 | ||||
-rw-r--r-- | lang/ocamlduce/pkg-descr | 3 | ||||
-rw-r--r-- | lang/ocamlduce/pkg-plist | 22 |
4 files changed, 64 insertions, 0 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile new file mode 100644 index 000000000000..7123e5c067f8 --- /dev/null +++ b/lang/ocamlduce/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: ocamlduce +# Date created: Feb 24, 2007 +# Whom: Jaap Boender <jaapb@kerguelen.rg> +# +# $FreeBSD$ +# + +PORTNAME= ocamlduce +PORTVERSION= 3.09.3 +CATEGORIES= lang +MASTER_SITES= http://gallium.inria.fr/~frisch/ocamlcduce/download/ +PKGNAMESUFFIX= pl1 +DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} + +MAINTAINER= jaapb@kerguelen.org +COMMENT= Library to integrate XML features into OCaml + +USE_GMAKE= yes +USE_OCAML= yes +USE_OCAML_FINDLIB=yes + +ALL_TARGET= all opt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" + +post-extract: +# For nonstandard prefixes +.if !exists(${OCAMLFIND_DESTDIR}) + ${MKDIR} ${OCAMLFIND_DESTDIR} +.endif +.if !exists(${OCAMLFIND_LDCONF}) + ${TOUCH} ${OCAMLFIND_LDCONF} +.endif + +.include <bsd.port.post.mk> diff --git a/lang/ocamlduce/distinfo b/lang/ocamlduce/distinfo new file mode 100644 index 000000000000..fb3ef75f052e --- /dev/null +++ b/lang/ocamlduce/distinfo @@ -0,0 +1,3 @@ +MD5 (ocamlduce-3.09.3pl1.tar.gz) = 341e04b8fc7e9c211ae270ae2135e83a +SHA256 (ocamlduce-3.09.3pl1.tar.gz) = 19f5151790f85d282de7f7f7c8282d2e0562670fc54a97d1acd98be0b8df651b +SIZE (ocamlduce-3.09.3pl1.tar.gz) = 944146 diff --git a/lang/ocamlduce/pkg-descr b/lang/ocamlduce/pkg-descr new file mode 100644 index 000000000000..9b6e6159d53f --- /dev/null +++ b/lang/ocamlduce/pkg-descr @@ -0,0 +1,3 @@ +OCamlDuce is an enhancement to OCaml that allows you to use XML types. + +WWW: http://www.cduce.org/ocaml diff --git a/lang/ocamlduce/pkg-plist b/lang/ocamlduce/pkg-plist new file mode 100644 index 000000000000..677d22f694f5 --- /dev/null +++ b/lang/ocamlduce/pkg-plist @@ -0,0 +1,22 @@ +%%OCAML_SITELIBDIR%%/ocamlduce/META +%%OCAML_SITELIBDIR%%/ocamlduce/cduce_types.cmi +%%OCAML_SITELIBDIR%%/ocamlduce/cduce_types.o +%%OCAML_SITELIBDIR%%/ocamlduce/ocamlduce.a +%%OCAML_SITELIBDIR%%/ocamlduce/ocamlduce.cma +%%OCAML_SITELIBDIR%%/ocamlduce/ocamlduce.cmi +%%OCAML_SITELIBDIR%%/ocamlduce/ocamlduce.cmxa +%%OCAML_SITELIBDIR%%/ocamlduce/ocamlduce.mli +%%OCAML_SITELIBDIR%%/ocamlduce/ocamlduce.o +%%OCAML_SITELIBDIR%%/ocamlduce/topdirs.cmi +%%OCAML_SITELIBDIR%%/ocamlduce/toplevelducelib.cma +%%OCAML_SITELIBDIR%%/ocamlduce/toploop.cmi +%%OCAML_SITELIBDIR%%/ocamlduce/topmain.cmi +%%OCAML_SITELIBDIR%%/ocamlduce/topstart.cmo +bin/ocamlducec +bin/ocamlduce +bin/ocamlducedep +bin/ocamlducedoc +bin/ocamlduceopt +bin/ocamlducemktop +bin/expungeduce +bin/ocamlducefind |