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

Gabor Pali pgj at FreeBSD.org
Sat Aug 13 18:36:11 UTC 2011


pgj         2011-08-13 18:36:10 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-PSQueue     Makefile distinfo pkg-descr 
  Log:
  A priority search queue efficiently supports the opperations of both a
  search tree and a priority queue. A 'Binding' is a product of a key and
  a priority.  Bindings can be inserted, deleted, modified and queried in
  logarithmic time, and the binding with the least priority can be
  retrieved in constant time.  A queue can be built from a list of
  bindings, sorted by keys, in linear time.
  
  WWW: http://hackage.haskell.org/package/PSQueue
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.4489    +1 -0      ports/devel/Makefile
  1.1       +18 -0     ports/devel/hs-PSQueue/Makefile (new)
  1.1       +2 -0      ports/devel/hs-PSQueue/distinfo (new)
  1.1       +8 -0      ports/devel/hs-PSQueue/pkg-descr (new)
  1.38      +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list