Bug 129215

Summary: New port: devel/hs-Stream
Product: Ports & Packages Reporter: Samy Al Bahra <sbahra>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Samy Al Bahra 2008-11-26 21:10:01 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-11-26 21:14:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-11-29 21:01:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-11-29 21:02:09 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"