summaryrefslogtreecommitdiff
path: root/Tools/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix -l option comment removing obsolete pkg-comment reference.Alexander Nedotsukov2003-09-291-2/+2
| | | | | | | Approved by: will Notes: svn path=/head/; revision=89738
* When using addport on freefall, there's no need to ssh freefall once more toMathieu Arnold2003-09-021-1/+5
| | | | | | | | | use modulesupdate. Approved by: will Notes: svn path=/head/; revision=88364
* Previous delta was:Maxim Sobolev2003-04-181-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=79232
* Clean up empty dirs.Maxim Sobolev2003-04-181-2/+2
| | | | Notes: svn path=/head/; revision=79231
* Speed-up a bit when user keeps his working directories in the ports treeMaxim Sobolev2003-04-081-2/+5
| | | | | | | | | (doesn't use WRKDIRPREFIX). Submitted by: ru Notes: svn path=/head/; revision=78597
* This tool parses the output of kdump to generate a list of addedEdwin Groothuis2003-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> Notes: svn path=/head/; revision=78167
* Sort the non-dirrm entries, and reverse sort the dirrm entries.Joe Marcus Clarke2003-03-281-1/+5
| | | | | | | Reviewed by: green Notes: svn path=/head/; revision=77579
* Make modulesupdate actually work in light of split. You can't use aWill Andrews2003-03-021-1/+1
| | | | | | | CVSROOT that's readonly. Notes: svn path=/head/; revision=76742
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root isPeter Wemm2003-02-282-5/+5
| | | | | | | pcvs.freebsd.org:/home/pcvs Notes: svn path=/head/; revision=76668
* Another try at fixing the "adding to CVSROOT/modules from remoteMario Sergio Fujikawa Ferreira2003-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) Notes: svn path=/head/; revision=76315
* Handle '#' and '$' in pkg-comment properly.Akinori MUSHA2003-02-211-2/+3
| | | | Notes: svn path=/head/; revision=76040
* - pkg-comment is no longer mandatory;Maxim Sobolev2003-02-211-1/+5
| | | | | | | - ignore patchfiles ending with `,v' or '.orig'. Notes: svn path=/head/; revision=75996
* Add de-pkg-comment.Akinori MUSHA2003-02-181-0/+2
| | | | Notes: svn path=/head/; revision=75804
* Add de-pkg-comment, a ruby script to convert pkg-comment to COMMENT.Akinori MUSHA2003-02-181-0/+145
| | | | Notes: svn path=/head/; revision=75803
* Change how to get CATEGORIES tag from new port for slave port.Norikatsu Shigemura2003-02-161-2/+2
| | | | | | | Approved by: will Notes: svn path=/head/; revision=75655
* Catch up to new semantics of COMMENT variable (contains comment stringKris Kennaway2003-02-102-5/+2
| | | | | | | itself, instead of pointing to pkg-comment) Notes: svn path=/head/; revision=75230
* Attempt to defuse problems from developers who don't have the correctWill Andrews2003-01-301-0/+2
| | | | | | | ssh setup in order for addport to do CVSROOT/modules correctly. Notes: svn path=/head/; revision=74293
* Add both hungarian and portuguese l10n prefixes to syncronize withMario Sergio Fujikawa Ferreira2003-01-231-0/+2
| | | | | | | | | portlint port Approved by: maintainer Notes: svn path=/head/; revision=73839
* Update this script to deal with .tbz packages.Murray Stokely2003-01-201-9/+10
| | | | Notes: svn path=/head/; revision=73615
* Add two utilties for listing and stashing away package files obtainedPeter Pentchev2003-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. Notes: svn path=/head/; revision=72748
* unbroke addport by petefAlan Eldridge2002-11-191-1/+2
| | | | Notes: svn path=/head/; revision=70490
* Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...".Pete Fritchman2002-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 Notes: svn path=/head/; revision=70035
* I never thought I'd change this code, but a change was required to makeWill Andrews2002-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. Notes: svn path=/head/; revision=68022
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. ThisWill Andrews2002-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) Notes: svn path=/head/; revision=68021
* Add 650MB for the 4th CD since it's all just packages.Will Andrews2002-10-081-1/+1
| | | | Notes: svn path=/head/; revision=67588
* Increase the available space for packages on disc #1 of the packageMurray Stokely2002-10-081-1/+1
| | | | | | | | | split. Approved by: portmgr (will), re Notes: svn path=/head/; revision=67587
* Correct usage example.Maxim Sobolev2002-07-161-1/+2
| | | | Notes: svn path=/head/; revision=63075
* Add l10n prefix to default module name.Hye-Shik Chang2002-07-071-2/+14
| | | | | | | Approved by: will Notes: svn path=/head/; revision=62540
* Use correct variable for symlinking src scripts.Will Andrews2002-06-011-1/+1
| | | | Notes: svn path=/head/; revision=60443
* Support PATCH_WRKSRC. SeeTrevor Johnson2002-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 Notes: svn path=/head/; revision=59983
* Track setup.sh usage.Will Andrews2002-05-202-2/+7
| | | | Notes: svn path=/head/; revision=59522
* Use the right variable name.Will Andrews2002-05-201-1/+1
| | | | Notes: svn path=/head/; revision=59517
* Use a RE to find the X dependency instead of hardcoding.Will Andrews2002-05-201-2/+2
| | | | Notes: svn path=/head/; revision=59516
* Streamline instructions a little more.Will Andrews2002-05-201-4/+12
| | | | Notes: svn path=/head/; revision=59515
* Add this makefile to help people who are performing package splits toWill Andrews2002-05-201-0/+48
| | | | | | | generate the correct environment in which to do them. Notes: svn path=/head/; revision=59514
* Add CD configs for use by these scripts.Will Andrews2002-05-201-0/+16
| | | | Notes: svn path=/head/; revision=59513
* More useful exit if dir not passed.Will Andrews2002-05-161-0/+4
| | | | Notes: svn path=/head/; revision=59223
* Accept dir as argument instead of hardcoding.Will Andrews2002-05-161-1/+5
| | | | Notes: svn path=/head/; revision=59222
* Fix breakage introduced in the previous commit.Maxim Sobolev2002-05-101-6/+3
| | | | Notes: svn path=/head/; revision=58865
* - Make ${DISTDIR} auto-detection actually working;Maxim Sobolev2002-05-101-2/+5
| | | | | | | - unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink. Notes: svn path=/head/; revision=58853
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.Maxim Sobolev2002-05-071-5/+15
| | | | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=58658
* * Change path directory separator character back to _. The problem is "::"David E. O'Brien2002-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 Notes: svn path=/head/; revision=57860
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57795
* Recognise EXTRA_PATCHES.Maxim Sobolev2002-04-151-0/+6
| | | | Notes: svn path=/head/; revision=57733
* Set the $scripts directory to the same as $dir to make these more usefulSteve Price2002-03-272-2/+2
| | | | | | | in their "as committed" layout. Notes: svn path=/head/; revision=56728
* This file is nearly a verbatim copy of setup.sh so this one isSteve Price2002-03-271-11/+0
| | | | | | | redundant. Notes: svn path=/head/; revision=56727
* Add a missed file which acts as a driver for the others.Will Andrews2002-03-272-0/+141
| | | | | | | | Add documentation worked on by Steve and myself for ports freeze and package split procedure. Very minimal, very 4.5 specific, needs work. Notes: svn path=/head/; revision=56724
* Add the scripts used to break up the package collections for a release.Will Andrews2002-03-276-0/+490
| | | | | | | | | | | | | | | | | | Some work/cleanup here would probably be desirable. I'm committing them now to give others the ability to reproduce these package splits and help with making these scripts better. The README should have some more documentation in the future. A better solution to the package set size problem would be to teach sysinstall to ask for the CD on which a particular package is when it needs to add it, but for now this will do. Requested by: murray Written by: steve Discussed with: steve, kris (some time ago) Notes: svn path=/head/; revision=56723
* Reenable use of the -M option and add a -d option to put @dirrm commandsBrian Feldman2002-03-111-4/+17
| | | | | | | at the end of the plist. Notes: svn path=/head/; revision=55841
* Support tools that don't have u@h syntax but h -l u.Will Andrews2002-01-301-1/+1
| | | | | | | Submitted by: eivind Notes: svn path=/head/; revision=54028