Date: Sat, 13 Aug 2011 18:36:10 +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 Makefile ports/devel/hs-PSQueue Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201108131836.p7DIaA0I053139@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108131836.p7DIaA0I053139>