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