summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add domakedescribe and doportlint, two scripts that iterate over the portsmarcus2004-01-192-0/+39
| | | | | | | | tree, and run "make describe" and portlint respectively. They can be useful as automated linting tools. PR: 59226 Submitted by: linimon
* Add security-check.awk, a more efficient implementation of the portsmarcus2004-01-191-0/+100
| | | | | | | | system's security checking algorithm. This will be used in the upcoming changes to bsd.*.mk. PR: 55331 Submitted by: Eugene M. Kim <ab@astralblue.com>
* When suggesting to add new port's submitter to Contributors' List,demon2004-01-071-1/+2
| | | | | | | | also print the exact location of the file to checkout. This is for those who rarely adds new ports and do not remember the location of Additional FreeBSD Contributors article. Approved by: will
* Refactor how we format the autofill message. With the slightly questionablepetef2004-01-061-34/+15
| | | | | | | | Perl before, sometimes we would word wrap too soon. Now we should never generate a line more than 72 characters long (but as close to 72 characters long as we can without breaking up a word). Approved by: will (maintainer)
* There is nothing "future" about 'addport'.obrien2004-01-021-1/+1
|
* Use 'make master-sites-all' instead of 'make -V MASTER_SITES' to obtain the listdemon2003-12-171-1/+1
| | | | | | | | of master sites. Before that %SUBDIR% was not expanded and the resulting URL was malformed. L-o-o-o-ng maintainer timeout waiting for review of a slightly different solution.
* 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
| | | | Approved by: will
* When using addport on freefall, there's no need to ssh freefall once more tomat2003-09-021-1/+5
| | | | | | use modulesupdate. Approved by: will
* Previous delta was:sobomax2003-04-181-1/+1
| | | | Submitted by: ru
* 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
| | | | | | (doesn't use WRKDIRPREFIX). Submitted by: ru
* This tool parses the output of kdump to generate a list of addededwin2003-04-041-0/+199
| | | | | | | | | | | | | and removed files. This can be used as the basis of a pkg-plist, or even just for curiosity about what files something is touching. Fairly raw at the moment, and doubtless inefficient, but it should make a useful tool for port creators. PR: ports/47424 Submitter: Daniel O'Connor <doconnor@gsoft.com.au>
* Sort the non-dirrm entries, and reverse sort the dirrm entries.marcus2003-03-281-1/+5
| | | | Reviewed by: green
* Make modulesupdate actually work in light of split. You can't use awill2003-03-021-1/+1
| | | | CVSROOT that's readonly.
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root ispeter2003-02-282-5/+5
| | | | pcvs.freebsd.org:/home/pcvs
* Another try at fixing the "adding to CVSROOT/modules from remotelioux2003-02-231-1/+1
| | | | | | | | | hosts (non-freefall)" bug: add '-A' argument to ssh(1) command line for accessing host cointaining modules file. This should fix the bug for ssh-agent(1) users. Others can just switch to using ssh-agent(1). Approved by: will (maintainer)
* Handle '#' and '$' in pkg-comment properly.knu2003-02-211-2/+3
|
* - pkg-comment is no longer mandatory;sobomax2003-02-211-1/+5
| | | | - ignore patchfiles ending with `,v' or '.orig'.
* 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
| | | | Approved by: will
* Catch up to new semantics of COMMENT variable (contains comment stringkris2003-02-102-5/+2
| | | | itself, instead of pointing to pkg-comment)
* Attempt to defuse problems from developers who don't have the correctwill2003-01-301-0/+2
| | | | ssh setup in order for addport to do CVSROOT/modules correctly.
* Add both hungarian and portuguese l10n prefixes to syncronize withlioux2003-01-231-0/+2
| | | | | | portlint port Approved by: maintainer
* 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
| | | | | | | | | | | | from recursive dependency builds a la: make DEPENDS_TARGET='install package clean' all install package clean The pkg-list script obtains a list of the packages in the dependency directories; the pkg-stash script moves them away to a predefined directory, adding a timestamp to the package file name. This is convenient for keeping ready-built packages for system rescue activities.
* 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
| | | | | | | This fixes addport for me on -stable (cvs was erroring out), and also fixes addport when you have the EDITOR environment variable set. Approved by: will
* I never thought I'd change this code, but a change was required to makewill2002-10-141-0/+107
| | | | | sure cvs -R is enforced for freefall !=n cvs. And it's a Bad Thing(TM) that a piece of code addport depended on wasn't in the CVS tree anyway.
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. Thiswill2002-10-141-13/+14
| | | | | | | actually simplifies some of the code and makes other parts more complicated. Tested by: www/mod_filter && (after bugfixes) sysutils/sjog Noticed by: ijliao (by way of peter)
* 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
| | | | | | split. Approved by: portmgr (will), re
* Correct usage example.sobomax2002-07-161-1/+2
|
* Add l10n prefix to default module name.perky2002-07-071-2/+14
| | | | Approved by: will
* Use correct variable for symlinking src scripts.will2002-06-011-1/+1
|
* Support PATCH_WRKSRC. Seetrevor2002-05-251-3/+3
| | | | | | | http://people.freebsd.org/~trevor/ports/update-patches-1.411.diff for the accompanying patch to bsd.port.mk. PR: 24292
* 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
| | | | generate the correct environment in which to do them.
* 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
| | | | - unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink.
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.sobomax2002-05-071-5/+15
| | | | Submitted by: Stijn Hoop <stijn@win.tue.nl>
* * Change path directory separator character back to _. The problem is "::"obrien2002-04-181-1/+3
| | | | | | | | is it makes patch names longer, and many shells autoexpand it to "\:\:" which makes them even longer. * Note that this file uses ts=4. Approved by: sobomax
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.sobomax2002-04-171-1/+1
|
OpenPOWER on IntegriCloud