2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

pcre: drop

This commit is contained in:
illiliti 2022-03-13 15:31:49 +03:00 committed by Owen Rafferty
parent d800bb6179
commit 150d302797
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
5 changed files with 0 additions and 55 deletions

View File

@ -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

View File

@ -1,10 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-unicode-properties
make
make install
rm -rf "$1/usr/share/doc"

View File

@ -1 +0,0 @@
4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09

View File

@ -1 +0,0 @@
https://downloads.sourceforge.net/pcre/pcre-VERSION.tar.gz

View File

@ -1 +0,0 @@
8.45 1