cvs commit: ports/devel Makefile ports/devel/hs-Stream Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sat Nov 29 13:02:01 PST 2008


miwi        2008-11-29 21:02:00 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-Stream      Makefile distinfo pkg-descr pkg-plist 
  Log:
  This package implements functions, analogous to those from Data.List, to
  create and manipulate infinite lists: data Stream a = Cons a (Stream a).
  It provides alternative definitions for those Prelude functions that make
  sense on such streams.
  
  WWW: http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/
  
  PR:             ports/129215
  Submitted by:   Samy Al Bahra <sbahra at kerneled.org>
  
  Revision  Changes    Path
  1.3278    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/hs-Stream/Makefile (new)
  1.1       +3 -0      ports/devel/hs-Stream/distinfo (new)
  1.1       +6 -0      ports/devel/hs-Stream/pkg-descr (new)
  1.1       +13 -0     ports/devel/hs-Stream/pkg-plist (new)


More information about the cvs-all mailing list