notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
node-re2 Node.js bindings for devel/re2
1.15.9 textproc Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.15.9Version of this port present on the latest quarterly branch.
Maintainer: otis@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-03-15 21:15:21
Last Update: 2021-03-17 12:39:45
SVN Revision: 568649
License: BSD3CLAUSE
WWW:
https://github.com/uhop/node-re2
Description:
This project provides bindings for RE2: fast, safe alternative to backtracking regular expression engines. WWW: https://github.com/uhop/node-re2
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (47 items)
Collapse this list.
  1. /usr/local/share/licenses/node-re2-1.15.9/catalog.mk
  2. /usr/local/share/licenses/node-re2-1.15.9/LICENSE
  3. /usr/local/share/licenses/node-re2-1.15.9/BSD3CLAUSE
  4. lib/node_modules/re2/LICENSE
  5. lib/node_modules/re2/README.md
  6. lib/node_modules/re2/binding.gyp
  7. lib/node_modules/re2/build/Makefile
  8. lib/node_modules/re2/build/Release/re2.node
  9. lib/node_modules/re2/build/binding.Makefile
  10. lib/node_modules/re2/build/config.gypi
  11. lib/node_modules/re2/build/re2.target.mk
  12. lib/node_modules/re2/lib/accessors.cc
  13. lib/node_modules/re2/lib/addon.cc
  14. lib/node_modules/re2/lib/exec.cc
  15. lib/node_modules/re2/lib/match.cc
  16. lib/node_modules/re2/lib/new.cc
  17. lib/node_modules/re2/lib/replace.cc
  18. lib/node_modules/re2/lib/search.cc
  19. lib/node_modules/re2/lib/split.cc
  20. lib/node_modules/re2/lib/test.cc
  21. lib/node_modules/re2/lib/to_string.cc
  22. lib/node_modules/re2/lib/util.cc
  23. lib/node_modules/re2/lib/util.h
  24. lib/node_modules/re2/lib/wrapped_re2.h
  25. lib/node_modules/re2/package.json
  26. lib/node_modules/re2/re2.d.ts
  27. lib/node_modules/re2/re2.js
  28. lib/node_modules/re2/scripts/verify-build.js
  29. lib/node_modules/re2/tests/test_exec.js
  30. lib/node_modules/re2/tests/test_general.js
  31. lib/node_modules/re2/tests/test_groups.js
  32. lib/node_modules/re2/tests/test_invalid.js
  33. lib/node_modules/re2/tests/test_match.js
  34. lib/node_modules/re2/tests/test_new.js
  35. lib/node_modules/re2/tests/test_prototype.js
  36. lib/node_modules/re2/tests/test_replace.js
  37. lib/node_modules/re2/tests/test_search.js
  38. lib/node_modules/re2/tests/test_source.js
  39. lib/node_modules/re2/tests/test_split.js
  40. lib/node_modules/re2/tests/test_symbols.js
  41. lib/node_modules/re2/tests/test_test.js
  42. lib/node_modules/re2/tests/test_toString.js
  43. lib/node_modules/re2/tests/tests.js
  44. lib/node_modules/re2/tests/worker.js
  45. @owner
  46. @group
  47. @mode
Collapse this list.
Dependency lines:
  • node-re2>0:textproc/node-re2
No installation instructions:
This port has been deleted.
PKGNAME: node-re2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1615584704 SHA256 (uhop-node-re2-1.15.9_GH0.tar.gz) = b52f8a3ae6cd8fe0ba25a30c6a140a6ca60659d396cd3134962766c7b35b7c87 SIZE (uhop-node-re2-1.15.9_GH0.tar.gz) = 38969

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. node-gyp : devel/node-gyp
  2. npm : www/npm
  3. nan : devel/node-nan
  4. gmake>=4.3 : devel/gmake
  5. python3.7 : lang/python37
Runtime dependencies:
  1. npm : www/npm
  2. python3.7 : lang/python37
Library dependencies:
  1. libre2.so : devel/re2
  2. libuv.so : devel/libuv
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
gmake python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/uhop/node-re2/tar.gz/1.15.9?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2025-01-02
    REASON: Unknown, port deleted long time ago, entry added to clean up portscout.freebsd.org

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.15.9
17 Mar 2021 12:39:45
Revision:568649Original commit files touched by this commit
otis search for other commits by this committer
textproc/node-re2: Remove port

Remove port as its only planned consumer was upcoming kibana7.
Its dependency on re2 node.js module will be handled in better way.

Also disconnect the port from category's Makefile.
1.15.9
16 Mar 2021 21:09:34
Revision:568614Original commit files touched by this commit
otis search for other commits by this committer
textproc/node-re2: Do not build with explicit NODE_PATH

After r568613, explicit NODE_PATH is not needed.

Reviewed by:	osa
Approved by:	osa1
Differential Revision:	https://reviews.freebsd.org/D29287
1.15.9
15 Mar 2021 21:14:43
Revision:568511Original commit files touched by this commit
otis search for other commits by this committer
Add port: textproc/node-re2: A Node.js bindings to re2

- Add port
- Connect to the category

Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D29265

Number of commits found: 3