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)
8 lines
344 B
Text
8 lines
344 B
Text
The goal of this project is to document instruction sets in a format convenient
|
|
for tools development.
|
|
|
|
An instruction set is represented by three files:
|
|
* An XML file that describes instructions
|
|
* An XSD file that describes the structure of the XML file
|
|
* A Python module that reads the XML file and represents it as a set of Python
|
|
objects
|