mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 15:20:06 -07:00
pcre: drop
This commit is contained in:
parent
d800bb6179
commit
150d302797
@ -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
|
||||
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-unicode-properties
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
rm -rf "$1/usr/share/doc"
|
@ -1 +0,0 @@
|
||||
4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
|
@ -1 +0,0 @@
|
||||
https://downloads.sourceforge.net/pcre/pcre-VERSION.tar.gz
|
@ -1 +0,0 @@
|
||||
8.45 1
|
Loading…
Reference in New Issue
Block a user