The FreeBSD Ports Archive
FreeBSD lang : hugs4>
An interpreter for the functional programming language Haskell 98
Hugs 98 is a functional programming system based on Haskell 98, the
de facto standard for non-strict functional programming languages.
Hugs 98 provides an almost complete implementation of Haskell 98,
including monad and record syntax, newtypes, strictness annotations,
and modules. In addition, it comes packaged with almost all libraries
defined in the most recent version of the Haskell 98 Library Report.
Hugs 98 also supports a number of advanced and experimental extensions
including multi-parameter classes, extensible records, rank-2
polymorphism, existentials, scoped type variables, and restricted
type synonyms.
http://www.haskell.org/hugs/
|
hugs history
v. 1.50
date: 2007/10/17 10:12:44; author: ade; state: Exp; lines: +2 -2
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
v. 1.49
date: 2007/07/23 09:36:06; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.48
date: 2007/05/19 20:13:39; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.47
date: 2007/01/29 07:09:54; author: vs; state: Exp; lines: +0 -4
Builds fine on 4.x since last update.
Noted by: Chris Pressey
v. 1.46
date: 2006/12/11 11:01:58; author: rafan; state: Exp; lines: +5 -0
- Respect X11BASE
Reported by: pointyhat
Approved by: portmgr (linimon)
v. 1.45
date: 2006/09/22 20:00:51; author: obraun; state: Exp; lines: +5 -4
Upgrade to Sep 2006 Release.
v. 1.44
date: 2006/07/14 06:46:54; author: linimon; state: Exp; lines: +4 -0
Mark broken on ia64.
v. 1.43
date: 2006/05/28 16:20:41; author: vs; state: Exp; lines: +0 -1
Chase re-rolled tarball: necessary patches have been integrated
v. 1.42
date: 2006/05/21 14:33:38; author: vs; state: Exp; lines: +17 -8
Update to May 2006 release
Sponsored by several tinderbox runs on tb3 and by oliver@
v. 1.41
date: 2006/05/09 20:52:14; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from the categories starting with L
v. 1.40
date: 2005/11/10 13:36:36; author: vs; state: Exp; lines: +10 -0
Fix build: Use our own targets since the real ones have funky dependencies
which would like autoreconf.
v. 1.39
date: 2005/10/27 07:33:59; author: vs; state: Exp; lines: +1 -0
Set GNU_CONFIGURE (should fix non-std PREFIX-builds)
v. 1.38
date: 2005/05/19 15:38:44; author: vs; state: Exp; lines: +2 -1
Update to patched version fixing a few bugs
v. 1.37
date: 2005/04/12 03:25:50; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.36
date: 2005/04/11 16:05:11; author: vs; state: Exp; lines: +8 -6
Unbreak: I couldn't find a sane way of disabling X11-detection if it's not
desired but already installed, so make X11 mandatory for the time being.
Our CONFIGURE-handling is broken atm, too :/
Noticed by: krisbot
v. 1.35
date: 2005/04/11 08:02:54; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.34
date: 2005/04/10 21:30:58; author: kris; state: Exp; lines: +2 -0
BROKEN: Incorrect pkg-plist
v. 1.33
date: 2005/03/12 19:45:18; author: obraun; state: Exp; lines: +7 -21
Upgrade to Mar2005 release
v. 1.32
date: 2004/11/19 21:14:04; author: obraun; state: Exp; lines: +10 -2
Add OPTION for compiling hugs with OpenGL/GLUT support.
Requested by: Jan Rochel
v. 1.31
date: 2004/07/26 12:06:07; author: vs; state: Exp; lines: +1 -2
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop
v. 1.30
date: 2004/05/11 19:22:26; author: obraun; state: Exp; lines: +2 -1
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow
v. 1.29
date: 2004/03/11 07:48:12; author: obraun; state: Exp; lines: +0 -1
deUSE_SIZEify.
v. 1.28
date: 2004/03/06 21:29:59; author: obraun; state: Exp; lines: +1 -1
Set maintainer to the new created haskell@ mail alias.
v. 1.27
date: 2004/02/25 11:25:52; author: obraun; state: Exp; lines: +6 -1
* Respect CC and CFLAGS.
* Fix for amd64
v. 1.26
date: 2004/02/04 05:21:38; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.25
date: 2004/01/31 11:16:47; author: obraun; state: Exp; lines: +1 -0
SIZE-ify
v. 1.24
date: 2003/12/04 22:31:15; author: obraun; state: Exp; lines: +5 -8
Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.
Parts submitted by: Volker Stolz
v. 1.23
date: 2003/06/27 16:48:14; author: obraun; state: Exp; lines: +1 -1
s/BROKEN/IGNORE/
PR: ports/53437
Submitted by: Mark Linimon
v. 1.22
date: 2003/02/18 10:50:46; author: obraun; state: Exp; lines: +1 -0
De-pkg-comment and make portlint a little bit happier.
v. 1.21
date: 2003/01/01 17:31:49; author: obraun; state: Exp; lines: +3 -1
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64
v. 1.20
date: 2002/12/31 07:34:18; author: obraun; state: Exp; lines: +2 -0
Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.
Noticed by: bento
v. 1.19
date: 2002/11/21 00:10:55; author: obraun; state: Exp; lines: +1 -0
Add USE_BISON.
Pointed out by: kris
v. 1.18
date: 2002/11/20 09:10:55; author: obraun; state: Exp; lines: +1 -1
Add the new virtual category haskell.
v. 1.17
date: 2002/11/20 08:13:29; author: obraun; state: Exp; lines: +21 -24
Upgrade to 200211.
v. 1.16
date: 2002/11/10 16:46:51; author: lioux; state: Exp; lines: +0 -1
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.15
date: 2002/11/05 21:55:20; author: obraun; state: Exp; lines: +1 -0
Use PORTCOMMENT variable instead of pkg-comment file.
v. 1.14
date: 2002/08/21 14:46:05; author: obraun; state: Exp; lines: +1 -1
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor)
v. 1.13
date: 2001/12/17 13:13:17; author: kevlo; state: Exp; lines: +7 -5
Update to the lastest version.
PR: 32886
Submitted by: MAINTAINER
v. 1.12
date: 2001/06/19 21:10:27; author: dwcjr; state: Exp; lines: +3 -2
Take PORTVERSION out of DISTNAME
Submitted by: olgeni
v. 1.11
date: 2001/06/19 14:05:39; author: dwcjr; state: Exp; lines: +7 -7
Update to latest version
Move 98 to PORTNAME and USE 200102 in PORTVERSION
Update description for new version
Update plist file to relfect changes
New Maintainer
PR: 28254
Submitted by: Oliver Braun
v. 1.10
date: 2000/04/30 19:12:19; author: steve; state: Exp; lines: +8 -15
Update to version Feb2000.
PR: 18308
Submitted by: Mario Sergio Fujikawa Ferreira
v. 1.9
date: 2000/04/12 06:18:53; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.8
date: 1999/11/20 22:49:37; author: cpiazza; state: Exp; lines: +9 -8
Update to the Sep1999 version of Hugs98
PR: 14898
Submitted by: maintainer
v. 1.7
date: 1999/08/25 06:34:43; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/22 18:58:50; author: mharo; state: Exp; lines: +7 -7
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.5
date: 1998/08/09 00:25:28; author: steve; state: Exp; lines: +3 -3
Update to the June 1998 sources.
PR: 7518
Submitted by: maintainer
v. 1.4
date: 1998/02/17 21:32:18; author: steve; state: Exp; lines: +17 -21
MASTER_SITE has moved and some portlint cleaning.
PR: 5769
Submitted by: maintainer
v. 1.3
date: 1998/02/16 09:19:00; author: asami; state: Exp; lines: +2 -2
Change "-"s to "."s in PKGNAME so the Latest link will be created
correctly.
v. 1.2
date: 1998/02/12 10:04:36; author: tg; state: Exp; lines: +8 -7
Upgrade to the January source snapshot.
PR: 5697
Submitted by: Simon Marlow
v. 1.1
date: 1997/11/24 00:10:18; author: fenner; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/24 00:10:18; author: fenner; state: Exp; lines: +0 -0
This is a port of Nottingham's and Yale's new release of Hugs,
a Haskell interpreter and programming environment for developing
Haskell programs.
PR: ports/4142 and ports/4646
Submitted by: Torsten "Teg" Grust
=============================================================================
v. 1.50
date: 2007/10/17 10:12:44; author: ade; state: Exp; lines: +2 -2
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
v. 1.49
date: 2007/07/23 09:36:06; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.48
date: 2007/05/19 20:13:39; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.47
date: 2007/01/29 07:09:54; author: vs; state: Exp; lines: +0 -4
Builds fine on 4.x since last update.
Noted by: Chris Pressey
v. 1.46
date: 2006/12/11 11:01:58; author: rafan; state: Exp; lines: +5 -0
- Respect X11BASE
Reported by: pointyhat
Approved by: portmgr (linimon)
v. 1.45
date: 2006/09/22 20:00:51; author: obraun; state: Exp; lines: +5 -4
Upgrade to Sep 2006 Release.
v. 1.44
date: 2006/07/14 06:46:54; author: linimon; state: Exp; lines: +4 -0
Mark broken on ia64.
v. 1.43
date: 2006/05/28 16:20:41; author: vs; state: Exp; lines: +0 -1
Chase re-rolled tarball: necessary patches have been integrated
v. 1.42
date: 2006/05/21 14:33:38; author: vs; state: Exp; lines: +17 -8
Update to May 2006 release
Sponsored by several tinderbox runs on tb3 and by oliver@
v. 1.41
date: 2006/05/09 20:52:14; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from the categories starting with L
v. 1.40
date: 2005/11/10 13:36:36; author: vs; state: Exp; lines: +10 -0
Fix build: Use our own targets since the real ones have funky dependencies
which would like autoreconf.
v. 1.39
date: 2005/10/27 07:33:59; author: vs; state: Exp; lines: +1 -0
Set GNU_CONFIGURE (should fix non-std PREFIX-builds)
v. 1.38
date: 2005/05/19 15:38:44; author: vs; state: Exp; lines: +2 -1
Update to patched version fixing a few bugs
v. 1.37
date: 2005/04/12 03:25:50; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.36
date: 2005/04/11 16:05:11; author: vs; state: Exp; lines: +8 -6
Unbreak: I couldn't find a sane way of disabling X11-detection if it's not
desired but already installed, so make X11 mandatory for the time being.
Our CONFIGURE-handling is broken atm, too :/
Noticed by: krisbot
v. 1.35
date: 2005/04/11 08:02:54; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.34
date: 2005/04/10 21:30:58; author: kris; state: Exp; lines: +2 -0
BROKEN: Incorrect pkg-plist
v. 1.33
date: 2005/03/12 19:45:18; author: obraun; state: Exp; lines: +7 -21
Upgrade to Mar2005 release
v. 1.32
date: 2004/11/19 21:14:04; author: obraun; state: Exp; lines: +10 -2
Add OPTION for compiling hugs with OpenGL/GLUT support.
Requested by: Jan Rochel
v. 1.31
date: 2004/07/26 12:06:07; author: vs; state: Exp; lines: +1 -2
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop
v. 1.30
date: 2004/05/11 19:22:26; author: obraun; state: Exp; lines: +2 -1
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow
v. 1.29
date: 2004/03/11 07:48:12; author: obraun; state: Exp; lines: +0 -1
deUSE_SIZEify.
v. 1.28
date: 2004/03/06 21:29:59; author: obraun; state: Exp; lines: +1 -1
Set maintainer to the new created haskell@ mail alias.
v. 1.27
date: 2004/02/25 11:25:52; author: obraun; state: Exp; lines: +6 -1
* Respect CC and CFLAGS.
* Fix for amd64
v. 1.26
date: 2004/02/04 05:21:38; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.25
date: 2004/01/31 11:16:47; author: obraun; state: Exp; lines: +1 -0
SIZE-ify
v. 1.24
date: 2003/12/04 22:31:15; author: obraun; state: Exp; lines: +5 -8
Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.
Parts submitted by: Volker Stolz
v. 1.23
date: 2003/06/27 16:48:14; author: obraun; state: Exp; lines: +1 -1
s/BROKEN/IGNORE/
PR: ports/53437
Submitted by: Mark Linimon
v. 1.22
date: 2003/02/18 10:50:46; author: obraun; state: Exp; lines: +1 -0
De-pkg-comment and make portlint a little bit happier.
v. 1.21
date: 2003/01/01 17:31:49; author: obraun; state: Exp; lines: +3 -1
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64
v. 1.20
date: 2002/12/31 07:34:18; author: obraun; state: Exp; lines: +2 -0
Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.
Noticed by: bento
v. 1.19
date: 2002/11/21 00:10:55; author: obraun; state: Exp; lines: +1 -0
Add USE_BISON.
Pointed out by: kris
v. 1.18
date: 2002/11/20 09:10:55; author: obraun; state: Exp; lines: +1 -1
Add the new virtual category haskell.
v. 1.17
date: 2002/11/20 08:13:29; author: obraun; state: Exp; lines: +21 -24
Upgrade to 200211.
v. 1.16
date: 2002/11/10 16:46:51; author: lioux; state: Exp; lines: +0 -1
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.15
date: 2002/11/05 21:55:20; author: obraun; state: Exp; lines: +1 -0
Use PORTCOMMENT variable instead of pkg-comment file.
v. 1.14
date: 2002/08/21 14:46:05; author: obraun; state: Exp; lines: +1 -1
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor)
v. 1.13
date: 2001/12/17 13:13:17; author: kevlo; state: Exp; lines: +7 -5
Update to the lastest version.
PR: 32886
Submitted by: MAINTAINER
v. 1.12
date: 2001/06/19 21:10:27; author: dwcjr; state: Exp; lines: +3 -2
Take PORTVERSION out of DISTNAME
Submitted by: olgeni
v. 1.11
date: 2001/06/19 14:05:39; author: dwcjr; state: Exp; lines: +7 -7
Update to latest version
Move 98 to PORTNAME and USE 200102 in PORTVERSION
Update description for new version
Update plist file to relfect changes
New Maintainer
PR: 28254
Submitted by: Oliver Braun
v. 1.10
date: 2000/04/30 19:12:19; author: steve; state: Exp; lines: +8 -15
Update to version Feb2000.
PR: 18308
Submitted by: Mario Sergio Fujikawa Ferreira
v. 1.9
date: 2000/04/12 06:18:53; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.8
date: 1999/11/20 22:49:37; author: cpiazza; state: Exp; lines: +9 -8
Update to the Sep1999 version of Hugs98
PR: 14898
Submitted by: maintainer
v. 1.7
date: 1999/08/25 06:34:43; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/22 18:58:50; author: mharo; state: Exp; lines: +7 -7
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.5
date: 1998/08/09 00:25:28; author: steve; state: Exp; lines: +3 -3
Update to the June 1998 sources.
PR: 7518
Submitted by: maintainer
v. 1.4
date: 1998/02/17 21:32:18; author: steve; state: Exp; lines: +17 -21
MASTER_SITE has moved and some portlint cleaning.
PR: 5769
Submitted by: maintainer
v. 1.3
date: 1998/02/16 09:19:00; author: asami; state: Exp; lines: +2 -2
Change "-"s to "."s in PKGNAME so the Latest link will be created
correctly.
v. 1.2
date: 1998/02/12 10:04:36; author: tg; state: Exp; lines: +8 -7
Upgrade to the January source snapshot.
PR: 5697
Submitted by: Simon Marlow
v. 1.1
date: 1997/11/24 00:10:18; author: fenner; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/24 00:10:18; author: fenner; state: Exp; lines: +0 -0
This is a port of Nottingham's and Yale's new release of Hugs,
a Haskell interpreter and programming environment for developing
Haskell programs.
PR: ports/4142 and ports/4646
Submitted by: Torsten "Teg" Grust
=============================================================================
v. 1.50
date: 2007/10/17 10:12:44; author: ade; state: Exp; lines: +2 -2
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
v. 1.49
date: 2007/07/23 09:36:06; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.48
date: 2007/05/19 20:13:39; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.47
date: 2007/01/29 07:09:54; author: vs; state: Exp; lines: +0 -4
Builds fine on 4.x since last update.
Noted by: Chris Pressey
v. 1.46
date: 2006/12/11 11:01:58; author: rafan; state: Exp; lines: +5 -0
- Respect X11BASE
Reported by: pointyhat
Approved by: portmgr (linimon)
v. 1.45
date: 2006/09/22 20:00:51; author: obraun; state: Exp; lines: +5 -4
Upgrade to Sep 2006 Release.
v. 1.44
date: 2006/07/14 06:46:54; author: linimon; state: Exp; lines: +4 -0
Mark broken on ia64.
v. 1.43
date: 2006/05/28 16:20:41; author: vs; state: Exp; lines: +0 -1
Chase re-rolled tarball: necessary patches have been integrated
v. 1.42
date: 2006/05/21 14:33:38; author: vs; state: Exp; lines: +17 -8
Update to May 2006 release
Sponsored by several tinderbox runs on tb3 and by oliver@
v. 1.41
date: 2006/05/09 20:52:14; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from the categories starting with L
v. 1.40
date: 2005/11/10 13:36:36; author: vs; state: Exp; lines: +10 -0
Fix build: Use our own targets since the real ones have funky dependencies
which would like autoreconf.
v. 1.39
date: 2005/10/27 07:33:59; author: vs; state: Exp; lines: +1 -0
Set GNU_CONFIGURE (should fix non-std PREFIX-builds)
v. 1.38
date: 2005/05/19 15:38:44; author: vs; state: Exp; lines: +2 -1
Update to patched version fixing a few bugs
v. 1.37
date: 2005/04/12 03:25:50; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.36
date: 2005/04/11 16:05:11; author: vs; state: Exp; lines: +8 -6
Unbreak: I couldn't find a sane way of disabling X11-detection if it's not
desired but already installed, so make X11 mandatory for the time being.
Our CONFIGURE-handling is broken atm, too :/
Noticed by: krisbot
v. 1.35
date: 2005/04/11 08:02:54; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.34
date: 2005/04/10 21:30:58; author: kris; state: Exp; lines: +2 -0
BROKEN: Incorrect pkg-plist
v. 1.33
date: 2005/03/12 19:45:18; author: obraun; state: Exp; lines: +7 -21
Upgrade to Mar2005 release
v. 1.32
date: 2004/11/19 21:14:04; author: obraun; state: Exp; lines: +10 -2
Add OPTION for compiling hugs with OpenGL/GLUT support.
Requested by: Jan Rochel
v. 1.31
date: 2004/07/26 12:06:07; author: vs; state: Exp; lines: +1 -2
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop
v. 1.30
date: 2004/05/11 19:22:26; author: obraun; state: Exp; lines: +2 -1
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow
v. 1.29
date: 2004/03/11 07:48:12; author: obraun; state: Exp; lines: +0 -1
deUSE_SIZEify.
v. 1.28
date: 2004/03/06 21:29:59; author: obraun; state: Exp; lines: +1 -1
Set maintainer to the new created haskell@ mail alias.
v. 1.27
date: 2004/02/25 11:25:52; author: obraun; state: Exp; lines: +6 -1
* Respect CC and CFLAGS.
* Fix for amd64
v. 1.26
date: 2004/02/04 05:21:38; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.25
date: 2004/01/31 11:16:47; author: obraun; state: Exp; lines: +1 -0
SIZE-ify
v. 1.24
date: 2003/12/04 22:31:15; author: obraun; state: Exp; lines: +5 -8
Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.
Parts submitted by: Volker Stolz
v. 1.23
date: 2003/06/27 16:48:14; author: obraun; state: Exp; lines: +1 -1
s/BROKEN/IGNORE/
PR: ports/53437
Submitted by: Mark Linimon
v. 1.22
date: 2003/02/18 10:50:46; author: obraun; state: Exp; lines: +1 -0
De-pkg-comment and make portlint a little bit happier.
v. 1.21
date: 2003/01/01 17:31:49; author: obraun; state: Exp; lines: +3 -1
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64
v. 1.20
date: 2002/12/31 07:34:18; author: obraun; state: Exp; lines: +2 -0
Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.
Noticed by: bento
v. 1.19
date: 2002/11/21 00:10:55; author: obraun; state: Exp; lines: +1 -0
Add USE_BISON.
Pointed out by: kris
v. 1.18
date: 2002/11/20 09:10:55; author: obraun; state: Exp; lines: +1 -1
Add the new virtual category haskell.
v. 1.17
date: 2002/11/20 08:13:29; author: obraun; state: Exp; lines: +21 -24
Upgrade to 200211.
v. 1.16
date: 2002/11/10 16:46:51; author: lioux; state: Exp; lines: +0 -1
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.15
date: 2002/11/05 21:55:20; author: obraun; state: Exp; lines: +1 -0
Use PORTCOMMENT variable instead of pkg-comment file.
v. 1.14
date: 2002/08/21 14:46:05; author: obraun; state: Exp; lines: +1 -1
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor)
v. 1.13
date: 2001/12/17 13:13:17; author: kevlo; state: Exp; lines: +7 -5
Update to the lastest version.
PR: 32886
Submitted by: MAINTAINER
v. 1.12
date: 2001/06/19 21:10:27; author: dwcjr; state: Exp; lines: +3 -2
Take PORTVERSION out of DISTNAME
Submitted by: olgeni
v. 1.11
date: 2001/06/19 14:05:39; author: dwcjr; state: Exp; lines: +7 -7
Update to latest version
Move 98 to PORTNAME and USE 200102 in PORTVERSION
Update description for new version
Update plist file to relfect changes
New Maintainer
PR: 28254
Submitted by: Oliver Braun
v. 1.10
date: 2000/04/30 19:12:19; author: steve; state: Exp; lines: +8 -15
Update to version Feb2000.
PR: 18308
Submitted by: Mario Sergio Fujikawa Ferreira
v. 1.9
date: 2000/04/12 06:18:53; author: obrien; state: Exp; lines: +4 -4
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.8
date: 1999/11/20 22:49:37; author: cpiazza; state: Exp; lines: +9 -8
Update to the Sep1999 version of Hugs98
PR: 14898
Submitted by: maintainer
v. 1.7
date: 1999/08/25 06:34:43; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/22 18:58:50; author: mharo; state: Exp; lines: +7 -7
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.5
date: 1998/08/09 00:25:28; author: steve; state: Exp; lines: +3 -3
Update to the June 1998 sources.
PR: 7518
Submitted by: maintainer
v. 1.4
date: 1998/02/17 21:32:18; author: steve; state: Exp; lines: +17 -21
MASTER_SITE has moved and some portlint cleaning.
PR: 5769
Submitted by: maintainer
v. 1.3
date: 1998/02/16 09:19:00; author: asami; state: Exp; lines: +2 -2
Change "-"s to "."s in PKGNAME so the Latest link will be created
correctly.
v. 1.2
date: 1998/02/12 10:04:36; author: tg; state: Exp; lines: +8 -7
Upgrade to the January source snapshot.
PR: 5697
Submitted by: Simon Marlow
v. 1.1
date: 1997/11/24 00:10:18; author: fenner; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/24 00:10:18; author: fenner; state: Exp; lines: +0 -0
This is a port of Nottingham's and Yale's new release of Hugs,
a Haskell interpreter and programming environment for developing
Haskell programs.
PR: ports/4142 and ports/4646
Submitted by: Torsten "Teg" Grust
=============================================================================
|
| |

|