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/
This commit is contained in:
parent
6a70b058c5
commit
6d5cc32610
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79683
@ -14,6 +14,7 @@
|
||||
SUBDIR += caml-light
|
||||
SUBDIR += ccscript
|
||||
SUBDIR += cel
|
||||
SUBDIR += chameleon
|
||||
SUBDIR += chicken
|
||||
SUBDIR += cim
|
||||
SUBDIR += cli
|
||||
|
27
lang/chameleon/Makefile
Normal file
27
lang/chameleon/Makefile
Normal file
@ -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>
|
1
lang/chameleon/distinfo
Normal file
1
lang/chameleon/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (chameleon-03-04.tar.gz) = 718c143be3344a63402d29adaa9dcfad
|
8
lang/chameleon/pkg-descr
Normal file
8
lang/chameleon/pkg-descr
Normal file
@ -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
|
59
lang/chameleon/pkg-plist
Normal file
59
lang/chameleon/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user