Bug 118991 - [NEW PORT] textproc/p5-Regexp-Copy
Summary: [NEW PORT] textproc/p5-Regexp-Copy
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: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-24 13:50 UTC by Andrej Zverev
Modified: 2007-12-25 10:06 UTC (History)
0 users

See Also:


Attachments
p5-Regexp-Copy.shar (2.70 KB, text/plain)
2007-12-24 13:50 UTC, Andrej Zverev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev 2007-12-24 13:50:01 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-24 13:50:10 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2007-12-25 08:41:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Grab
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-12-25 08:57:55 UTC
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)
_______________________________________________
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 4 Andrej Zverev freebsd_committer freebsd_triage 2007-12-25 10:06:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!