aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Remove dialogwrapper now that dialog4ports existsEitan Adler2013-07-082-146/+0
* Re-add dialog4ports.sh helper. This is critical for dialog4ports usage.Bryan Drewery2013-07-071-0/+48
* Remove dialogwrapper now that dialog4ports existsEitan Adler2013-07-072-50/+0
* Remove the last remnants of PKGINSTALLVER. It hasn't been used sinceTijl Coosemans2013-06-181-1/+1
* Require versions of perl supporting smartmatch operator (~~)Chris Rees2013-05-301-0/+3
* Fix -c optionChris Rees2013-05-131-1/+2
* Use MAINTAINER line for Submitted by: if Created by: does not exist.Chris Rees2013-05-131-2/+4
* - Use literal instead of constructor to avoid CALL_FUNCTION bytecode instructionSofian Brabez2013-05-102-14/+16
* Normalize FreeBSD.org address during conversion.Emanuel Haupt2013-05-071-0/+4
* - Remove Tools/scripts/modules, they're not used anymoreAlex Kozlov2013-04-264-359/+0
* Add pgollucci's FreeBSD.org address also to the list of nice people.Emanuel Haupt2013-04-251-0/+1
* Provide an option to not preserve the original file.Emanuel Haupt2013-04-251-3/+3
* Use case insensitive "nice people" matchingEmanuel Haupt2013-04-251-1/+1
* - Rework 'nice people' handlingEmanuel Haupt2013-04-251-16/+64
* - Update to 0.1.3 which only brings a -v option to allowBryan Drewery2013-03-281-1/+10
* Replace linebreak with space instead of comma in addressErwin Lansing2013-03-271-1/+1
* Revert to sending both stdout and stderr to the OPTIONSFILE for nowBryan Drewery2013-03-251-1/+1
* - Update to 0.1.2Bryan Drewery2013-03-251-1/+1
* - Fix dialog4ports missing when PREFIX!=LOCALBASEBryan Drewery2013-03-211-1/+3
* - Remove prompt for dialog4ports. Dialog4Ports is aBryan Drewery2013-03-211-0/+37
* Make check_deps behave the same as check_PRs:Baptiste Daroussin2013-03-101-25/+21
* Remove support for FreeBSD 7.xErwin Lansing2013-03-071-6/+2
* Don't hardcode makeChris Rees2013-03-041-1/+1
* Apparently some people override PKGCATEGORY, soChris Rees2013-03-041-3/+2
* Add myself to the list of people who don't need a Created by: line.Brooks Davis2013-03-011-1/+1
* Loosen regex to match additional emailsEitan Adler2013-02-161-1/+1
* - I hereby declare myself a "nice" personThomas Abthorpe2013-02-161-1/+1
* Various spelling correctionsChris Rees2013-02-091-5/+5
* Add some checks for Subversion; minimum version required is 1.7, or addingChris Rees2013-02-031-0/+11
* Add azEitan Adler2012-12-171-1/+1
* Make the regex stricter to avoid false positive matchesEitan Adler2012-12-171-1/+1
* Covert gnomedepends.py from Python 2 to Python 3.Eitan Adler2012-12-161-5/+5
* Add both of pgollucci's email addressesEitan Adler2012-12-161-1/+1
* I and Philip are Nice PeopleChris Rees2012-12-161-1/+1
* Teach the conversion script about all the nice people that offered to reduce ...Eitan Adler2012-12-161-1/+5
* Teach convert-makefile-header about the mcom header line.Eitan Adler2012-12-151-0/+13
* prdone and prpatch were removed in r297358Bryan Drewery2012-12-122-11/+2
* Strip svn:executable just in case it's been setChris Rees2012-12-101-0/+4
* Document tool which converts from old style header to new styleEitan Adler2012-11-291-0/+1
* - Fix runtime utf-8 problems using codec encoder and system localeSofian Brabez2012-11-061-3/+6
* Use the 'Created by:' header option per default rather than the RCS onlyEmanuel Haupt2012-10-301-5/+6
* Add convert-makefile-header.pl, a perl script that converts old style MakefileEmanuel Haupt2012-10-291-0/+111
* Freefall doesn't have LWP::Simple, so use /usr/bin/fetch to reduce dependenciesChris Rees2012-10-291-3/+2
* - Fix reference to the Additional Contributors' list due to renamingGuido Falsi2012-10-261-1/+1
* Silence svn update commands.Erwin Lansing2012-10-211-4/+4
* - Sync with the versions currently running on pointyhatBeat Gaetzi2012-10-202-105/+42
* Sync with the version that's currently running on pointyhat:Erwin Lansing2012-10-191-2/+5
* Add MOVEDLint checks for some of the other formatting problemsEitan Adler2012-10-161-0/+7
* Clean-up command-line options.Alex Dupre2012-10-091-7/+3
* Make the removal diff nicer to read by not showing the line-by-line removal a...Eitan Adler2012-09-241-1/+1
* - prefix saved files (PR/patches) with PR_$numOlli Hauer2012-09-241-6/+9
* bsd.port.mk handles getting the primary category for usChris Rees2012-09-211-5/+4
* - Fix bytes problem returned by urlopen when using Python 3.xSofian Brabez2012-09-181-4/+4
* Accepts the new svn_revision tag in the removed ports xml database.Chris Rees2012-09-161-5/+11
* - Set fbsd:nokeywords property value to the one recommended by the PortsBeat Gaetzi2012-09-101-1/+1
* - Support Python 3.xSofian Brabez2012-09-061-1/+4
* By request, move dialogwrapper to the main folder and fix the readme.Eitan Adler2012-09-013-8/+2
* Now that the headers have been removed, we no longer get the Whom line fromChris Rees2012-09-011-3/+3
* Add $FreeBSD$ linesEitan Adler2012-09-012-0/+4
* By request, add dialog wrapper used to give the ports options dialogEitan Adler2012-09-012-0/+150
* - Fix documentationSofian Brabez2012-08-303-27/+27
* Fix the -y option to test for possible duplicate ports; use INDEX instead ofChris Rees2012-08-251-6/+7
* Use "exec" when executing SVN with user-provided arguments,Matthias Andree2012-08-251-2/+2
* - Add getpatch script to download patch attachments on bug tracking systemsSofian Brabez2012-08-233-0/+275
* - Look for older versions of ports to copy over before committing.Chris Rees2012-08-211-13/+75
* Changes over original script:Matthias Andree2012-08-211-49/+94
* Don't replace - with _ in category variable.Chris Rees2012-08-101-3/+2
* - Remove duplicate execution of svn info [1]Beat Gaetzi2012-07-191-4/+13
* Support svn tooEitan Adler2012-07-161-1/+1
* Remove support for CVS from MOVEDLintEitan Adler2012-07-161-3/+1
* - Add a svn wrapper which does sanity checking and handles svn propertiesBeat Gaetzi2012-07-161-0/+136
* - Update addport and rmport to work with SubversionBeat Gaetzi2012-07-162-74/+56
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-251-1/+1
* Support conversion of make.conf-style files.Chris Rees2012-06-091-21/+91
* Add script to convert old-style OPTIONS database files to new format.Chris Rees2012-06-041-0/+30
* - Modify Additional Contributors path to match svnChris Rees2012-05-311-2/+3
* - Restore getpr, i still use it and i believe few other committers as wellMartin Wilke2012-05-291-0/+93
* Remove obsolete PR handling scripts. These had hardcoded /home/ncvsChris Rees2012-05-253-159/+0
* Take maintainership-- thanks to vd for his past work on this scriptChris Rees2012-05-031-6/+11
* Spell plural LATEST_LINKs with a lowercase s to avoid confusionErwin Lansing2012-04-081-1/+1
* Document MOVEDlint in READMEEitan Adler2012-02-171-0/+1
* - fix interpreter path for pythonPhilip M. Gollucci2012-02-124-4/+4
* If you have not yet run this script, I feel sorry for you.Eitan Adler2012-01-161-156/+0
* Better wording to clarify the previous two commits.Wesley Shields2011-12-281-1/+2
* Revert part of the previous commit, and make things a little more clear withWesley Shields2011-12-281-1/+1
* - Remove some old duplicate words. They were getting in way of finding newer ...Eitan Adler2011-12-273-3/+3
* - Fixed missing end-quote in sed commandGreg Larkin2011-12-101-3/+3
* INDEX-6 -> INDEX-8Doug Barton2011-09-281-1/+1
* Add support from FreeBSD 10.xErwin Lansing2011-09-271-2/+6
* Add option (-y) to check for similarly named ports.Chris Rees2011-08-291-1/+35
* - Use optparse instead of old deprecated method.Stanislav Sedov2011-08-231-14/+10
* - Fix options processing (optparse puts options into hash indexed by strings,Stanislav Sedov2011-08-231-3/+3
* - Make it work with ruby 1.9.Stanislav Sedov2011-08-231-6/+17
* - Back out category check for nowSteve Wills2011-08-161-6/+0
* - Remove obfuscation of submitter email at request of dougbSteve Wills2011-08-161-1/+6
* Change shebang to #!/usr/bin/env perl, as required by bapt@Renato Botelho2011-07-281-1/+1
* Remove duplicate words in comment.Erwin Lansing2011-05-021-1/+1
* Drop support for FreeBSD 6.x.Erwin Lansing2010-12-141-7/+2
* - Switch to SHA256 checksumsPav Lucistnik2010-11-181-11/+11
* - s/make/may/Philip M. Gollucci2010-09-241-1/+1
* -use a tab not a spacePhilip M. Gollucci2010-09-231-1/+1
* /8/9/ as the defaultPhilip M. Gollucci2010-09-231-1/+1
* blanket approvalPhilip M. Gollucci2010-09-231-0/+1
* check for repocopy snafusPhilip M. Gollucci2010-09-141-0/+43
* - Unbreak the -n flag;Romain Tartière2010-06-061-6/+5
* - allow addport to work in ports-mgnt againDirk Meyer2010-03-251-1/+1
* - Add a script to check unneeded dependencies for perl modules.Jun Kuriyama2010-01-292-0/+107
* Correct depreciation warning with Python 2.6 and fix several warningsMaxim Sobolev2009-11-211-19/+19
* - Fixed "permission denied" errorGreg Larkin2009-10-061-2/+2
* Correctly bump PORTREVISION?= instead of always resetting to 1 in this case.Gerald Pfeifer2009-09-151-1/+1
* Add support for INDEX-9Erwin Lansing2009-08-231-3/+8
* Explicitly override LOCALBASE to make sure we don't getErwin Lansing2009-07-142-0/+2
* Force cleaning of the environment from customized local settings.Erwin Lansing2009-06-061-0/+5
* Use zfs snapshots that are periodically updated on pointyhat for theErwin Lansing2009-05-281-27/+78
* note mark_safe.plPhilip M. Gollucci2009-05-171-0/+1
* o don't set anything in ports with NO_BUILDPhilip M. Gollucci2009-05-171-3/+3
* Do not mark rubygem ports, its a NO-OPPhilip M. Gollucci2009-05-161-0/+2
* Make previous commit work for both context and unified input patches.Ion-Mihai Tetcu2009-05-111-1/+1
* When naming the split patch files, replace the original path '/' with '__'Ion-Mihai Tetcu2009-05-111-1/+1
* - fix --port supportPhilip M. Gollucci2009-04-301-1/+3
* - Start some docsPhilip M. Gollucci2009-04-301-11/+93
* Script to set MAKE_JOBS_(UN)SAFE= yes for a MAINTAINERs ports.Philip M. Gollucci2009-04-221-0/+191
* Use diff -p both when first creating and when updating a patch.Christian Weisgerber2009-02-161-1/+1
* Factor out the code that performs the PORTREVISION bump for one port.Gerald Pfeifer2009-01-081-42/+47
* Reduce per branch code duplicationErwin Lansing2008-12-281-41/+16
* Make sure we don't add ${WRKDIR}.Maxim Sobolev2008-10-221-4/+4
* Have a different approach on how to check if the modules file has changed.Edwin Groothuis2008-07-141-9/+7
* Keep the sources of the CVSROOT-ports/modules update script safelyEdwin Groothuis2008-07-094-0/+361
* [PATCH] Tools/scripts: Some cleanups, additions to bump_version.plEdwin Groothuis2008-07-061-28/+33
* CVSROOT/modules no longer contains an entry per port, remove supportErwin Lansing2008-06-204-300/+9
* Add support for "PORTREVISION?=" and "PORTEPOCH"Edwin Groothuis2008-06-061-52/+62
* Remove support for FreeBSD 5.xErwin Lansing2008-06-011-21/+1
* Add a tiny sh hack - ardiff - compares two archives.Andrew Pantyukhin2008-05-072-0/+98
* Fix a problem when add new ports on ports-mgmt category. ports-mgmt/MakefileRenato Botelho2007-12-201-6/+13
* - Add support for FreeBSD 8.0Erwin Lansing2007-10-261-4/+25
* s/query-pr.real/query-pr/ to fix getpr after freefall migrationRenato Botelho2007-10-161-1/+1
* Replace two further instances of /var/db/pkg by $PKG_DBDIR.Gerald Pfeifer2007-09-171-2/+2
* Use PKG_DBDIR instead of hard-coding /var/db/pkg/. Do not silently revertGerald Pfeifer2007-09-091-3/+15
* explicit_lib_depends.sh:Alexander Leidinger2007-09-053-14/+120
* One more sanity check, else /+CONTENS will be searched.Alexander Leidinger2007-08-311-0/+5
* USE_FREETYPE is for v1, not for v2. Use a perfect match in the case statement.Alexander Leidinger2007-08-311-4/+5
* Do not list libs which come with the port itself.Alexander Leidinger2007-08-261-2/+5
* Add explicit_lib_depends.sh.Alexander Leidinger2007-08-261-0/+2
* - Add USE_FREETYPE.Alexander Leidinger2007-08-261-1/+5
* We should also look into sbin/ (not only bin/ and lib/).Alexander Leidinger2007-08-241-1/+1
* explicit_lib_depends.sh shows you the current explicit dependency list ofAlexander Leidinger2007-08-241-0/+115
* Teach about USE_ICONV, USE_GETTEXT, USE_GNOME and USE_XORG.Alexander Leidinger2007-08-241-1/+38
* Add 2 scripts which help in port maintenance to list all direct libraryAlexander Leidinger2007-08-123-0/+170
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-40/+10
* ARCH may be set in the environment for cross building, so onlyErwin Lansing2007-06-121-2/+4
* Set default architecture to i386.Erwin Lansing2007-06-121-0/+3
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-0/+156
* Fix addport to work correctly with ports-mgmt category.Renato Botelho2007-04-201-1/+1
* Use echo instead of printf because external commands cannot be executedVasil Dimov2007-03-291-3/+3
* * 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-051-0/+1
* MFP4:Erwin Lansing2006-06-231-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-251-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-231-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-051-17/+30
* Remove some hardcoded values to hopefully stop random users from shootingKris Kennaway2005-09-091-12/+27
* - Handle different INDEX filename on 5.X and abovePav Lucistnik2005-09-051-2/+5
* Add prototypes for all the subroutines which fixes compilation withJoe Marcus Clarke2005-07-111-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-121-2/+2
* Checkout Templates from CVS as well since ports with GNU_CONFIGURE willVolker Stolz2005-03-211-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
* Modernize these two scripts a little bit to make it easier to dealMurray Stokely2004-06-092-6/+16
* Hack in master/slave supportOliver Eikemeier2004-06-051-27/+69
* parse $FreeBSD$ with yyyy-mm-dd format datesOliver Eikemeier2004-05-311-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-221-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-181-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-152-14/+19
* add support for ignoring local ports / categories:Oliver Eikemeier2004-05-151-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-051-2/+2
* added an -q option to enable usage in crontab.Oliver Eikemeier2004-03-291-2/+27
* Fix a bug arising when you added a port which should have been at the end ofMathieu Arnold2004-03-211-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-161-1/+2
* This script had served its purpose.Akinori MUSHA2004-03-141-146/+0
* Add note about FETCH_BEFORE_ARGS=-s.Trevor Johnson2004-03-131-0/+4
* script for finding "size mismatch" and "size unknown" errorsTrevor Johnson2004-03-131-0/+58
* 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-281-14/+36
* - Fix synopsisAlex Dupre2004-01-231-2/+2
* Add domakedescribe and doportlint, two scripts that iterate over the portsJoe Marcus Clarke2004-01-202-0/+39
* Add security-check.awk, a more efficient implementation of the portsJoe Marcus Clarke2004-01-201-0/+100
* When suggesting to add new port's submitter to Contributors' List,Dmitry Sivachenko2004-01-081-1/+2
* Refactor how we format the autofill message. With the slightly questionablePete Fritchman2004-01-061-34/+15
* There is nothing "future" about 'addport'.David E. O'Brien2004-01-031-1/+1
* Use 'make master-sites-all' instead of 'make -V MASTER_SITES' to obtain the listDmitry Sivachenko2003-12-171-1/+1
* 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
* 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