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)
7 lines
450 B
Text
7 lines
450 B
Text
File::Flat implements a flat filesystem. A flat filesystem is a
|
|
filesystem in which directories do not exist. It provides an
|
|
abstraction over any normal filesystem which makes it appear as if
|
|
directories do not exist. In effect, it will automatically create
|
|
directories as needed. This is create for things like install scripts
|
|
and such, as you never need to worry about the existence of directories,
|
|
just write to a file, no matter where it is.
|