mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +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)
11 lines
717 B
Plaintext
11 lines
717 B
Plaintext
dsr-pdb is a simple C++ PDB reader along with a couple of programs which use it
|
|
to manipulate pdb files (applying a rigid transform or splitting/merging). The
|
|
are aimed at people interested in proteins from a geometric viewpoint as they
|
|
allow easy access to the geometry and bond structure in addition of the
|
|
biological information. The reader has two modes for reading/writing a pdb file.
|
|
The simplest one, through the Protein class just reads and writes a single
|
|
protein from/to a pdb file (which must have only one chain, but can have
|
|
multiple models). The second, through the PDB class can handle pdb files with
|
|
multiple models and herogens (although these are just passed through and not
|
|
currently interpreted).
|