mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +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)
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
This takes from a search and turns it into a hash.
|
|
|
|
The returned has is in the following format.
|
|
|
|
{DN}{ldap}{attribute}[array of values for this attribute]
|
|
|
|
The reason for the {ldap} is to allow for other values and
|
|
the like to be tagged onto a hash for a DN that are unrelated to LDAP.
|
|
|
|
This function does not make any attempt to check if the search succedded
|
|
or not.
|