Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 21:35:07 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Getopt-GUI-Long Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201002132135.o1DLZ7k2096276@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2010-02-13 21:35:07 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Getopt-GUI-Long Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module is a wrapper around Getopt::Long that extends the value of
  the original Getopt::Long module to:
  
  1) add a simple graphical user interface option screen if no arguments
     are passed to the program.
  2) provide an auto-help mechanism such that -h and --help are handled
     automatically.
  
     It's designed to make the creation of graphical shells trivial without the
     programmer having to think about it much as well as providing automatic
     good-looking usage output without the programmer needing to write usage()
     functions.
  
     This also can turn normal command line programs into web CGI scripts as
     well (automatically).  If the Getopt::GUI::Long program is installed as a
     CGI script then it will automatically prompt the user for the same
     variables.
  
   WWW:   http://search.cpan.org/dist/Getopt-GUI-Long/
  
  Revision  Changes    Path
  1.3819    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Getopt-GUI-Long/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Getopt-GUI-Long/distinfo (new)
  1.1       +19 -0     ports/devel/p5-Getopt-GUI-Long/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-Getopt-GUI-Long/pkg-plist (new)



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