Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2011 22:54:59 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Slurp Makefile distinfo pkg-descr
Message-ID:  <201110282254.p9SMsxLR016788@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgollucci    2011-10-28 22:54:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Slurp       Makefile distinfo pkg-descr 
  Log:
  This simple module serves one purpose - to provide a simple means to read (or
  slurp) an entire file into memory for processing. This module allows the
  replacement of the prototypical foreach- or while- loops used for opening
  and reading of files with single-line constructs.
  
  Of note with this module is that the magic of the @ARGV variable and the
  input record separator, $/, are used to facilitate the reading of entire
  files into either an array or scalar using minimal code.
  
  Revision  Changes    Path
  1.4638    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-Slurp/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Slurp/distinfo (new)
  1.1       +8 -0      ports/devel/p5-Slurp/pkg-descr (new)



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