summaryrefslogtreecommitdiff
path: root/Tools/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Run cvs update just before cvs commit to sync a potentially changed filesVasil Dimov2007-02-191-2/+5
* Retire PORTOBJFORMATKris Kennaway2007-02-011-1/+1
* Drop the build on RELENG_4Erwin Lansing2007-01-301-20/+1
* A bunch of cosmetic changes - add one empty line to make the output moreVasil Dimov2007-01-261-6/+7
* Make output messages more usefulVasil Dimov2007-01-261-1/+5
* * Make it possible to skip existing dependencies and ports references in LEGALVasil Dimov2007-01-191-39/+67
* Query Gnats for PRs by using the query-pr command on freefall instead of theVasil Dimov2006-12-201-2/+22
* Add check for existing non-closed PRs related to the port being removed.Vasil Dimov2006-12-131-1/+65
* Replace a simple call to localtime() to strftime() to include theErwin Lansing2006-11-231-1/+2
* eik@ has been inactive for quite some time and as I am runningErwin Lansing2006-11-234-3/+6
* Include a time when the script was started in the mail templates.Erwin Lansing2006-11-231-5/+16
* Add deprecated reason to the output of -FVasil Dimov2006-11-021-2/+6
* * Create custom commit message template and populate it with the portsVasil Dimov2006-11-011-16/+88
* When checking for dependencies of foocategory/barport also find constructsVasil Dimov2006-10-051-1/+1
* When checking dependencies also look for portname references in Mk/*.mkVasil Dimov2006-09-141-5/+5
* Remove grep's -w switch from the dependency check since it misses someVasil Dimov2006-09-121-1/+1
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-10/+40
* Add an option to the addport script: -b requests that any files inShaun Amott2006-07-141-3/+22
* Escape characters (like +) that may appear in ports' names andVasil Dimov2006-07-051-2/+13
* When automatic commit log is generated, change @ to " at " on submitter emailRenato Botelho2006-07-041-0/+1
* MFP4:Erwin Lansing2006-06-221-1/+1
* MFP4:Erwin Lansing2006-06-191-6/+24
* - Change addport script to do the job locally instead connect to freefall everyRenato Botelho2006-05-162-18/+39
* Add support for specifying ports to be removed as directories on theVasil Dimov2006-05-021-1/+27
* Improve dependency check:Vasil Dimov2006-05-021-2/+3
* Add support for removing multiple ports which depend on each otherVasil Dimov2006-04-171-36/+48
* Quote ${1} so we don't get ``[: =: unexpected operator'' if the scriptVasil Dimov2006-04-121-1/+1
* Add the script I use to remove ports so everyoneVasil Dimov2006-04-101-0/+315
* Warn if there are duplicate MD5/SHA256/SIZE statements for a single fileEdwin Groothuis2006-01-241-3/+33
* Small tool to check the necessary lines in the distinfo files, basedEdwin Groothuis2006-01-241-0/+105
* Support 7.x INDEX buildsKris Kennaway2006-01-221-16/+37
* Add portsvar.sh schell script into Tools/scripts.Daichi GOTO2006-01-111-0/+133
* Utility: A tool to identify similar pkg-descr filesEdwin Groothuis2005-11-261-0/+24
* - Add a new option -L, it works like -l but uses pkg-descr to createRenato Botelho2005-10-041-17/+30
* Remove some hardcoded values to hopefully stop random users from shootingKris Kennaway2005-09-081-12/+27
* - Handle different INDEX filename on 5.X and abovePav Lucistnik2005-09-041-2/+5
* Add prototypes for all the subroutines which fixes compilation withJoe Marcus Clarke2005-07-101-9/+20
* Fix typosVolker Stolz2005-04-181-3/+3
* As discussed on the cvs-ports-list, make 'addport' print a warning if the dir...Volker Stolz2005-04-121-0/+1
* Add a splitpatch.pl utility, a small script to convert multi-fileAnton Berezin2005-04-122-0/+112
* - Add bump_revision.pl, a small script to bump the PORTREVISION variableFlorent Thoumie2005-04-122-1/+193
* - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changesFlorent Thoumie2005-04-111-2/+2
* Checkout Templates from CVS as well since ports with GNU_CONFIGURE willVolker Stolz2005-03-201-0/+2
* Document the check-latest-link and tindex scriptsKris Kennaway2005-01-241-1/+5
* Add the script I use to look for duplicate LATEST_LINK entries and toKris Kennaway2005-01-241-0/+72
* This is the script I use to build indexes for all supported ports branches,Kris Kennaway2005-01-241-0/+164
* Remove traling spaces.Kirill Ponomarev2005-01-0915-20/+20
* Newline should go after the terminating punctuation (fix typo).Dima Dorfman2004-11-071-1/+1
* Strip out date/time from +++/--- headers in generated patchfiles, so that theyMaxim Sobolev2004-10-141-11/+12
* Avoid possible GNATS timeouts by using query-pr.real direclty.Kirill Ponomarev2004-07-281-1/+1