(Only the first 10 of 27964 ports in this commit are shown above. )
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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)
File::Iterator wraps a simple iteration interface around
the files in a directory or directory tree. It builds a
list of filenames, and maintains a cursor that points to
one filename in the list. The user can work through the
filenames sequentially by repeatedly doing stuff with
the next filename that the cursor points to until their
are no filenames left.
WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm
PR: ports/146658
Submitted by: Eric Freeman <freebsdports at chillibear.com>