The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : Gofer

A lazy functional language

 ------------------------------------------------------------------------------
Gofer is an interactive functional programming environment (i.e. an
interpreter) supporting a language based on the draft report for Haskell
version 1.2.
 
Gofer is intended as an experimental language, particularly where type classes
are involved.  Gofer extends the Haskell type class system in several ways.

The most significant features of Haskell not currently supported are:
modules, arrays, overloaded numeric constants, default declarations, derived
instances, contexts in datatype definitions.
------------------------------------------------------------------------------
And just in case you wondered:

   The name "Gofer" is not a trademark, registered  or  otherwise,  and
   you are free to mention this name in published material, public  and
   private correspondence, or other documents  without  restriction  or
   obligation.
------------------------------------------------------------------------------ 

http://web.cecs.pdx.edu/~mpj/goferarc/



Gofer history


v. 1.21
date: 2007/07/27 21:54:30;  author: obraun;  state: Exp;  lines: +1 -1
make fetchable, update WWW

PR:		ports/114637
Submitted by:	Thomas Abthorpe 

v. 1.20 date: 2006/05/09 20:52:11; author: edwin; state: Exp; lines: +0 -2 Remove USE_REINPLACE from the categories starting with L
v. 1.19 date: 2004/07/23 09:37:22; author: vs; state: Exp; lines: +8 -3 - Portlint: Use DOCSDIR - Remove patch-aa in favour of MAKE_ARGS - Grab for haskell-alias: This is family
v. 1.18 date: 2003/02/20 18:37:54; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.16 date: 2002/11/06 22:45:45; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.15 date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +4 -2 Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun
v. 1.14 date: 2001/02/08 12:47:20; author: kevlo; state: Exp; lines: +10 -8 - Upgrade to version 2.30b - Add WWW: line PR: 24875 Submitted by: Ports Fury
v. 1.13 date: 2001/01/27 05:40:03; author: will; state: Exp; lines: +2 -2 Remove inactive MAINTAINER , he hasn't committed in over 2 years.
v. 1.12 date: 2000/04/12 06:17:40; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.11 date: 1999/08/25 06:34:11; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1996/11/17 06:12:21; author: obrien; state: Exp; lines: +7 -9 Converted to MAN[1-9NL]
v. 1.9 date: 1996/11/12 02:17:59; author: obrien; state: Exp; lines: +6 -4 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.8 date: 1996/10/27 00:20:27; author: max; state: Exp; lines: +3 -3 Use ${MKDIR} macro to make directory.
v. 1.7 date: 1996/10/19 05:56:26; author: max; state: Exp; lines: +17 -16 Calls perl with its full path in case perl5 is there and /usr/local/bin is ahead of /usr/bin in the PATH variable. Calls mkdir with its full path. Use macros to install files. Honor the setting of NOMANCOMPRESS.
v. 1.6 date: 1995/11/22 13:11:56; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.5 date: 1995/04/24 11:25:09; author: asami; state: Exp; lines: +2 -4 Update lang Makefiles, compressing some man pages and stripping some executables along the way.
v. 1.4 date: 1995/04/16 21:24:37; author: asami; state: Exp; lines: +2 -2 Make various install and pre-install targets depend on build.
v. 1.3 date: 1995/04/15 05:44:23; author: asami; state: Exp; lines: +4 -2 Update of lang Makefiles....
v. 1.2 date: 1995/04/01 12:46:37; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.1 date: 1995/02/08 09:41:09; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1995/02/08 09:41:10; author: hsu; state: Exp; lines: +0 -0 gofer - a lazy functional language ============================================================================= v. 1.21 date: 2007/07/27 21:54:30; author: obraun; state: Exp; lines: +1 -1 make fetchable, update WWW PR: ports/114637 Submitted by: Thomas Abthorpe
v. 1.20 date: 2006/05/09 20:52:11; author: edwin; state: Exp; lines: +0 -2 Remove USE_REINPLACE from the categories starting with L
v. 1.19 date: 2004/07/23 09:37:22; author: vs; state: Exp; lines: +8 -3 - Portlint: Use DOCSDIR - Remove patch-aa in favour of MAKE_ARGS - Grab for haskell-alias: This is family
v. 1.18 date: 2003/02/20 18:37:54; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.16 date: 2002/11/06 22:45:45; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.15 date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +4 -2 Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun
v. 1.14 date: 2001/02/08 12:47:20; author: kevlo; state: Exp; lines: +10 -8 - Upgrade to version 2.30b - Add WWW: line PR: 24875 Submitted by: Ports Fury
v. 1.13 date: 2001/01/27 05:40:03; author: will; state: Exp; lines: +2 -2 Remove inactive MAINTAINER , he hasn't committed in over 2 years.
v. 1.12 date: 2000/04/12 06:17:40; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.11 date: 1999/08/25 06:34:11; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1996/11/17 06:12:21; author: obrien; state: Exp; lines: +7 -9 Converted to MAN[1-9NL]
v. 1.9 date: 1996/11/12 02:17:59; author: obrien; state: Exp; lines: +6 -4 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.8 date: 1996/10/27 00:20:27; author: max; state: Exp; lines: +3 -3 Use ${MKDIR} macro to make directory.
v. 1.7 date: 1996/10/19 05:56:26; author: max; state: Exp; lines: +17 -16 Calls perl with its full path in case perl5 is there and /usr/local/bin is ahead of /usr/bin in the PATH variable. Calls mkdir with its full path. Use macros to install files. Honor the setting of NOMANCOMPRESS.
v. 1.6 date: 1995/11/22 13:11:56; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.5 date: 1995/04/24 11:25:09; author: asami; state: Exp; lines: +2 -4 Update lang Makefiles, compressing some man pages and stripping some executables along the way.
v. 1.4 date: 1995/04/16 21:24:37; author: asami; state: Exp; lines: +2 -2 Make various install and pre-install targets depend on build.
v. 1.3 date: 1995/04/15 05:44:23; author: asami; state: Exp; lines: +4 -2 Update of lang Makefiles....
v. 1.2 date: 1995/04/01 12:46:37; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.1 date: 1995/02/08 09:41:09; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1995/02/08 09:41:10; author: hsu; state: Exp; lines: +0 -0 gofer - a lazy functional language ============================================================================= v. 1.21 date: 2007/07/27 21:54:30; author: obraun; state: Exp; lines: +1 -1 make fetchable, update WWW PR: ports/114637 Submitted by: Thomas Abthorpe
v. 1.20 date: 2006/05/09 20:52:11; author: edwin; state: Exp; lines: +0 -2 Remove USE_REINPLACE from the categories starting with L
v. 1.19 date: 2004/07/23 09:37:22; author: vs; state: Exp; lines: +8 -3 - Portlint: Use DOCSDIR - Remove patch-aa in favour of MAKE_ARGS - Grab for haskell-alias: This is family
v. 1.18 date: 2003/02/20 18:37:54; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.16 date: 2002/11/06 22:45:45; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.15 date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +4 -2 Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun
v. 1.14 date: 2001/02/08 12:47:20; author: kevlo; state: Exp; lines: +10 -8 - Upgrade to version 2.30b - Add WWW: line PR: 24875 Submitted by: Ports Fury
v. 1.13 date: 2001/01/27 05:40:03; author: will; state: Exp; lines: +2 -2 Remove inactive MAINTAINER , he hasn't committed in over 2 years.
v. 1.12 date: 2000/04/12 06:17:40; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.11 date: 1999/08/25 06:34:11; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1996/11/17 06:12:21; author: obrien; state: Exp; lines: +7 -9 Converted to MAN[1-9NL]
v. 1.9 date: 1996/11/12 02:17:59; author: obrien; state: Exp; lines: +6 -4 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.8 date: 1996/10/27 00:20:27; author: max; state: Exp; lines: +3 -3 Use ${MKDIR} macro to make directory.
v. 1.7 date: 1996/10/19 05:56:26; author: max; state: Exp; lines: +17 -16 Calls perl with its full path in case perl5 is there and /usr/local/bin is ahead of /usr/bin in the PATH variable. Calls mkdir with its full path. Use macros to install files. Honor the setting of NOMANCOMPRESS.
v. 1.6 date: 1995/11/22 13:11:56; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.5 date: 1995/04/24 11:25:09; author: asami; state: Exp; lines: +2 -4 Update lang Makefiles, compressing some man pages and stripping some executables along the way.
v. 1.4 date: 1995/04/16 21:24:37; author: asami; state: Exp; lines: +2 -2 Make various install and pre-install targets depend on build.
v. 1.3 date: 1995/04/15 05:44:23; author: asami; state: Exp; lines: +4 -2 Update of lang Makefiles....
v. 1.2 date: 1995/04/01 12:46:37; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.1 date: 1995/02/08 09:41:09; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1995/02/08 09:41:10; author: hsu; state: Exp; lines: +0 -0 gofer - a lazy functional language =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm