| Summary: | [NEW PORT] textproc/p5-Regexp-Copy | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Andrej Zverev <andrey.zverev> | ||||
| Component: | Individual Port(s) | Assignee: | Andrej Zverev <az> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Andrej Zverev
2007-12-24 13:50:01 UTC
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->az Grab 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"
State Changed From-To: open->closed New port added. Thanks! |