Port details |
- hs-hmake Intelligent compilation management tool for Haskell programs
- 3.14_6 devel
=3 3.14_6Version of this port present on the latest quarterly branch.
- BROKEN: does not compile
IGNORE: is marked as broken: does not compile
- Maintainer: haskell@FreeBSD.org
- Port Added: 2002-09-04 18:39:29
- Last Update: 2012-02-13 06:18:08
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gruftistats, hs-alex, ghc
- Also Listed In: haskell
- License: not specified in port
- WWW:
- http://www.haskell.org/hmake/
- Description:
- Hmake is an intelligent compilation management tool for Haskell
programs. It automatically extracts dependencies between source
modules, and issues the appropriate compiler commands to rebuild only
those that have changed, given just the name of the program or module
that you want to build. Yes, you need never write a Makefile again!
A particular benefit is that hmake knows about interface (.hi) files.
Even though a source module has changed, if its interface file has not
changed, then other modules which import it do not need to be
recompiled.
Hmake is compiler-independent, although it is based on some earlier
compiler-specific tools (hbcmake, lmlmake, nhc13make). The
installation process automatically detects which Haskell compilers you
have, and sets up hmake to use any of them.
WWW: http://www.haskell.org/hmake/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- hs-hmake>0:devel/hs-hmake
- No installation instructions:
- This port has been deleted.
- PKGNAME: hs-hmake
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ghc : lang/ghc
- hs-readline>=1.0.1.0 : devel/hs-readline
- gmake : devel/gmake
- Runtime dependencies:
-
- ghc : lang/ghc
- hs-readline>=1.0.1.0 : devel/hs-readline
- Library dependencies:
-
- gmp.10 : math/gmp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.14_6 13 Feb 2012 06:18:08 |
pgj |
- Remove devel/hs-hmake: it has been broken for a while, and upstream is
not maintained any more.
Obtained from: FreeBSD Haskell |
3.14_6 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
3.14_6 24 Oct 2011 09:11:38 |
dougb |
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 |
3.14_6 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
3.14_6 26 May 2011 00:51:15 |
ashish |
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.
Obtained from: FreeBSD Haskell |
3.14_5 09 May 2011 05:28:57 |
ashish |
- 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 |
3.14_4 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
3.14_3 19 Nov 2009 23:41:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
3.14_3 02 Sep 2009 15:38:45 |
pgj |
- 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 ) |
3.14_2 12 May 2009 11:28:17 |
itetcu |
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.
Forgotten by: araujo@
Reported by: QAT |
3.14_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.14 24 May 2008 16:45:42 |
obraun |
Update to 3.14. |
3.13_1 09 Mar 2008 21:07:45 |
obraun |
Remove hardcoded i386 strings in plist to fix plist for amd64. |
3.13_1 28 Feb 2008 21:26:08 |
obraun |
Fix build with ghc 6.8.2. |
3.13_1 29 Jun 2007 09:06:05 |
vs |
Unbreak after latest GHC update: accept new preprocessor output |
3.13_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.13 02 Feb 2007 02:20:58 |
vs |
Update to 3.13
Submitted by: Nikolaus Waxweiler |
3.11 04 May 2006 11:24:38 |
vs |
Update to 3.11 |
3.10_2 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
3.10_2 12 Jan 2006 12:54:32 |
sem |
- 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> |
3.10_1 08 Apr 2005 07:15:56 |
vs |
Unbreak: Our patch got integrated into upstream |
3.10 26 Mar 2005 07:08:21 |
kris |
BROKEN: Size mismatch
Approved by: portmgr (kris) |
3.10 13 Mar 2005 11:23:02 |
vs |
Update to 3.10 |
3.09 01 Feb 2005 22:27:38 |
vs |
Update to 3.09 and unbreak on 5.x |
3.08_1 26 Jul 2004 12:06:07 |
vs |
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop |
3.08_1 11 May 2004 19:22:26 |
obraun |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com> |
3.08_1 07 Mar 2004 11:16:20 |
obraun |
* Set maintainer to haskell@.
* Use CONFLICTS instead of local hack.
* Put SIZE into distinfo. |
3.08_1 22 Feb 2004 02:09:15 |
kris |
Reset bouncing maintainer address |
3.08_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.08 05 Jul 2003 20:31:54 |
obraun |
Tarball has been rerolled.
* Target in Makefile changed s/nhc98/nhc/g
* Changed order in parseOp (Imports.hs)
* Added #if ! USE_READLINE in SimpleLineEditor.hs
No functional change, so no need to bump PORTREVISION.
Pointed out by: olgeni
Approved by: maintainer |
3.08 28 Jun 2003 16:33:50 |
obraun |
Upgrade to 3.08.
Approved by: maintainer |
3.07 03 Apr 2003 15:07:51 |
obraun |
Upgrade to 3.07.
Approved by: maintainer |
3.06 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
3.06 20 Nov 2002 09:10:55 |
obraun |
Add the new virtual category haskell. |
3.06 04 Sep 2002 18:39:09 |
obraun |
Add prefix `hs-' for Haskell related ports after repo copy.
Remove Haskell ports without prefix. |