1056c FreshPorts -- lang/hugs
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
hugs 200609_4 lang on this many watch lists=11 search for ports that depend on this port
An interpreter for the functional programming language Haskell 98
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: haskell
License: not specified in port


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.

WWW: http://www.haskell.org/hugs/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. shells/bash
  2. devel/bison
  3. devel/gmake
  4. x11/libSM
  5. x11/libICE
  6. x11-toolkits/libXmu
  7. x11/libXi
  8. x11/libX11
Required To Run:
  1. x11/libSM
  2. x11/libICE
  3. x11-toolkits/libXmu
  4. x11/libXi
  5. x11/libX11
Required Libraries:
  1. graphics/freeglut
There are no ports dependent upon this port

To install the port: cd /usr/ports/lang/hugs/ && make install clean
To add the package: pkg_add -r hugs98


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cvs.haskell.org/Hugs/downloads/2006-09/

Number of commits found: 52

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 Mar 2013 11:32:12
Original commit files touched by this commit  200609_4
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
04 Aug 2012 22:52:04
Original commit files touched by this commit  200609_4
kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
24 Oct 2011 09:11:38
Original commit files touched by this commit  200609_3
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 13:45:36
Original commit files touched by this commit  200609_3
ohauer search for other commits by this committer
- remove MD5
23 Jan 2009 16:28:36
Original commit files touched by this commit  200609_3
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
19 Apr 2008 17:56:05
Original commit files touched by this commit  200609_2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
17 Oct 2007 10:13:01
Original commit files touched by this commit  200609_2
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
23 Jul 2007 09:36:52
Original commit files touched by this commit  200609_1
rafan search for other commits by this committer
- 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
19 May 2007 20:32:57
Original commit files touched by this commit  200609_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 Jan 2007 07:09:55
Original commit files touched by this commit  200609
vs search for other commits by this committer
Builds fine on 4.x since last update.

Noted by: Chris Pressey
11 Dec 2006 11:01:58
Original commit files touched by this commit  200609
rafan search for other commits by this committer
- Respect X11BASE

Reported by:    pointyhat
Approved by:    portmgr (linimon)
22 Sep 2006 20:00:51
Original commit files touched by this commit  200609
obraun search for other commits by this committer
Upgrade to Sep 2006 Release.
14 Jul 2006 06:46:55
Original commit files touched by this commit  200605
linimon search for other commits by this committer
Mark broken on ia64.
28 May 2006 16:20:42
Original commit files touched by this commit  200605
vs search for other commits by this committer
Chase re-rolled tarball: necessary patches have been integrated
21 May 2006 14:33:38
Original commit files touched by this commit  200605
vs search for other commits by this committer
Update to May 2006 release

Sponsored by several tinderbox runs on tb3 and by oliver@
09 May 2006 20:52:24
Original commit files touched by this commit  200503_1
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
22 Jan 2006 12:42:24
Original commit files touched by this commit  200503_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
10 Nov 2005 13:36:36
Original commit files touched by this commit  200503_1
vs search for other commits by this committer
Fix build: Use our own targets since the real ones have funky dependencies
which would like autoreconf.
27 Oct 2005 07:33:59
Original commit files touched by this commit  200503_1
vs search for other commits by this committer
Set GNU_CONFIGURE (should fix non-std PREFIX-builds)
19 May 2005 15:38:44
Original commit files touched by this commit  200503_1
vs search for other commits by this committer
Update to patched version fixing a few bugs
12 Apr 2005 03:26:57
Original commit files touched by this commit  200503
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 16:05:11
Original commit files touched by this commit  200503
vs search for other commits by this committer
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
11 Apr 2005 08:04:41
Original commit files touched by this commit  200503
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
10 Apr 2005 21:30:58
Original commit files touched by this commit  200503
kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
21 Mar 2005 15:44:49
Original commit files touched by this commit  200503
obraun search for other commits by this committer
Update checksum. The tarball has been rerolled. Only difference is a
</varlistentry> tag in docs/users_guide/options.xml which wasn't there before.
12 Mar 2005 19:45:19
Original commit files touched by this commit  200503
obraun search for other commits by this committer
Upgrade to Mar2005 release
28 Jan 2005 17:10:37
Original commit files touched by this commit  200311_1
vs search for other commits by this committer
Chase rerolled tarball (no functional change)
19 Nov 2004 21:14:04
Original commit files touched by this commit  200311_1
obraun search for other commits by this committer
Add OPTION for compiling hugs with OpenGL/GLUT support.

