---
name: re2
version: 20120226
origin: devel/re2
comment: A fast C++ regex library
arch: freebsd:9:x86:64
www: http://code.google.com/p/re2/
maintainer: jlaffaye@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 1438259
desc: "RE2 is a fast, safe, thread-friendly alternative to backtracking regular\nexpression
  engines like those used in PCRE, Perl, and Python.\nIt is a C++ library.\nRE2 uses
  automata theory  to guarantee that regular expression searches run in\ntime linear
  in the size of the input. RE2 implements memory limits, so that\nsearches can be
  constrained to a fixed amount of memory. RE2 is engineered to\nuse a small fixed
  C++ stack footprint no matter what inputs or regular\nexpressions it must process;
  thus RE2 is useful in multithreaded environments\nwhere thread stacks cannot grow
  arbitrarily large.\n\nWWW:\thttp://code.google.com/p/re2/\n"
categories: [devel]
files:
  /usr/local/include/re2/filtered_re2.h: b33f32596d1e8d56e47fd82ea5f5f56c395a472b144d404040f66b4575f54027
  /usr/local/include/re2/re2.h: 2ecd6a9f9b2b63f49e57392cc74a1ed4a6a95f6d1ba55b7ab9f760d587ef65d2
  /usr/local/include/re2/set.h: 4dfc00ed331853a40f489b6e9579fe2df4ae51a24f97e6c234cf25ccb25e0766
  /usr/local/include/re2/stringpiece.h: eeec60450d9a288a7c742f5aee7c2d4bb70e6104cdf998537b849166d5c67027
  /usr/local/include/re2/variadic_function.h: b2f3e2e6425cea37dccd86a0302aea32a8a53a01768fd398219ab5d1f287c3b8
  /usr/local/lib/libre2.a: 3d37feea1bbd95a722029f3a950f67e60f23d1d526a2e0a96825f956265341a2
  /usr/local/lib/libre2.so: '-'
  /usr/local/lib/libre2.so.0: '-'
  /usr/local/lib/libre2.so.0.0.0: 92aac0b5edf4f73be3fe84ee8b0551f496abc92eae66ab064206770eebd7fffc
  /usr/local/share/licenses/re2-20120226/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/re2-20120226/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/re2-20120226/catalog.mk: cf3fcee72e101ecef3da9dfae980384207cfbcfaad32018d6c5198d1929a8308
directories:
  /usr/local/share/licenses/re2-20120226/: n
  /usr/local/share/licenses/: y
  /usr/local/include/re2/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
