cvs commit: ports/devel Makefile ports/devel/p5-Getopt-Attribute Makefile distinfo pkg-descr pkg-plist

Philip M. Gollucci pgollucci at FreeBSD.org
Tue Dec 7 04:09:29 UTC 2010


pgollucci    2010-12-07 04:09:28 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Getopt-Attribute Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  This module provides an attribute wrapper around Getopt::Long.
  Instead of declaring the options in a hash with references to the
  variables and subroutines affected by the options, you can use the
  Getopt attribute on the variables and subroutines directly.
  
  As you can see from the Synopsis, the attribute takes an argument of
  the same format as you would give as the hash key for Getopt::Long.
  See the Getopt::Long manpage for details.
  
  WWW:    http://search.cpan.org/dist/Getopt-Attribute/
  
  PR:             ports/152631
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.4158    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Getopt-Attribute/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Getopt-Attribute/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Getopt-Attribute/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-Getopt-Attribute/pkg-plist (new)


More information about the cvs-ports mailing list