summaryrefslogtreecommitdiff
path: root/net/spegla/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-12-09Update to 1.1p4, because old distfile has checksum problems.wiz1-4/+5
Changes since 1.1: * Added --url option to download a directory hierarchy of a ftp-URL * Fixes descriptor leakage when errors downloading files occurs * Fixed bug with space in directory names * Download files to another name first and then rename them. * Fixed problem with permission not getting updated on directories. * Prints average downloadrate together with the other stats. * Works with latest version of wu-ftpd. * Prints stats corectly under Solaris. * Applied patch from Makoto MATSUSHITA that closes down data connection to ftp-server completely before reading status from ftp-server. Thank you.
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-1/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
1999-11-25Update "spegla" package to version 1.1 using patches supplied bytron1-7/+17
Jens A Nilsson in private e-mail.
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-7/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-02-26Initial addition of spegla-1.04, a mirror program for FTP sites (written in C).frueauf1-0/+17
Provided in pr 7018 by Jens A Nilsson with some modifications by myself to make it work with current (sys/errno.h vs errno.h).