aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts/checksum.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add hack for gzipped files that are not .tar.gz files and uncompressAlexander Langer2000-07-191-2/+3
| | | | | | them The-Right-Way(tm). This whole uncompress-algorythm should be reworked, though.
* Add extract-lines for .Z archives.Alexander Langer2000-06-101-1/+7
| | | | | | Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.org Reviewed by: will
* Update for multiple ports. Also add MAINTAINER/Created [on,by] lines.Will Andrews2000-05-241-41/+57
| | | | Submitted by: maintainer
* Add checksum.sh script that checks a port or ports for broken distfiles andWill Andrews2000-05-221-0/+61
gives a diff of any port with broken distfiles, if the distfile names are the same. This script will help keep more ports' up-to-date distfiles on ftp.FreeBSD.org. PR: 18723 Submitted by: Alexander Langer <alex@cichlids.com>