forked from Lainports/freebsd-ports
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)
5 lines
372 B
Text
5 lines
372 B
Text
A DBH is a convenient way to associate keys composed by characters to data
|
|
records. Any kind of digital information can go into the data record, such
|
|
as text, graphic information, database structures, you name it. The idea
|
|
behind using a DBH is to get rid of what is known as an index file in the
|
|
database world. In the DBH world, the index is built into the file format.
|