Bug 142493 - [new port]: haskell port devel/hs-reactive
Summary: [new port]: haskell port devel/hs-reactive
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: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 22:00 UTC by Jacula Modyun
Modified: 2010-01-12 23:46 UTC (History)
0 users

See Also:


Attachments
hs-reactive.shar (7.02 KB, text/plain)
2010-01-08 22:00 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2010-01-08 22:00:12 UTC
Reactive is a simple foundation for programming reactive systems
functionally. Like Fran/FRP, it has a notions of (reactive) behaviors
and events. Unlike most previous FRP implementations, Reactive has
a hybrid demand/data-driven implementation, as described in the
paper "Push-pull functional reactive programming",
http://conal.net/papers/push-pull-frp/.

This version of Reactive has some serious bugs.

Import FRP.Reactive for FRP client apps. To make a Reactive adapter
for an imperative library, import FRP.Reactive.LegacyAdapters.

http://haskell.org/haskellwiki/reactive
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-08 22:00:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-12 21:49:13 UTC
pgj         2010-01-12 21:48:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-reactive    Makefile distinfo pkg-descr pkg-plist 
  Log:
  Reactive is a simple foundation for programming reactive systems
  functionally. Like Fran/FRP, it has a notions of (reactive)
  behaviors and events.
  
  WWW: http://haskell.org/haskellwiki/reactive
  
  PR:             ports/142493
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3766    +1 -0      ports/devel/Makefile
  1.1       +89 -0     ports/devel/hs-reactive/Makefile (new)
  1.1       +3 -0      ports/devel/hs-reactive/distinfo (new)
  1.1       +17 -0     ports/devel/hs-reactive/pkg-descr (new)
  1.1       +41 -0     ports/devel/hs-reactive/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"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-12 23:46:21 UTC
State Changed
From-To: open->closed

The port has been added to the Ports Collection.  Thank you for your 
submission!