Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
fmirror is a program for mirroring files and directories from a remote
ftp server. It allows regex-matching for files that are to be included
and excluded. It uses a combination of timestamp, file size and file
permissions to decide what files to transfer from the ftp server.
The primary goal of fmirror is to use as little memory as possible,
but still be able to do its job efficiently.
The program's author is Finn Arne Gangstad <finnag@fast.no>