Bug 129215 - New port: devel/hs-Stream
Summary: New port: devel/hs-Stream
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 21:10 UTC by Samy Al Bahra
Modified: 2008-11-29 21:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.11 KB, text/plain)
2008-11-26 21:10 UTC, Samy Al Bahra
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"