update p5-Regexp-Common to 2017060201

This commit is contained in:
bluhm 2017-07-29 20:35:01 +00:00
parent b3a9417720
commit 76af342d6f
3 changed files with 16 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.21 2017/04/05 12:41:34 bluhm Exp $
# $OpenBSD: Makefile,v 1.22 2017/07/29 20:35:01 bluhm Exp $
COMMENT = provide commonly requested regular expressions
DISTNAME = Regexp-Common-2017040401
DISTNAME = Regexp-Common-2017060201
CATEGORIES = textproc

View File

@ -1,2 +1,2 @@
SHA256 (Regexp-Common-2017040401.tar.gz) = BmTCa7adfIYoSUMv3pIdTCAfq+/Ta/9qngmW0pUFOrg=
SIZE (Regexp-Common-2017040401.tar.gz) = 237894
SHA256 (Regexp-Common-2017060201.tar.gz) = 7geFOu4G8xDgQLa/GgGZoY2BiW0yGbmzXJYw0OtpCJs=
SIZE (Regexp-Common-2017060201.tar.gz) = 237881

View File

@ -1,11 +1,13 @@
By default, this module exports a single hash (`%RE') that stores or
generates commonly needed regular expressions. Patterns currently
By default, this module exports a single hash (%RE) that stores or
generates commonly needed regular expressions. Patterns currently
provided include:
* balanced parentheses and brackets
* delimited text (with escapes)
* integers and floating-point numbers in any base (up to 36)
* comments in C, C++, Perl, and shell
* offensive language
* lists of any pattern
* IPv4 addresses
* strings with balanced parenthesized delimiters
* comments of various languages (43 languages currently)
* delimited strings
* palindromes
* lists
* IPv4, IPv6, and MAC addresses
* numbers (integers and reals)
* profanity
* leading and trailing whitespace
* zip codes