aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Query Gnats for PRs by using the query-pr command on freefall instead of thevd2006-12-201-2/+22
* Add check for existing non-closed PRs related to the port being removed.vd2006-12-131-1/+65
* Replace a simple call to localtime() to strftime() to include theerwin2006-11-231-1/+2
* eik@ has been inactive for quite some time and as I am runningerwin2006-11-234-3/+6
* Include a time when the script was started in the mail templates.erwin2006-11-231-5/+16
* Add deprecated reason to the output of -Fvd2006-11-021-2/+6
* * Create custom commit message template and populate it with the portsvd2006-11-011-16/+88
* When checking for dependencies of foocategory/barport also find constructsvd2006-10-051-1/+1
* When checking dependencies also look for portname references in Mk/*.mkvd2006-09-141-5/+5
* Remove grep's -w switch from the dependency check since it misses somevd2006-09-121-1/+1
* Add support for DESTDIR part I.erwin2006-08-041-10/+40
* Add an option to the addport script: -b requests that any files inshaun2006-07-141-3/+22
* Escape characters (like +) that may appear in ports' names andvd2006-07-051-2/+13
* When automatic commit log is generated, change @ to " at " on submitter emailgarga2006-07-051-0/+1
* MFP4:erwin2006-06-231-1/+1
* MFP4:erwin2006-06-191-6/+24
* - Change addport script to do the job locally instead connect to freefall everygarga2006-05-162-18/+39
* Add support for specifying ports to be removed as directories on thevd2006-05-021-1/+27
* Improve dependency check:vd2006-05-021-2/+3
* Add support for removing multiple ports which depend on each othervd2006-04-171-36/+48
* Quote ${1} so we don't get ``[: =: unexpected operator'' if the scriptvd2006-04-121-1/+1
* Add the script I use to remove ports so everyonevd2006-04-101-0/+315
* Warn if there are duplicate MD5/SHA256/SIZE statements for a single fileedwin2006-01-251-3/+33
* Small tool to check the necessary lines in the distinfo files, basededwin2006-01-241-0/+105
* Support 7.x INDEX buildskris2006-01-231-16/+37
* Add portsvar.sh schell script into Tools/scripts.daichi2006-01-111-0/+133
* Utility: A tool to identify similar pkg-descr filesedwin2005-11-261-0/+24
* - Add a new option -L, it works like -l but uses pkg-descr to creategarga2005-10-051-17/+30
* Remove some hardcoded values to hopefully stop random users from shootingkris2005-09-091-12/+27
* - Handle different INDEX filename on 5.X and abovepav2005-09-051-2/+5
* Add prototypes for all the subroutines which fixes compilation withmarcus2005-07-111-9/+20
* Fix typosvs2005-04-181-3/+3
* As discussed on the cvs-ports-list, make 'addport' print a warning if the dir...vs2005-04-121-0/+1
* Add a splitpatch.pl utility, a small script to convert multi-filetobez2005-04-122-0/+112
* - Add bump_revision.pl, a small script to bump the PORTREVISION variableflz2005-04-122-1/+193
* - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changesflz2005-04-121-2/+2
* Checkout Templates from CVS as well since ports with GNU_CONFIGURE willvs2005-03-211-0/+2
* Document the check-latest-link and tindex scriptskris2005-01-241-1/+5
* Add the script I use to look for duplicate LATEST_LINK entries and tokris2005-01-241-0/+72
* This is the script I use to build indexes for all supported ports branches,kris2005-01-241-0/+164
* Remove traling spaces.krion2005-01-0915-20/+20
* Newline should go after the terminating punctuation (fix typo).dd2004-11-071-1/+1
* Strip out date/time from +++/--- headers in generated patchfiles, so that theysobomax2004-10-141-11/+12
* Avoid possible GNATS timeouts by using query-pr.real direclty.krion2004-07-281-1/+1
* Modernize these two scripts a little bit to make it easier to dealmurray2004-06-092-6/+16
* Hack in master/slave supporteik2004-06-051-27/+69
* parse $FreeBSD$ with yyyy-mm-dd format dateseik2004-05-311-1/+1
* protect $FreeBSD: ... $ from being expandedeik2004-05-301-1/+1
* don't terminate the log entry with the first hypheneik2004-05-301-1/+1
* - make somewhat more robust against a corrupted ports treeeik2004-05-301-30/+80
* - Remove 'pkg-plist' from required fileskrion2004-05-271-2/+1
* - fix a bug handling the maintainer field when ALLPORTS is usedeik2004-05-221-35/+56
* Turn chkversion into an all-dancing, all-singing notification tool.eik2004-05-191-35/+138
* small optimazation: don't compare versions that are equaleik2004-05-181-1/+1
* check only ports connected to the build.eik2004-05-181-15/+32
* - integrated chkorigineik2004-05-171-51/+102
* FWIIW, spawn fewer processes.eik2004-05-161-3/+12
* support for symlinked portsdir (but no other symlinks in the ports tree)eik2004-05-152-14/+19
* add support for ignoring local ports / categories:eik2004-05-151-1/+4
* added chkversion, a script that ensures that PORTVERSIONs don't go backwardseik2004-05-141-0/+155
* add a perl script to check CVSROOT-ports/modules,eik2004-05-141-0/+127
* - don't flag empty lineseik2004-05-081-6/+30
* awk script to check MOVED for consistencyeik2004-05-081-0/+87
* While generating commit message, don't lowercase the first letter if the secondmat2004-04-051-2/+2
* added an -q option to enable usage in crontab.eik2004-03-291-2/+27
* Fix a bug arising when you added a port which should have been at the end ofmat2004-03-211-3/+10
* Add chkorigin.sh, a script that checks the ports tree for ports with a wrongeik2004-03-192-0/+89
* Fill /mnt/ before each port and clear it afterward, to avoid runningtrevor2004-03-161-1/+2
* This script had served its purpose.knu2004-03-141-146/+0
* Add note about FETCH_BEFORE_ARGS=-s.trevor2004-03-131-0/+4
* script for finding "size mismatch" and "size unknown" errorstrevor2004-03-131-0/+58
* Add sunshar, a "secure unshar" for ports committers, which:knu2004-02-283-0/+368
* Update "plist" to understand the rest of the mtree(5) file format,green2004-02-281-14/+36
* - Fix synopsisale2004-01-231-2/+2
* Add domakedescribe and doportlint, two scripts that iterate over the portsmarcus2004-01-202-0/+39
* Add security-check.awk, a more efficient implementation of the portsmarcus2004-01-201-0/+100
* When suggesting to add new port's submitter to Contributors' List,demon2004-01-081-1/+2
* Refactor how we format the autofill message. With the slightly questionablepetef2004-01-061-34/+15
* There is nothing "future" about 'addport'.obrien2004-01-031-1/+1
* Use 'make master-sites-all' instead of 'make -V MASTER_SITES' to obtain the listdemon2003-12-171-1/+1
* fetch(1)'s -b and -t options were deprecated years ago, so stop using them.des2003-11-121-1/+1
* Fix -l option comment removing obsolete pkg-comment reference.bland2003-09-291-2/+2
* When using addport on freefall, there's no need to ssh freefall once more tomat2003-09-021-1/+5
* Previous delta was:sobomax2003-04-181-1/+1
* Clean up empty dirs.sobomax2003-04-181-2/+2
* Speed-up a bit when user keeps his working directories in the ports treesobomax2003-04-081-2/+5
* This tool parses the output of kdump to generate a list of addededwin2003-04-041-0/+199
* Sort the non-dirrm entries, and reverse sort the dirrm entries.marcus2003-03-281-1/+5
* Make modulesupdate actually work in light of split. You can't use awill2003-03-031-1/+1
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root ispeter2003-03-012-5/+5
* Another try at fixing the "adding to CVSROOT/modules from remotelioux2003-02-241-1/+1
* Handle '#' and '$' in pkg-comment properly.knu2003-02-211-2/+3
* - pkg-comment is no longer mandatory;sobomax2003-02-211-1/+5
* Add de-pkg-comment.knu2003-02-181-0/+2
* Add de-pkg-comment, a ruby script to convert pkg-comment to COMMENT.knu2003-02-181-0/+145
* Change how to get CATEGORIES tag from new port for slave port.nork2003-02-161-2/+2
* Catch up to new semantics of COMMENT variable (contains comment stringkris2003-02-102-5/+2
* Attempt to defuse problems from developers who don't have the correctwill2003-01-311-0/+2
* Add both hungarian and portuguese l10n prefixes to syncronize withlioux2003-01-231-0/+2
* Update this script to deal with .tbz packages.murray2003-01-201-9/+10
* Add two utilties for listing and stashing away package files obtainedroam2003-01-082-0/+110
* unbroke addport by petefalane2002-11-191-1/+2
* Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...".petef2002-11-131-3/+1
* I never thought I'd change this code, but a change was required to makewill2002-10-141-0/+107
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. Thiswill2002-10-141-13/+14
* Add 650MB for the 4th CD since it's all just packages.will2002-10-081-1/+1
* Increase the available space for packages on disc #1 of the packagemurray2002-10-081-1/+1
* Correct usage example.sobomax2002-07-161-1/+2
* Add l10n prefix to default module name.perky2002-07-071-2/+14
* Use correct variable for symlinking src scripts.will2002-06-021-1/+1
* Support PATCH_WRKSRC. Seetrevor2002-05-251-3/+3
* Track setup.sh usage.will2002-05-202-2/+7
* Use the right variable name.will2002-05-201-1/+1
* Use a RE to find the X dependency instead of hardcoding.will2002-05-201-2/+2
* Streamline instructions a little more.will2002-05-201-4/+12
* Add this makefile to help people who are performing package splits towill2002-05-201-0/+48
* Add CD configs for use by these scripts.will2002-05-201-0/+16
* More useful exit if dir not passed.will2002-05-161-0/+4
* Accept dir as argument instead of hardcoding.will2002-05-161-1/+5
* Fix breakage introduced in the previous commit.sobomax2002-05-101-6/+3
* - Make ${DISTDIR} auto-detection actually working;sobomax2002-05-101-2/+5
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.sobomax2002-05-071-5/+15
* * Change path directory separator character back to _. The problem is "::"obrien2002-04-191-1/+3
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.sobomax2002-04-171-1/+1
* Recognise EXTRA_PATCHES.sobomax2002-04-161-0/+6
* Set the $scripts directory to the same as $dir to make these more usefulsteve2002-03-272-2/+2
* This file is nearly a verbatim copy of setup.sh so this one issteve2002-03-271-11/+0
* Add a missed file which acts as a driver for the others.will2002-03-272-0/+141
* Add the scripts used to break up the package collections for a release.will2002-03-276-0/+490
* Reenable use of the -M option and add a -d option to put @dirrm commandsgreen2002-03-111-4/+17
* Support tools that don't have u@h syntax but h -l u.will2002-01-301-1/+1
* - New option `-e' - threat warnings as errors;sobomax2002-01-141-8/+19
* Add license and cvs tag.sobomax2002-01-131-0/+15
* Add chkdepschain.py - a tool to address one of the most annoying when it comessobomax2002-01-131-0/+294
* Ignore patchfiles ending with `.orig' and `.rej'.sobomax2002-01-041-1/+7
* - Use `::' as a combination of symbols to replace `/' in patchfile name;sobomax2002-01-041-18/+22
* Don't trap SIGINFO.sobomax2001-12-201-2/+2
* Add checkcats.py - a script that verifyes that master categories in all portssobomax2001-12-112-1/+51
* Make the tool working even if there is a symlink in a given path to a port'ssobomax2001-12-051-1/+28
* Actually use the user's group name, not their username, for the *GRPnbm2001-11-181-1/+1
* Use 'id -un' and 'id -gn' for user and group information, not 'logname'.nbm2001-08-173-7/+80
* Actually fix the breakage introduced in rev 1.2.sobomax2001-07-311-2/+0
* Fix breakage introduced in previous commit.sobomax2001-07-311-1/+1
* Fix a bug that in some rare cases may lead to a patch not being properlysobomax2001-07-311-0/+2
* Trap signal 31 as well (typo).sobomax2001-07-301-2/+2
* Unbroke when /usr/ports is symlink.sobomax2001-07-301-2/+2
* Fix problems in previous commit:sobomax2001-05-171-5/+5
* - Add an option to disable interactive confirmation;sobomax2001-05-171-1/+18
* Stopgap bugfix to avoid the case where a user invokes -t and ends up withwill2001-05-011-3/+4
* Be more specific in trying to exclude man pages - look for 'man/man',nbm2001-04-021-1/+1
* Steal the 'hmake' variable building from mkpinstall. This wasn'tnbm2001-04-021-4/+6
* Add patchtool - a tool to automate generation/updating of patchfiles. Thissobomax2001-03-192-0/+775
* Look into arch-specific distinfo's as well.sobomax2001-03-191-2/+2
* Make plist work again with new-found use of line continuation ingreen2001-03-131-9/+16
* Do not hardcode /tmp as a temp directory base, try $TMPDIR, $TMP androam2001-02-222-4/+41
* Some minor additions so that we act a bit more like NetBSD's url2pkg; wenbm2001-02-021-1/+7
* Fix off-by-one error that was causing an infinite loop in some verywill2001-01-171-1/+1
* Use the -p option with diff. Add a FreeBSD tag. Don't try totrevor2001-01-131-24/+7
* Fix two bugs: pass $passenv to make *always*; remember that the initialwill2001-01-071-3/+3
* Make plist (the Ruby script) a tad more useful: build in mtree supportgreen2001-01-071-26/+54
* As a quick fix, use /tmp instead of the currently hardcoded /usr/tmp.nbm2001-01-032-2/+2
* Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall.nbm2001-01-032-0/+136
* Fix breakage when someone uses -t option: pass DISTDIR environment variablewill2001-01-021-7/+9
* Several changes. First, depend on another environment variable ratherwill2001-01-011-12/+14
* Here's my holiday present to the ports team: new -l option allows you towill2000-12-311-19/+95
* Add new option: -c file : Pass a file containing the log message for thewill2000-12-301-3/+23
* Add -g option to disable committing to CVSROOT/modules, useful if someonewill2000-12-191-2/+5
* Functional modification: Make -n only apply to cvs commit, NOT *all*will2000-12-091-3/+3
* Add standard 2-clause BSD license to protect my (and mharo's) copyright.will2000-11-041-0/+24
* s|pkg/PLIST|pkg-plist|gsobomax2000-10-211-3/+3
* Add update-patches, a script to generate updated versions of thetrevor2000-10-192-1/+139
* Add plist, a script to automate the generation of a pkg-plist.green2000-10-172-0/+65
* Overhaul addport again. Should be quite functional now.will2000-10-141-22/+70
* Add the first efforts on my mkptools, the successor to makeport.pl.nbm2000-10-144-0/+613
* Since people don't seem to appreciate the fact that addport can dowill2000-10-111-26/+0
* Ajust for a new world order (md5 --> distinfo).sobomax2000-10-091-3/+3
* Use -t flag with portlint.will2000-10-041-1/+1
* Fix bogon where replies were not chomp()'d.will2000-10-011-0/+1
* New script (and it's README) for searching the ports tree. Add this scriptmarko2000-08-283-0/+349
* Make -n work again. Add new option -s to allow people to specify awill2000-08-191-11/+30
* Properly check -d argument, and return usage() if it's not there. Also usewill2000-08-121-6/+9
* Minor cleanups. Print usage() if no arguments are passed. Get rid ofwill2000-08-111-19/+10
* Major update to addport. Many *MANY* bugfixes. Addport should now workwill2000-08-101-160/+211
* Fix special case where people use ``.'' for the argument to -d. I'm notwill2000-08-061-1/+6
* Add missed '>' to my e-mail.sobomax2000-08-023-4/+4
* Add gnomedepends.py to our collection of helpfull scripts.sobomax2000-08-022-1/+164
* Various fixes and improvements.sobomax2000-07-191-5/+5
* Add hack for gzipped files that are not .tar.gz files and uncompressalex2000-07-191-2/+3
* Add "-s" (silent) option useful for shell scripts.sobomax2000-07-101-18/+41
* Add checknewver.sh - a shell script which checks for availability of newestsobomax2000-07-071-0/+85
* Add checknewvers.sh - a script which checks for availability of the newestsobomax2000-07-071-0/+2
* Allow existing CVS_RSH environment var to take precedent.sobomax2000-07-041-1/+8
* Allow existing CVS_RSH environment var to take precedent.will2000-07-041-2/+4
* Fix addport so that it will work on freefall. Remove old cruft leftwill2000-07-011-13/+28
* Add close-pr - a slightly hacked version of edit-pr(1) to quickly close PR.sobomax2000-06-272-0/+364
* Add extract-lines for .Z archives.alex2000-06-101-1/+7
* Add a traling slash ("/") to the /usr/ports/ and /usr/ports/distfiles/ to makesobomax2000-06-061-3/+3
* Add tag and MAINTAINER.sobomax2000-06-051-4/+4
* Add distclean.sh - a little script to check set of distfiles against currentlysobomax2000-06-052-5/+71
* Update for multiple ports. Also add MAINTAINER/Created [on,by] lines.will2000-05-241-41/+57
* Add checksum.sh script that checks a port or ports for broken distfiles andwill2000-05-222-0/+66
* Make getpr work for remote committers as well.sobomax2000-05-191-2/+7
* Readme describing all the scripts in this directory. Somebody good atmharo2000-05-021-0/+47
* 3 little scripts I use when dealing with port update PRs.mharo2000-05-023-0/+147
* Future replacement to easy-import for adding ports to the tree.mharo2000-05-021-0/+243
* A tool to check whether all your ports are installed properly, what filesmharo2000-05-021-0/+143