cvs commit: ports/textproc Makefile ports/textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist

Andrej Zverev az at FreeBSD.org
Tue Dec 25 08:57:51 UTC 2007


az          2007-12-25 08:57:51 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist 
  Log:
  Regexp::Copy allows you to copy the contents of one Regexp object to another.
  A problem that I have found with the qr// operator is that the Regexp objects that
  it creates are is impossible to dereference. This causes problems if you want to
  change the data in the regexp without losing the reference to it.
  Its impossible. Regexp::Copy allows you to change the Regexp by copying one object
  created through qr// to another.
  
  PR:             ports/118991
  Submitted by:   az@
  
  Revision  Changes    Path
  1.1205    +1 -0      ports/textproc/Makefile
  1.1       +25 -0     ports/textproc/p5-Regexp-Copy/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-Regexp-Copy/distinfo (new)
  1.1       +9 -0      ports/textproc/p5-Regexp-Copy/pkg-descr (new)
  1.1       +10 -0     ports/textproc/p5-Regexp-Copy/pkg-plist (new)


More information about the cvs-ports mailing list