aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/addport
Commit message (Expand)AuthorAgeFilesLines
* Add option (-y) to check for similarly named ports.Chris Rees2011-08-291-1/+35
* - Back out category check for nowSteve Wills2011-08-161-6/+0
* - Remove obfuscation of submitter email at request of dougbSteve Wills2011-08-151-1/+6
* Change shebang to #!/usr/bin/env perl, as required by bapt@Renato Botelho2011-07-271-1/+1
* - Unbreak the -n flag;Romain Tartière2010-06-061-6/+5
* - allow addport to work in ports-mgnt againDirk Meyer2010-03-251-1/+1
* Make sure we don't add ${WRKDIR}.Maxim Sobolev2008-10-211-4/+4
* CVSROOT/modules no longer contains an entry per port, remove supportErwin Lansing2008-06-191-34/+4
* Fix a problem when add new ports on ports-mgmt category. ports-mgmt/MakefileRenato Botelho2007-12-191-6/+13
* Fix addport to work correctly with ports-mgmt category.Renato Botelho2007-04-201-1/+1
* Add an option to the addport script: -b requests that any files inShaun Amott2006-07-141-3/+22
* When automatic commit log is generated, change @ to " at " on submitter emailRenato Botelho2006-07-041-0/+1
* - Change addport script to do the job locally instead connect to freefall everyRenato Botelho2006-05-161-5/+18
* - Add a new option -L, it works like -l but uses pkg-descr to createRenato Botelho2005-10-041-17/+30
* Add prototypes for all the subroutines which fixes compilation withJoe Marcus Clarke2005-07-101-9/+20
* As discussed on the cvs-ports-list, make 'addport' print a warning if the dir...Volker Stolz2005-04-121-0/+1
* Checkout Templates from CVS as well since ports with GNU_CONFIGURE willVolker Stolz2005-03-201-0/+2
* Remove traling spaces.Kirill Ponomarev2005-01-091-1/+1
* Newline should go after the terminating punctuation (fix typo).Dima Dorfman2004-11-071-1/+1
* While generating commit message, don't lowercase the first letter if the secondMathieu Arnold2004-04-041-2/+2
* Fix a bug arising when you added a port which should have been at the end ofMathieu Arnold2004-03-201-3/+10
* - Fix synopsisAlex Dupre2004-01-231-2/+2
* When suggesting to add new port's submitter to Contributors' List,Dmitry Sivachenko2004-01-071-1/+2
* Refactor how we format the autofill message. With the slightly questionablePete Fritchman2004-01-061-34/+15
* fetch(1)'s -b and -t options were deprecated years ago, so stop using them.Dag-Erling Smørgrav2003-11-121-1/+1
* Fix -l option comment removing obsolete pkg-comment reference.Alexander Nedotsukov2003-09-291-2/+2
* When using addport on freefall, there's no need to ssh freefall once more toMathieu Arnold2003-09-021-1/+5
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root isPeter Wemm2003-02-281-4/+4
* Another try at fixing the "adding to CVSROOT/modules from remoteMario Sergio Fujikawa Ferreira2003-02-231-1/+1
* 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-101-4/+1
* Attempt to defuse problems from developers who don't have the correctWill Andrews2003-01-301-0/+2
* Add both hungarian and portuguese l10n prefixes to syncronize withMario Sergio Fujikawa Ferreira2003-01-231-0/+2
* 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
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. ThisWill Andrews2002-10-141-13/+14
* Add l10n prefix to default module name.Hye-Shik Chang2002-07-071-2/+14
* Support tools that don't have u@h syntax but h -l u.Will Andrews2002-01-301-1/+1
* Stopgap bugfix to avoid the case where a user invokes -t and ends up withWill Andrews2001-05-011-3/+4
* Fix off-by-one error that was causing an infinite loop in some veryWill Andrews2001-01-161-1/+1
* Fix two bugs: pass $passenv to make *always*; remember that the initialWill Andrews2001-01-071-3/+3
* Fix breakage when someone uses -t option: pass DISTDIR environment variableWill Andrews2001-01-011-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-081-3/+3
* Add standard 2-clause BSD license to protect my (and mharo's) copyright.Will Andrews2000-11-041-0/+24
* Overhaul addport again. Should be quite functional now.Will Andrews2000-10-141-22/+70
* Since people don't seem to appreciate the fact that addport can doWill Andrews2000-10-111-26/+0