Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 08:40:12 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/153203: commit references a PR
Message-ID:  <201012160840.oBG8eCgA059472@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/153203; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153203: commit references a PR
Date: Thu, 16 Dec 2010 08:33:10 +0000 (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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012160840.oBG8eCgA059472>