aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Previous delta was:Maxim Sobolev2003-04-181-1/+1
* Clean up empty dirs.Maxim Sobolev2003-04-181-2/+2
* Speed-up a bit when user keeps his working directories in the ports treeMaxim Sobolev2003-04-081-2/+5
* This tool parses the output of kdump to generate a list of addedEdwin Groothuis2003-04-041-0/+199
* Sort the non-dirrm entries, and reverse sort the dirrm entries.Joe Marcus Clarke2003-03-281-1/+5
* Make modulesupdate actually work in light of split. You can't use aWill Andrews2003-03-031-1/+1
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root isPeter Wemm2003-03-012-5/+5
* Another try at fixing the "adding to CVSROOT/modules from remoteMario Sergio Fujikawa Ferreira2003-02-241-1/+1
* Handle '#' and '$' in pkg-comment properly.Akinori MUSHA2003-02-211-2/+3
* - pkg-comment is no longer mandatory;Maxim Sobolev2003-02-211-1/+5
* Add de-pkg-comment.Akinori MUSHA2003-02-181-0/+2
* Add de-pkg-comment, a ruby script to convert pkg-comment to COMMENT.Akinori MUSHA2003-02-181-0/+145
* Change how to get CATEGORIES tag from new port for slave port.Norikatsu Shigemura2003-02-161-2/+2
* Catch up to new semantics of COMMENT variable (contains comment stringKris Kennaway2003-02-102-5/+2
* Attempt to defuse problems from developers who don't have the correctWill Andrews2003-01-311-0/+2
* Add both hungarian and portuguese l10n prefixes to syncronize withMario Sergio Fujikawa Ferreira2003-01-231-0/+2
* Update this script to deal with .tbz packages.Murray Stokely2003-01-201-9/+10
* Add two utilties for listing and stashing away package files obtainedPeter Pentchev2003-01-082-0/+110
* unbroke addport by petefAlan Eldridge2002-11-191-1/+2
* Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...".Pete Fritchman2002-11-131-3/+1
* I never thought I'd change this code, but a change was required to makeWill Andrews2002-10-141-0/+107
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. ThisWill Andrews2002-10-141-13/+14
* Add 650MB for the 4th CD since it's all just packages.Will Andrews2002-10-081-1/+1
* Increase the available space for packages on disc #1 of the packageMurray Stokely2002-10-081-1/+1
* Correct usage example.Maxim Sobolev2002-07-161-1/+2
* Add l10n prefix to default module name.Hye-Shik Chang2002-07-071-2/+14
* Use correct variable for symlinking src scripts.Will Andrews2002-06-021-1/+1
* Support PATCH_WRKSRC. SeeTrevor Johnson2002-05-251-3/+3
* Track setup.sh usage.Will Andrews2002-05-202-2/+7
* Use the right variable name.Will Andrews2002-05-201-1/+1
* Use a RE to find the X dependency instead of hardcoding.Will Andrews2002-05-201-2/+2
* Streamline instructions a little more.Will Andrews2002-05-201-4/+12
* Add this makefile to help people who are performing package splits toWill Andrews2002-05-201-0/+48
* Add CD configs for use by these scripts.Will Andrews2002-05-201-0/+16
* More useful exit if dir not passed.Will Andrews2002-05-161-0/+4
* Accept dir as argument instead of hardcoding.Will Andrews2002-05-161-1/+5
* Fix breakage introduced in the previous commit.Maxim Sobolev2002-05-101-6/+3
* - Make ${DISTDIR} auto-detection actually working;Maxim Sobolev2002-05-101-2/+5
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.Maxim Sobolev2002-05-071-5/+15
* * Change path directory separator character back to _. The problem is "::"David E. O'Brien2002-04-191-1/+3
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.Maxim Sobolev2002-04-171-1/+1
* Recognise EXTRA_PATCHES.Maxim Sobolev2002-04-161-0/+6
* Set the $scripts directory to the same as $dir to make these more usefulSteve Price2002-03-272-2/+2
* This file is nearly a verbatim copy of setup.sh so this one isSteve Price2002-03-271-11/+0
* Add a missed file which acts as a driver for the others.Will Andrews2002-03-272-0/+141
* Add the scripts used to break up the package collections for a release.Will Andrews2002-03-276-0/+490
* Reenable use of the -M option and add a -d option to put @dirrm commandsBrian Feldman2002-03-111-4/+17
* Support tools that don't have u@h syntax but h -l u.Will Andrews2002-01-301-1/+1
* - New option `-e' - threat warnings as errors;Maxim Sobolev2002-01-141-8/+19
* Add license and cvs tag.Maxim Sobolev2002-01-131-0/+15
* Add chkdepschain.py - a tool to address one of the most annoying when it comesMaxim Sobolev2002-01-131-0/+294
* Ignore patchfiles ending with `.orig' and `.rej'.Maxim Sobolev2002-01-041-1/+7
* - Use `::' as a combination of symbols to replace `/' in patchfile name;Maxim Sobolev2002-01-041-18/+22
* Don't trap SIGINFO.Maxim Sobolev2001-12-201-2/+2
* Add checkcats.py - a script that verifyes that master categories in all portsMaxim Sobolev2001-12-112-1/+51
* Make the tool working even if there is a symlink in a given path to a port'sMaxim Sobolev2001-12-051-1/+28
* Actually use the user's group name, not their username, for the *GRPNeil Blakey-Milner2001-11-181-1/+1
* Use 'id -un' and 'id -gn' for user and group information, not 'logname'.Neil Blakey-Milner2001-08-173-7/+80
* Actually fix the breakage introduced in rev 1.2.Maxim Sobolev2001-07-311-2/+0
* Fix breakage introduced in previous commit.Maxim Sobolev2001-07-311-1/+1
* Fix a bug that in some rare cases may lead to a patch not being properlyMaxim Sobolev2001-07-311-0/+2
* Trap signal 31 as well (typo).Maxim Sobolev2001-07-301-2/+2
* Unbroke when /usr/ports is symlink.Maxim Sobolev2001-07-301-2/+2
* Fix problems in previous commit:Maxim Sobolev2001-05-171-5/+5
* - Add an option to disable interactive confirmation;Maxim Sobolev2001-05-171-1/+18
* Stopgap bugfix to avoid the case where a user invokes -t and ends up withWill Andrews2001-05-011-3/+4
* Be more specific in trying to exclude man pages - look for 'man/man',Neil Blakey-Milner2001-04-021-1/+1
* Steal the 'hmake' variable building from mkpinstall. This wasn'tNeil Blakey-Milner2001-04-021-4/+6
* Add patchtool - a tool to automate generation/updating of patchfiles. ThisMaxim Sobolev2001-03-192-0/+775
* Look into arch-specific distinfo's as well.Maxim Sobolev2001-03-191-2/+2
* Make plist work again with new-found use of line continuation inBrian Feldman2001-03-131-9/+16
* Do not hardcode /tmp as a temp directory base, try $TMPDIR, $TMP andPeter Pentchev2001-02-222-4/+41
* Some minor additions so that we act a bit more like NetBSD's url2pkg; weNeil Blakey-Milner2001-02-021-1/+7
* Fix off-by-one error that was causing an infinite loop in some veryWill Andrews2001-01-171-1/+1
* Use the -p option with diff. Add a FreeBSD tag. Don't try toTrevor Johnson2001-01-131-24/+7
* Fix two bugs: pass $passenv to make *always*; remember that the initialWill Andrews2001-01-071-3/+3
* Make plist (the Ruby script) a tad more useful: build in mtree supportBrian Feldman2001-01-071-26/+54
* As a quick fix, use /tmp instead of the currently hardcoded /usr/tmp.Neil Blakey-Milner2001-01-032-2/+2
* Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall.Neil Blakey-Milner2001-01-032-0/+136
* Fix breakage when someone uses -t option: pass DISTDIR environment variableWill Andrews2001-01-021-7/+9
* Several changes. First, depend on another environment variable ratherWill Andrews2001-01-011-12/+14
* Here's my holiday present to the ports team: new -l option allows you toWill Andrews2000-12-311-19/+95
* Add new option: -c file : Pass a file containing the log message for theWill Andrews2000-12-301-3/+23
* Add -g option to disable committing to CVSROOT/modules, useful if someoneWill Andrews2000-12-191-2/+5
* Functional modification: Make -n only apply to cvs commit, NOT *all*Will Andrews2000-12-091-3/+3
* Add standard 2-clause BSD license to protect my (and mharo's) copyright.Will Andrews2000-11-041-0/+24
* s|pkg/PLIST|pkg-plist|gMaxim Sobolev2000-10-211-3/+3
* Add update-patches, a script to generate updated versions of theTrevor Johnson2000-10-192-1/+139
* Add plist, a script to automate the generation of a pkg-plist.Brian Feldman2000-10-172-0/+65
* Overhaul addport again. Should be quite functional now.Will Andrews2000-10-141-22/+70
* Add the first efforts on my mkptools, the successor to makeport.pl.Neil Blakey-Milner2000-10-144-0/+613
* Since people don't seem to appreciate the fact that addport can doWill Andrews2000-10-111-26/+0
* Ajust for a new world order (md5 --> distinfo).Maxim Sobolev2000-10-091-3/+3
* Use -t flag with portlint.Will Andrews2000-10-041-1/+1
* Fix bogon where replies were not chomp()'d.Will Andrews2000-10-011-0/+1
* New script (and it's README) for searching the ports tree. Add this scriptMark Ovens2000-08-283-0/+349
* Make -n work again. Add new option -s to allow people to specify aWill Andrews2000-08-191-11/+30
* Properly check -d argument, and return usage() if it's not there. Also useWill Andrews2000-08-121-6/+9
* Minor cleanups. Print usage() if no arguments are passed. Get rid ofWill Andrews2000-08-111-19/+10
* Major update to addport. Many *MANY* bugfixes. Addport should now workWill Andrews2000-08-101-160/+211
* Fix special case where people use ``.'' for the argument to -d. I'm notWill Andrews2000-08-061-1/+6
* Add missed '>' to my e-mail.Maxim Sobolev2000-08-023-4/+4
* Add gnomedepends.py to our collection of helpfull scripts.Maxim Sobolev2000-08-022-1/+164
* Various fixes and improvements.Maxim Sobolev2000-07-191-5/+5
* Add hack for gzipped files that are not .tar.gz files and uncompressAlexander Langer2000-07-191-2/+3
* Add "-s" (silent) option useful for shell scripts.Maxim Sobolev2000-07-101-18/+41
* Add checknewver.sh - a shell script which checks for availability of newestMaxim Sobolev2000-07-071-0/+85
* Add checknewvers.sh - a script which checks for availability of the newestMaxim Sobolev2000-07-071-0/+2
* Allow existing CVS_RSH environment var to take precedent.Maxim Sobolev2000-07-041-1/+8
* Allow existing CVS_RSH environment var to take precedent.Will Andrews2000-07-041-2/+4
* Fix addport so that it will work on freefall. Remove old cruft leftWill Andrews2000-07-011-13/+28
* Add close-pr - a slightly hacked version of edit-pr(1) to quickly close PR.Maxim Sobolev2000-06-272-0/+364
* Add extract-lines for .Z archives.Alexander Langer2000-06-101-1/+7
* Add a traling slash ("/") to the /usr/ports/ and /usr/ports/distfiles/ to makeMaxim Sobolev2000-06-061-3/+3
* Add tag and MAINTAINER.Maxim Sobolev2000-06-051-4/+4
* Add distclean.sh - a little script to check set of distfiles against currentlyMaxim Sobolev2000-06-052-5/+71
* Update for multiple ports. Also add MAINTAINER/Created [on,by] lines.Will Andrews2000-05-241-41/+57
* Add checksum.sh script that checks a port or ports for broken distfiles andWill Andrews2000-05-222-0/+66
* Make getpr work for remote committers as well.Maxim Sobolev2000-05-191-2/+7
* Readme describing all the scripts in this directory. Somebody good atMichael Haro2000-05-021-0/+47
* 3 little scripts I use when dealing with port update PRs.Michael Haro2000-05-023-0/+147
* Future replacement to easy-import for adding ports to the tree.Michael Haro2000-05-021-0/+243
* A tool to check whether all your ports are installed properly, what filesMichael Haro2000-05-021-0/+143