1
0
forked from ports/opt

re2: moved from contrib

This commit is contained in:
Tim Biermann 2024-04-07 17:13:20 +02:00
parent dd2cfd4160
commit 98e44181c2
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 34 additions and 0 deletions

14
re2/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/re2/
-rw-r--r-- root/root usr/include/re2/filtered_re2.h
-rw-r--r-- root/root usr/include/re2/re2.h
-rw-r--r-- root/root usr/include/re2/set.h
-rw-r--r-- root/root usr/include/re2/stringpiece.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libre2.a
lrwxrwxrwx root/root usr/lib/libre2.so -> libre2.so.11.0.0
lrwxrwxrwx root/root usr/lib/libre2.so.11 -> libre2.so.11.0.0
-rwxr-xr-x root/root usr/lib/libre2.so.11.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/re2.pc

5
re2/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XHLdrY2lkWKKdHg0Iv7Sgkfy1rCEGj2Fvans8yPMZp7Eah4H7ti5k+v4P8nDnCYM414LhDXZgyEtjLafY8MIQY=
SHA256 (Pkgfile) = 4603fe0c58bd6a1c2da85046923214214b4f366221ed7ef0ebb292011e5de151
SHA256 (.footprint) = 2070f4bdc658f7dc64161d4a6f59ecd9e44edbc40924b2ace7b854f25f4088d0
SHA256 (re2-2024-04-01.tar.gz) = 3f6690c3393a613c3a0b566309cf04dc381d61470079b653afc47c67fb898198

15
re2/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Fast, safe, thread-friendly regular expression engine
# URL: https://github.com/google/re2
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: abseil-cpp
name=re2
version=2024-04-01
release=1
source=(https://github.com/google/re2/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make
make prefix=/usr DESTDIR=$PKG install
}