summaryrefslogtreecommitdiff
path: root/Tools (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-08Modernize these two scripts a little bit to make it easier to dealMurray Stokely2-6/+16
2004-06-04Hack in master/slave supportOliver Eikemeier1-27/+69
2004-06-03Add dopackages.wrapper, a wrapper script around dopackages that sets upJoe Marcus Clarke1-0/+53
2004-05-30parse $FreeBSD$ with yyyy-mm-dd format datesOliver Eikemeier1-1/+1
2004-05-30protect $FreeBSD: ... $ from being expandedOliver Eikemeier1-1/+1
2004-05-30don't terminate the log entry with the first hyphenOliver Eikemeier1-1/+1
2004-05-30- make somewhat more robust against a corrupted ports treeOliver Eikemeier1-30/+80
2004-05-27- Remove 'pkg-plist' from required filesKirill Ponomarev1-2/+1
2004-05-21- fix a bug handling the maintainer field when ALLPORTS is usedOliver Eikemeier1-35/+56
2004-05-19Turn chkversion into an all-dancing, all-singing notification tool.Oliver Eikemeier1-35/+138
2004-05-18small optimazation: don't compare versions that are equalOliver Eikemeier1-1/+1
2004-05-17check only ports connected to the build.Oliver Eikemeier1-15/+32
2004-05-17- integrated chkoriginOliver Eikemeier1-51/+102
2004-05-16FWIIW, spawn fewer processes.Oliver Eikemeier1-3/+12
2004-05-14support for symlinked portsdir (but no other symlinks in the ports tree)Oliver Eikemeier2-14/+19
2004-05-14add support for ignoring local ports / categories:Oliver Eikemeier1-1/+4
2004-05-14added chkversion, a script that ensures that PORTVERSIONs don't go backwardsOliver Eikemeier1-0/+155
2004-05-14add a perl script to check CVSROOT-ports/modules,Oliver Eikemeier1-0/+127
2004-05-08- don't flag empty linesOliver Eikemeier1-6/+30
2004-05-08awk script to check MOVED for consistencyOliver Eikemeier1-0/+87
2004-04-04While generating commit message, don't lowercase the first letter if the secondMathieu Arnold1-2/+2
2004-04-02Set INDEX_PRISTINE and INDEX_QUIET to catch up to new index buildKris Kennaway1-3/+5
2004-03-28added an -q option to enable usage in crontab.Oliver Eikemeier1-2/+27
2004-03-20Fix a bug arising when you added a port which should have been at the end ofMathieu Arnold1-3/+10
2004-03-19Add chkorigin.sh, a script that checks the ports tree for ports with a wrongOliver Eikemeier2-0/+89
2004-03-15Fill /mnt/ before each port and clear it afterward, to avoid runningTrevor Johnson1-1/+2
2004-03-14This script had served its purpose.Akinori MUSHA1-146/+0
2004-03-12Add note about FETCH_BEFORE_ARGS=-s.Trevor Johnson1-0/+4
2004-03-12script for finding "size mismatch" and "size unknown" errorsTrevor Johnson1-0/+58
2004-03-08Run a command on all client machines of a certain architecture, or allKris Kennaway1-0/+50
2004-03-08Walk through a package set and prune files that are not listed in INDEXKris Kennaway1-0/+66
2004-03-08Verify the archive integrity of a package set, and move aside any thatKris Kennaway1-0/+45
2004-03-08To be run on the client, this script looks for chroot directories that have n...Kris Kennaway1-0/+48
2004-03-08Break out a script from dopackages for building the restricted.sh fileKris Kennaway1-0/+34
2004-03-08Replace gnome with gnome2 in quickports. I'm still not sure this actuallyKris Kennaway1-1/+1
2004-03-08Remove the integrity testing code now that the corruption bug has beenKris Kennaway1-4/+0
2004-03-08* Fix 4.x builds with 5.x host systems by copying some additional neededKris Kennaway1-0/+6
2004-03-08Expand out some shell globbing syntaxKris Kennaway1-1/+1
2004-03-08Prune out packages that will not be built because a dependency is markedKris Kennaway1-1/+1
2004-03-08Create a duds.full file that lists not only files that are marked IGNOREKris Kennaway1-0/+4
2004-03-08Increase timeout on slow build machines (alpha, sparc64) to 16 hours.Kris Kennaway1-2/+8
2004-03-08* Set the PACKAGE_BUILDING variable in the build environment so ports canKris Kennaway1-1/+4
2004-03-08Set up the DISTDIR and PACKAGES variables for use by client scriptsKris Kennaway1-0/+3
2004-02-28Add sunshar, a "secure unshar" for ports committers, which:Akinori MUSHA3-0/+368
2004-02-27Update "plist" to understand the rest of the mtree(5) file format,Brian Feldman1-14/+36
2004-02-04Fix up the ordering and remove some duplicates so the resulting summary isJoe Marcus Clarke1-22/+26
2004-01-23- Fix synopsisAlex Dupre1-2/+2
2004-01-21Comment out the munmap reason since it is quite unlikely this will beJoe Marcus Clarke1-4/+4
2004-01-19Add domakedescribe and doportlint, two scripts that iterate over the portsJoe Marcus Clarke2-0/+39
2004-01-19* Refactor processlogs so that new error types can be added easily to a newJoe Marcus Clarke3-312/+441