freebsd-ports/devel/py-PeachPy/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

9 lines
344 B
Plaintext

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