Requested by:   Jan Rochel <jannisan@t-online.de>
25 Aug 2004 18:43:59
Original commit files touched by this commit  200311_1
obraun search for other commits by this committer
Work around stricter CPP in GCC >= 3.4.1.

Obtained from:  cvs.haskell.org
26 Jul 2004 12:06:07
Original commit files touched by this commit  200311_1
vs search for other commits by this committer
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.

PR:             ports/69481
Submitted by:   Tim Bishop
11 May 2004 19:22:26
Original commit files touched by this commit  200311_1
obraun search for other commits by this committer
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.

Pointed out by: Simon Marlow <simonmar@microsoft.com>
11 Mar 2004 07:48:13
Original commit files touched by this commit  200311_1
obraun search for other commits by this committer
deUSE_SIZEify.
06 Mar 2004 21:29:59
Original commit files touched by this commit  200311_1
obraun search for other commits by this committer
Set maintainer to the new created haskell@ mail alias.
25 Feb 2004 11:25:52
Original commit files touched by this commit  200311_1
obraun search for other commits by this committer
* Respect CC and CFLAGS.
* Fix for amd64
04 Feb 2004 05:21:48
Original commit files touched by this commit  200311_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
31 Jan 2004 11:16:48
Original commit files touched by this commit  200311
obraun search for other commits by this committer
SIZE-ify
04 Dec 2003 22:31:15
Original commit files touched by this commit  200311
obraun search for other commits by this committer
Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.

Parts submitted by:     Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
27 Jun 2003 16:48:14
Original commit files touched by this commit  200211
obraun search for other commits by this committer
s/BROKEN/IGNORE/

PR:             ports/53437
Submitted by:   Mark Linimon <linimon@lonesome.com>
18 Feb 2003 10:50:48
Original commit files touched by this commit  200211
obraun search for other commits by this committer
De-pkg-comment and make portlint a little bit happier.
01 Jan 2003 17:31:49
Original commit files touched by this commit  200211
obraun search for other commits by this committer
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64
31 Dec 2002 07:34:18
Original commit files touched by this commit  200211
obraun search for other commits by this committer
Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.

Noticed by:     bento
21 Nov 2002 09:45:51
Original commit files touched by this commit  200211
obraun search for other commits by this committer
Update distinfo. Developer has added ffihugs to hugs98.spec file.
21 Nov 2002 00:10:55
Original commit files touched by this commit  200211
obraun search for other commits by this committer
Add USE_BISON.

Pointed out by: kris
20 Nov 2002 09:10:55
Original commit files touched by this commit  200211
obraun search for other commits by this committer
Add the new virtual category haskell.
20 Nov 2002 08:13:29
Original commit files touched by this commit  200211
obraun search for other commits by this committer
Upgrade to 200211.
05 Nov 2002 21:55:21
Original commit files touched by this commit  200112
obraun search for other commits by this committer
Use PORTCOMMENT variable instead of pkg-comment file.
21 Aug 2002 14:46:07
Original commit files touched by this commit  200112
obraun search for other commits by this committer
Change MAINTAINER to my FreeBSD address.

Approved by:    dwcjr (mentor)
27 Mar 2002 00:23:20
Original commit files touched by this commit  200112
petef search for other commits by this committer
Support NOPORTDOCS.

PR:             36346
Submitted by:   maintainer
17 Dec 2001 13:13:19
files touched by this commit
kevlo search for other commits by this committer
Update to the lastest version.    
19 Jun 2001 22:10:28
files touched by this commit
dwcjr search for other commits by this committer
Take PORTVERSION out of DISTNAME    
19 Jun 2001 15:05:41
files touched by this commit
dwcjr search for other commits by this committer
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    
08 Oct 2000 04:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  

Number of commits found: 52

283b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24516
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days30
new fortnight74
new month205

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0