aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sys-SigAction
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to ver 0.10Cheng-Lung Sung2006-10-312-4/+7
| | | | | | | | PR: ports/104797 Submitted by: maintainer (Sergei Vyshenski) Notes: svn path=/head/; revision=175740
* - Remove dependensMartin Wilke2006-10-091-1/+0
| | | | | | | | Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer) Notes: svn path=/head/; revision=175131
* - Update to 0.07Martin Wilke2006-10-092-4/+4
| | | | | | | | PR: ports/104218 Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer) Notes: svn path=/head/; revision=175119
* Sys::SigAction - Perl extension for Consistent Signal Handling.Erwin Lansing2006-09-184-0/+39
With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier. WWW: http://search.cpan.org/dist/Sys-SigAction/ PR: ports/103364 Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> Notes: svn path=/head/; revision=173350