/databases/clip/

nome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* - 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-01