mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
fb16dfecae
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)
17 lines
844 B
Plaintext
17 lines
844 B
Plaintext
xmlf90 is a suite of libraries to handle XML in Fortran. It has two
|
|
major components:
|
|
|
|
* A XML parsing library. The parser was designed to be a useful
|
|
tool in the extraction and analysis of data in the context of
|
|
scientific computing, and thus the priorities were efficiency and the
|
|
ability to deal with very large XML files while maintaining a small
|
|
memory footprint. The most complete programming interface is
|
|
based on the very successful SAX (Simple API for XML) model,
|
|
although a partial DOM interface and a very experimental XPATH interface
|
|
are also present.
|
|
|
|
- A library (xmlf90-wxml) that facilitates the writing of well-formed
|
|
XML, including such features as automatic start-tag completion,
|
|
attribute pretty-printing, and element indentation. There are also
|
|
helper routines to handle the output of numerical arrays.
|