Bug 151057 - [NEW PORT] devel/p5-Object-Pluggable: A base class for creating plugin enabled objects
Summary: [NEW PORT] devel/p5-Object-Pluggable: A base class for creating plugin enable...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 09:30 UTC by Jase Thew
Modified: 2010-10-08 08:00 UTC (History)
0 users

See Also:


Attachments
p5-Object-Pluggable-1.27.shar (2.86 KB, text/plain)
2010-09-29 09:30 UTC, Jase Thew
no flags Details
p5-Object-Pluggable-1.28.shar (2.86 KB, text/plain)
2010-10-03 17:36 UTC, Jase Thew
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jase Thew 2010-09-29 09:30:03 UTC
Object::Pluggable is a base class for creating plugin enabled objects. It is
a generic port of POE::Component::IRC's plugin system.

If your object dispatches events to listeners, then Object::Pluggable may be
a good fit for you.

WWW: http://search.cpan.org/dist/Object-Pluggable/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-29 09:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jase Thew 2010-10-03 17:36:11 UTC
Hi,

Please find attached an updated .shar for p5-Object-Pluggable v1.28.

Regards,

Jase.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-06 19:23:41 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-10-08 07:51:21 UTC
sunpoet     2010-10-08 06:51:16 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Object-Pluggable Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  - Add p5-Object-Pluggable 1.28
  
  Object::Pluggable is a base class for creating plugin enabled objects. It is
  a generic port of POE::Component::IRC's plugin system.
  
  If your object dispatches events to listeners, then Object::Pluggable may be
  a good fit for you.
  
  WWW: http://search.cpan.org/dist/Object-Pluggable/
  
  PR:             ports/151057
  Submitted by:   Jase Thew <freebsd@beardz.net>
  Approved by:    pgollucci (mentor)
  
  Revision  Changes    Path
  1.4072    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/p5-Object-Pluggable/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Object-Pluggable/distinfo (new)
  1.1       +7 -0      ports/devel/p5-Object-Pluggable/pkg-descr (new)
  1.1       +11 -0     ports/devel/p5-Object-Pluggable/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 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-08 07:53:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!