FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 11:03 AM GMT
Port details
hs-happy 1.18.6 devel on this many watch lists=2 search for ports that depend on this port
An LALR(1) parser generator for the functional language Haskell
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Sep 2002 18:39:29
Also Listed In: haskell
License: BSD
Happy is a parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it takes a file containing an annotated BNF
specification of a grammar and produces a Haskell module containing a
parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can work
in conjunction with a lexical analyser supplied by the user (either
hand-written or generated by another program), or it can parse a stream
of characters directly (but this isn't practical in most cases).

As of version 1.5, Happy is capable of parsing full Haskell. We have a
Haskell parser that uses Happy, which will shortly be part of the
library collection distributed with GHC.

WWW: http://www.haskell.org/happy/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/ghc, lang/ghc, devel/hs-mtl, textproc/docbook-xsl, textproc/libxslt, devel/gmake, lang/perl5.8, devel/autoconf
Required Libraries: math/gmp, converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/hs-happy/ && make install clean
To add the package: pkg_add -r hs-happy


Configuration Options
     No options to configure

Master Sites:
http://hackage.haskell.org/packages/archive/happy/1.18.6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cabal/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-05-09
    Affects: users of lang/ghc and */hs-*
    Author: ashish@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.3 and other Haskell ports are also
      updated to their Haskell Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    

Number of commits found: 31

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Oct 2011 23:50:23
Original commit files touched by this commit  1.18.6
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
09 May 2011 05:28:57
Original commit files touched by this commit  1.18.6
ashish search for other commits by this committer
- Please welcome GHC 7.0.3

GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:             ports/156642
Approved by:    tabthorpe (mentor)
Obtained from:  FreeBSD Haskell
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.18.5_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.18.5_1
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.18.5_1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
08 Aug 2010 08:49:38
Original commit files touched by this commit  1.18.5
pgj search for other commits by this committer
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")

Suggested by:   admi3
30 Jul 2010 08:56:09
Original commit files touched by this commit  1.18.5
pgj search for other commits by this committer
- Update to 1.18.5
12 May 2010 16:33:59
Original commit files touched by this commit  1.18.4_1
pgj search for other commits by this committer
Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
19 Apr 2010 10:43:43
Original commit files touched by this commit  1.18.4_1
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
02 Sep 2009 15:38:45
Original commit files touched by this commit  1.18.4
pgj search for other commits by this committer
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:             ports/137055, ports/137058, ports/137059, ports/137060,
ports/137061,
                ports/137062, ports/137063, ports/137063, ports/137064,
ports/137065,
                ports/137066, ports/137067, ports/137068, ports/137069,
ports/137070,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
24 Jan 2009 00:18:23
Original commit files touched by this commit  1.18.2
pgj search for other commits by this committer
- Update to 1.18.2
- Fix CONFIGURE_ARGS, PORTDOCS, PORTEXAMPLES
- Update pkg-descr
- Set MASTER_SITES to HackageDB

Approved by:    gabor
20 Aug 2008 00:57:32
Original commit files touched by this commit  1.17
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
11 Feb 2008 18:54:34
Original commit files touched by this commit  1.17
obraun search for other commits by this committer
- Update to 1.17.
- Set maintainer to haskell@

Approved by:    old maintainer (simonmar@microsoft.com)
30 Sep 2007 04:47:37
Original commit files touched by this commit  1.16_2
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
19 May 2007 20:32:57
Original commit files touched by this commit  1.16_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}.
22 Jan 2007 09:44:41
Original commit files touched by this commit  1.16
vs search for other commits by this committer
Update to 1.16

Approved by: Haskell cabal
04 May 2006 21:41:12
Original commit files touched by this commit  1.15_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.15_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
12 Jan 2006 12:54:32
Original commit files touched by this commit  1.15_1
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
31 Jan 2005 18:49:26
Original commit files touched by this commit  1.15
vs search for other commits by this committer
Add more build-dependencies by using += instead of nuking already
present ones with a simple =.

Noticed by: cluster via kris
28 Jan 2005 10:40:42
Original commit files touched by this commit  1.15
vs search for other commits by this committer
- Update to 1.15: Happy now supports GLR-grammars
- Use PORTDOCS=* (so we don't need to do too much manual tracking)

Approved by:    maintainer
12 Aug 2004 14:15:36
Original commit files touched by this commit  1.14
vs search for other commits by this committer
Update to 1.14
26 Jul 2004 12:06:07
Original commit files touched by this commit  1.13_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
16 Jul 2004 15:44:18
Original commit files touched by this commit  1.13_1
vs search for other commits by this committer
Minor portlint-spree, including fixes for package-building hs-tclhaskell-ghc
and hs-c2hs on the cluster (for 4.X).
11 May 2004 19:22:26
Original commit files touched by this commit  1.13_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>
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.13_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.13_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
19 Jan 2004 10:25:35
Original commit files touched by this commit  1.13
obraun search for other commits by this committer
Fix for GHC 6.2.

Submitted by:   maintainer
21 Feb 2003 11:23:04
Original commit files touched by this commit  1.13
knu search for other commits by this committer
De-pkg-comment.
20 Nov 2002 09:10:55
Original commit files touched by this commit  1.13
obraun search for other commits by this committer
Add the new virtual category haskell.
04 Sep 2002 18:39:09
Original commit files touched by this commit  1.13
obraun search for other commits by this committer
Add prefix `hs-' for Haskell related ports after repo copy.
Remove Haskell ports without prefix.

Number of commits found: 31

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month140

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.274 seconds.