Bug 152455 - New Port: devel/p5-Sub-Signatures
Summary: New Port: devel/p5-Sub-Signatures
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-11-21 19:20 UTC by Grzegorz Blach
Modified: 2010-11-22 00:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.28 KB, text/plain)
2010-11-21 19:20 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-11-21 19:20:07 UTC
New port with module for subroutine signatures in Perl 5.

Shar archive is attached.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-21 19:20:12 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-11-22 00:24:36 UTC
wen         2010-11-22 00:24:31 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Sub-Signatures Makefile distinfo pkg-descr pkg-plist 
  Log:
  One of the strongest complaints about Perl is its poor argument handling.
  Simply passing everything in the @_ array is a serious limitation. This
  module aims to rectify that.
  
  With this module, we an specify subroutine signatures and automatically
  dispatch on the number of arguments.
  
  WWW: http://search.cpan.org/dist/Sub-Signatures/
  
  PR:             ports/152455
  Submitted by:   Grzegorz Blach <magik@roorback.net>
  
  Revision  Changes    Path
  1.4132    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Sub-Signatures/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Sub-Signatures/distinfo (new)
  1.1       +8 -0      ports/devel/p5-Sub-Signatures/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Sub-Signatures/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-11-22 00:26:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!