Bug 128652 - New port: devel/p5-IO-Lambda - Non-blocking I/O in lambda style
Summary: New port: devel/p5-IO-Lambda - Non-blocking I/O in lambda style
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 20:40 UTC by Ivan B. Serezhkin
Modified: 2008-11-11 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (4.05 KB, text/plain)
2008-11-06 20:40 UTC, Ivan B. Serezhkin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan B. Serezhkin 2008-11-06 20:40:03 UTC
	Perl package for making FSM easy
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2008-11-06 20:51:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-11 15:52:09 UTC
wxs         2008-11-11 15:51:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-IO-Lambda   Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module is another attempt to fight the horrors of
  non-blocking I/O programming. It tries to bring back the
  simplicity of the declarative programming style, that is
  only otherwise available when one employs threads,
  coroutines, or co-processes.
  
  PR:             ports/128652
  Submitted by:   Vany Serezhkin <ivan@serezhkin.com>
  
  Revision  Changes    Path
  1.3246    +1 -0      ports/devel/Makefile
  1.1       +45 -0     ports/devel/p5-IO-Lambda/Makefile (new)
  1.1       +3 -0      ports/devel/p5-IO-Lambda/distinfo (new)
  1.1       +8 -0      ports/devel/p5-IO-Lambda/pkg-descr (new)
  1.1       +22 -0     ports/devel/p5-IO-Lambda/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 Wesley Shields freebsd_committer freebsd_triage 2008-11-11 15:52:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!