Bug 128652

Summary: New port: devel/p5-IO-Lambda - Non-blocking I/O in lambda style
Product: Ports & Packages Reporter: Ivan B. Serezhkin <ivan>
Component: Individual Port(s)Assignee: Wesley Shields <wxs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!