cvs commit: ports/devel/hs-temporary Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk

Gabor Pali pgj at FreeBSD.org
Sun Jun 3 19:13:47 UTC 2012


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


More information about the cvs-ports mailing list