From 150d30279703c5cb087b32161acd513cf2bdb9d4 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sun, 13 Mar 2022 15:31:49 +0300 Subject: [PATCH] pcre: drop --- extra/pcre/README | 42 ------------------------------------------ extra/pcre/build | 10 ---------- extra/pcre/checksums | 1 - extra/pcre/sources | 1 - extra/pcre/version | 1 - 5 files changed, 55 deletions(-) delete mode 100644 extra/pcre/README delete mode 100755 extra/pcre/build delete mode 100644 extra/pcre/checksums delete mode 100644 extra/pcre/sources delete mode 100644 extra/pcre/version diff --git a/extra/pcre/README b/extra/pcre/README deleted file mode 100644 index 712abdc2..00000000 --- a/extra/pcre/README +++ /dev/null @@ -1,42 +0,0 @@ -pcre -________________________________________________________________________________ - -Perl Compatible Regular Expressions (PCRE) is a library written in C, which -implements a regular expression engine, inspired by the capabilities of the -Perl programming language. Philip Hazel started writing PCRE in summer 1997. -PCRE's syntax is much more powerful and flexible than either of the POSIX -regular expression flavors (BRE, ERE) and than that of many other -regular-expression libraries. [0] - -Upstream: https://www.pcre.org/ - - -[000] Index -________________________________________________________________________________ - -* Installation ........................................................... [001] -* Usage .................................................................. [002] -* References ............................................................. [003] - - -[001] Installation -________________________________________________________________________________ - -+------------------------------------------------------------------------------+ -| | -| $ kiss b pcre | -| | -+------------------------------------------------------------------------------+ - - -[002] Usage -________________________________________________________________________________ - -Refer to the manual pages and command help output. - - -[003] References -________________________________________________________________________________ - -[0] https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions - diff --git a/extra/pcre/build b/extra/pcre/build deleted file mode 100755 index 4a375d24..00000000 --- a/extra/pcre/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-unicode-properties - -make -make install - -rm -rf "$1/usr/share/doc" diff --git a/extra/pcre/checksums b/extra/pcre/checksums deleted file mode 100644 index cae22a40..00000000 --- a/extra/pcre/checksums +++ /dev/null @@ -1 +0,0 @@ -4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09 diff --git a/extra/pcre/sources b/extra/pcre/sources deleted file mode 100644 index 4b146162..00000000 --- a/extra/pcre/sources +++ /dev/null @@ -1 +0,0 @@ -https://downloads.sourceforge.net/pcre/pcre-VERSION.tar.gz diff --git a/extra/pcre/version b/extra/pcre/version deleted file mode 100644 index d300bfb9..00000000 --- a/extra/pcre/version +++ /dev/null @@ -1 +0,0 @@ -8.45 1