mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
511 B
Text
9 lines
511 B
Text
TTP is a Python library for semi-structured text parsing using templates.
|
|
|
|
In essence, TTP can help to:
|
|
- Prepare, sort and load text data for parsing
|
|
- Parse text using regexes dynamically derived out of templates
|
|
- Process matches on the fly using broad set of built-in or custom functions
|
|
- Combine match results in a structure with arbitrary hierarchy
|
|
- Transform results in desired format to ease consumption by humans or machines
|
|
- Return results to various destinations for storage or further processing
|