Bug 102253 - [NEW PORT] textproc/p5-POSIX-Regex: OO interface for the gnu regex engine
Summary: [NEW PORT] textproc/p5-POSIX-Regex: OO interface for the gnu regex engine
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-19 03:40 UTC by gslin
Modified: 2006-09-26 09:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-POSIX-Regex-0.89.shar (2.73 KB, text/plain)
2006-08-19 03:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-19 03:40:15 UTC
This is a port of the glibc gnu regex engine into perl.  There are few
reasons you would need this.  The few I can think of include:

0) You wish to use untrusted user expressions in such a way as to be
able to catch errors.  Example:  eval { alarm 2;  m/((){1024}){1024}/ }
is an instant uncatchable segmentation fault.  GNU's regexps will still
fail, but in a timeout way rather than an instant segfault way.

1) You wish to have POSIX compliance on ... something ...  Perl's
regexps are slightly different -- arguably better, but different.

WWW:	http://search.cpan.org/dist/POSIX-Regex/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-19 03:40:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-26 09:18:31 UTC
clsung      2006-09-26 08:18:26 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-POSIX-Regex Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-POSIX-Regex 0.89, OO interface for the gnu regex engine.
  
  PR:             ports/102253
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.1063    +1 -0      ports/textproc/Makefile
  1.1       +36 -0     ports/textproc/p5-POSIX-Regex/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-POSIX-Regex/distinfo (new)
  1.1       +12 -0     ports/textproc/p5-POSIX-Regex/pkg-descr (new)
  1.1       +9 -0      ports/textproc/p5-POSIX-Regex/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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-26 09:19:17 UTC
State Changed
From-To: open->closed

New port added. Thank You.