Bug 203218 - [NEW PORT] databases/sqlite-ext-regexp: Regular-expression matcher using NFA engine for SQLite
Summary: [NEW PORT] databases/sqlite-ext-regexp: Regular-expression matcher using NFA ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-09-20 01:17 UTC by Yuri Victorovich
Modified: 2016-05-06 15:04 UTC (History)
3 users (show)

See Also:


Attachments
shar archive (3.26 KB, application/shar)
2015-09-20 01:17 UTC, Yuri Victorovich
no flags Details
poudriere log (10.99 KB, text/plain)
2015-09-20 01:17 UTC, Yuri Victorovich
no flags Details
shar archive (317.19 KB, text/plain)
2015-12-10 22:09 UTC, Yuri Victorovich
no flags Details
shar archive (3.25 KB, text/plain)
2016-05-06 14:35 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2015-09-20 01:17:13 UTC
Created attachment 161206 [details]
shar archive
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2015-09-20 01:17:57 UTC
Created attachment 161207 [details]
poudriere log
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-09-20 01:19:18 UTC
similar to bug#203217 (please commit it too)
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-10 22:09:37 UTC
Created attachment 164092 [details]
shar archive
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-03-05 23:42:20 UTC
Can you submit a new version without your work/ directory?
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2016-05-06 14:35:55 UTC
Created attachment 170048 [details]
shar archive

Updated shar.
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-06 14:56:49 UTC
testbuilds@work
Comment 7 commit-hook freebsd_committer freebsd_triage 2016-05-06 15:03:48 UTC
A commit references this bug:

Author: pi
Date: Fri May  6 15:02:47 UTC 2016
New revision: 414709
URL: https://svnweb.freebsd.org/changeset/ports/414709

Log:
  New port: databases/sqlite-ext-regexp

  Regular-expression matcher for posix extended regular expressions
  against UTF8 text.

  Functions: regexp

  WWW: https://www.sqlite.org/

  PR:		203218
  Submitted by:	Yuri <yuri@rawbw.com>

Changes:
  head/databases/Makefile
  head/databases/sqlite-ext-regexp/
  head/databases/sqlite-ext-regexp/Makefile
  head/databases/sqlite-ext-regexp/distinfo
  head/databases/sqlite-ext-regexp/pkg-descr
  head/databases/sqlite-ext-regexp/pkg-message
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-06 15:04:24 UTC
Committed, thanks!