diff options
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/chameleon/Makefile | 27 | ||||
-rw-r--r-- | lang/chameleon/distinfo | 1 | ||||
-rw-r--r-- | lang/chameleon/pkg-descr | 8 | ||||
-rw-r--r-- | lang/chameleon/pkg-plist | 59 |
5 files changed, 96 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3ce31cfb0bb4..1b8b84561ae5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -14,6 +14,7 @@ SUBDIR += caml-light SUBDIR += ccscript SUBDIR += cel + SUBDIR += chameleon SUBDIR += chicken SUBDIR += cim SUBDIR += cli diff --git a/lang/chameleon/Makefile b/lang/chameleon/Makefile new file mode 100644 index 000000000000..34f3b1f8daa4 --- /dev/null +++ b/lang/chameleon/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: chameleon +# Date created: 26 April 2003 +# Whom: Oliver Braun <obraun@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= chameleon +PORTVERSION= 03.04 +CATEGORIES= lang +MASTER_SITES= http://www.comp.nus.edu.sg/~sulzmann/chameleon/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/} + +MAINTAINER= obraun@FreeBSD.org +COMMENT= A Haskell-style language + +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ + happy:${PORTSDIR}/devel/hs-happy + +ALL_TARGET= just-boo + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/chameleon ${PREFIX}/bin + @${MKDIR} ${EXAMPLESDIR} + @${FIND} ${WRKSRC}/samples -type f -exec \ + ${INSTALL_DATA} {} ${EXAMPLESDIR} \; + +.include <bsd.port.mk> diff --git a/lang/chameleon/distinfo b/lang/chameleon/distinfo new file mode 100644 index 000000000000..e7834da079e1 --- /dev/null +++ b/lang/chameleon/distinfo @@ -0,0 +1 @@ +MD5 (chameleon-03-04.tar.gz) = 718c143be3344a63402d29adaa9dcfad diff --git a/lang/chameleon/pkg-descr b/lang/chameleon/pkg-descr new file mode 100644 index 000000000000..d243d0c54b15 --- /dev/null +++ b/lang/chameleon/pkg-descr @@ -0,0 +1,8 @@ +Chameleon is a Haskell-style language which allows for type programming via +Constraint Handling Rules (CHRs). Chameleon implements the ideas described in +``A Theory of Overloading''. + +WWW: http://www.comp.nus.edu.sg/~sulzmann/chameleon/ + +-- Oliver Braun +obraun@FreeBSD.org diff --git a/lang/chameleon/pkg-plist b/lang/chameleon/pkg-plist new file mode 100644 index 000000000000..da4d5a0be728 --- /dev/null +++ b/lang/chameleon/pkg-plist @@ -0,0 +1,59 @@ +bin/chameleon +share/examples/chameleon/check.ch +share/examples/chameleon/collects.ch +share/examples/chameleon/collects2.ch +share/examples/chameleon/constructor.ch +share/examples/chameleon/curry.ch +share/examples/chameleon/curry2.ch +share/examples/chameleon/data.boo +share/examples/chameleon/entail.ch +share/examples/chameleon/entail2.ch +share/examples/chameleon/enum.ch +share/examples/chameleon/eq.ch +share/examples/chameleon/eval.ch +share/examples/chameleon/eval2.ch +share/examples/chameleon/first-class-old.ch +share/examples/chameleon/first-class.ch +share/examples/chameleon/first-classa.ch +share/examples/chameleon/fmap.ch +share/examples/chameleon/fmap2.ch +share/examples/chameleon/forall.ch +share/examples/chameleon/forall2.ch +share/examples/chameleon/functor-beyond.ch +share/examples/chameleon/functor.ch +share/examples/chameleon/fundep.ch +share/examples/chameleon/hoas.ch +share/examples/chameleon/hoas2.ch +share/examples/chameleon/hoas3.ch +share/examples/chameleon/insert.ch +share/examples/chameleon/insert2.ch +share/examples/chameleon/interpreter.ch +share/examples/chameleon/interpreter.hs +share/examples/chameleon/kenny.ch +share/examples/chameleon/kind.ch +share/examples/chameleon/kind2.ch +share/examples/chameleon/list2.ch +share/examples/chameleon/missing-method.ch +share/examples/chameleon/monad.ch +share/examples/chameleon/monad2.ch +share/examples/chameleon/palin.ch +share/examples/chameleon/poly-methods.ch +share/examples/chameleon/poly-rec.ch +share/examples/chameleon/problem.ch +share/examples/chameleon/qsort.ch +share/examples/chameleon/rbt.ch +share/examples/chameleon/record.ch +share/examples/chameleon/record2.ch +share/examples/chameleon/record3.ch +share/examples/chameleon/record4.ch +share/examples/chameleon/rules.boo +share/examples/chameleon/sec.ch +share/examples/chameleon/simps.ch +share/examples/chameleon/stack.ch +share/examples/chameleon/subsumption.ch +share/examples/chameleon/sum.ch +share/examples/chameleon/superclass.ch +share/examples/chameleon/test.ch +share/examples/chameleon/unit.ch +share/examples/chameleon/zip.ch +@dirrm share/examples/chameleon |