summaryrefslogtreecommitdiff
path: root/net/spegla
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-12-18DESTDIR support. Fix PLIST. Bump revision.joerg4-17/+29
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-5/+5
No pkgrevision bumps needed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-09Update to 1.1p4, because old distfile has checksum problems.wiz4-32/+26
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.
2004-09-16Use statvfs on NetBSD>=2.0D.minskim2-1/+24
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-1/+5
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-25Update "spegla" package to version 1.1 using patches supplied bytron8-102/+48
Jens A Nilsson in private e-mail.
1999-07-09Add package patch checksum files.agc1-0/+5
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-26grr. I hate cvs for substituting $Id$ where it shouldn't.frueauf2-21/+9
1999-02-26Initial addition of spegla-1.04, a mirror program for FTP sites (written in C).frueauf8-0/+123
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).