Bug 153203 - [NEW PORT] devel/p5-MooseX-Types-Signal: A type to represent valid UNIX or Perl signals
Summary: [NEW PORT] devel/p5-MooseX-Types-Signal: A type to represent valid UNIX or Pe...
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-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 06:50 UTC by Denis Pokataev
Modified: 2010-12-16 08:52 UTC (History)
0 users

See Also:


Attachments
p5-MooseX-Types-Signal-1.101930.shar (2.26 KB, text/plain)
2010-12-16 06:50 UTC, Denis Pokataev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Pokataev 2010-12-16 06:50:09 UTC
A type to represent valid UNIX or Perl signals

WWW: http://search.cpan.org/dist/MooseX-Types-Signal/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-16 06:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-16 08:33:10 UTC
wen         2010-12-16 08:33:05 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-Types-Signal Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  MooseX::Types::Signal exports a type, Signal, that recognizes valid signals
  on your platform. The underlying type is a non-negative number, but there is
  a coercion from strings to numbers that recognizes signals by name.
  
  There are also more restrictive types, PerlSignal and UnixSignal. UnixSignal
  only understands signals that are in your system's signal.h header file.
  PerlSignal only understands signals that are in Perl's %Config hash. Signal
  is either/or, with preference to UnixSignal over PerlSignal when coercing.
  
  WWW: http://search.cpan.org/dist/MooseX-Types-Signal/
  
  PR:             ports/153203
  Submitted by:   Denis Pokataev <catone@cpan.org>
  
  Revision  Changes    Path
  1.4174    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-MooseX-Types-Signal/Makefile (new)
  1.1       +2 -0      ports/devel/p5-MooseX-Types-Signal/distinfo (new)
  1.1       +10 -0     ports/devel/p5-MooseX-Types-Signal/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-MooseX-Types-Signal/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 Wen Heping freebsd_committer freebsd_triage 2010-12-16 08:52:28 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!