Bug 107377 - [NEW PORT] devel/py-notifier: A generic notifier/event scheduler abstraction
Summary: [NEW PORT] devel/py-notifier: A generic notifier/event scheduler abstraction
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: 2006-12-31 16:30 UTC by Li-Wen Hsu
Modified: 2007-01-01 00:10 UTC (History)
1 user (show)

See Also:


Attachments
py24-notifier-0.5.7.shar (4.08 KB, text/plain)
2006-12-31 16:30 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2006-12-31 16:30:14 UTC
pyNotifier is a notifier/event scheduler abstraction written in python.

It implements notification mechanisms for socket events (read or write)
and timers. Additionally external event dispatchers may be called during
an idle period.

WWW:	http://www.bitkipper.net/Package/pynotifier

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-31 16:31:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-01 00:01:32 UTC
miwi        2007-01-01 00:01:27 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-notifier    Makefile distinfo pkg-descr pkg-plist 
  Log:
  pyNotifier is a notifier/event scheduler abstraction written in python.
  
  It implements notification mechanisms for socket events (read or write)
  and timers. Additionally external event dispatchers may be called during
  an idle period.
  
  WWW:    http://www.bitkipper.net/Package/pynotifier
  
  PR:             ports/107377
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2570    +1 -0      ports/devel/Makefile
  1.1       +38 -0     ports/devel/py-notifier/Makefile (new)
  1.1       +3 -0      ports/devel/py-notifier/distinfo (new)
  1.1       +7 -0      ports/devel/py-notifier/pkg-descr (new)
  1.1       +44 -0     ports/devel/py-notifier/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 Martin Wilke freebsd_committer freebsd_triage 2007-01-01 00:05:58 UTC
State Changed
From-To: open->closed

New port added. Thanks!