Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2012 19:13:46 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/hs-temporary Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk
Message-ID:  <201206031913.q53JDkYm074436@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2012-06-03 19:13:46 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-temporary   Makefile distinfo pkg-descr 
  Log:
  The functions for creating temporary files and directories in the base
  library are quite limited. The unixutils package contains some good ones,
  but they aren't portable to Windows. This library just repackages the
  Cabal implementations of its own temporary file and folder functions so
  that you can use them without linking against Cabal or depending on it
  being installed.
  
  WWW:    http://www.github.com/batterseapower/temporary
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.1       +18 -0     ports/devel/hs-temporary/Makefile (new)
  1.1       +2 -0      ports/devel/hs-temporary/distinfo (new)
  1.1       +8 -0      ports/devel/hs-temporary/pkg-descr (new)
  1.184     +2 -1      ports/lang/ghc/bsd.hackage.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206031913.q53JDkYm074436>