notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
hs-hmake Intelligent compilation management tool for Haskell programs
3.14_6 devel Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.14_6Version of this port present on the latest quarterly branch.
Broken BROKEN: does not compile
Ignore IGNORE: is marked as broken: does not compile
Maintainer: haskell@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ghc : lang/ghc
  2. hs-readline>=1.0.1.0 : devel/hs-readline
  3. gmake : devel/gmake
Runtime dependencies:
  1. ghc : lang/ghc
  2. hs-readline>=1.0.1.0 : devel/hs-readline
Library dependencies:
  1. 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:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/
  3. http://www.cs.york.ac.uk/fp/hmake/
  4. http://www.haskell.org/hmake/
Collapse this list.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.14_6
13 Feb 2012 06:18:08
Original commit files touched by this commit
pgj search for other commits by this committer
- 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
Original commit files touched by this commit
eadler search for other commits by this committer
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
Original commit files touched by this commit
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
3.14_6
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
3.14_6
26 May 2011 00:51:15
Original commit files touched by this commit
ashish search for other commits by this committer
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
Original commit files touched by this commit
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
3.14_4
19 Apr 2010 10:43:43
Original commit files touched by this commit
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)
3.14_3
19 Nov 2009 23:41:55
Original commit files touched by this commit
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
3.14_3
02 Sep 2009 15:38:45
Original commit files touched by this commit
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)
3.14_2
12 May 2009 11:28:17
Original commit files touched by this commit
itetcu search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 3.14.
3.13_1
09 Mar 2008 21:07:45
Original commit files touched by this commit
obraun search for other commits by this committer
Remove hardcoded i386 strings in plist to fix plist for amd64.
3.13_1
28 Feb 2008 21:26:08
Original commit files touched by this commit
obraun search for other commits by this committer
Fix build with ghc 6.8.2.
3.13_1
29 Jun 2007 09:06:05
Original commit files touched by this commit
vs search for other commits by this committer
Unbreak after latest GHC update: accept new preprocessor output
3.13_1
19 May 2007 20:32:57
Original commit files touched by this commit
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}.
3.13
02 Feb 2007 02:20:58
Original commit files touched by this commit
vs search for other commits by this committer
Update to 3.13

Submitted by: Nikolaus Waxweiler
3.11
04 May 2006 11:24:38
Original commit files touched by this commit
vs search for other commits by this committer
Update to 3.11
3.10_2
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
3.10_2
12 Jan 2006 12:54:32
Original commit files touched by this commit
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>
3.10_1
08 Apr 2005 07:15:56
Original commit files touched by this commit
vs search for other commits by this committer
Unbreak: Our patch got integrated into upstream
3.10
26 Mar 2005 07:08:21
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Size mismatch

Approved by:    portmgr (kris)
3.10
13 Mar 2005 11:23:02
Original commit files touched by this commit
vs search for other commits by this committer
Update to 3.10
3.09
01 Feb 2005 22:27:38
Original commit files touched by this commit
vs search for other commits by this committer
Update to 3.09 and unbreak on 5.x
3.08_1
26 Jul 2004 12:06:07
Original commit files touched by this commit
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
3.08_1
11 May 2004 19:22:26
Original commit files touched by this commit
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>
3.08_1
07 Mar 2004 11:16:20
Original commit files touched by this commit
obraun search for other commits by this committer
* Set maintainer to haskell@.
* Use CONFLICTS instead of local hack.
* Put SIZE into distinfo.
3.08_1
22 Feb 2004 02:09:15
Original commit files touched by this commit
kris search for other commits by this committer
Reset bouncing maintainer address
3.08_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
3.08
05 Jul 2003 20:31:54
Original commit files touched by this commit
obraun search for other commits by this committer
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
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.08.

Approved by:    maintainer
3.07
03 Apr 2003 15:07:51
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 3.07.

Approved by:    maintainer
3.06
21 Feb 2003 11:23:04
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
3.06
20 Nov 2002 09:10:55
Original commit files touched by this commit
obraun search for other commits by this committer
Add the new virtual category haskell.
3.06
04 Sep 2002 18:39:09
Original commit files touched by this commit
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: 35