Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add domakedescribe and doportlint, two scripts that iterate over the ports | marcus | 2004-01-19 | 2 | -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 ports | marcus | 2004-01-19 | 1 | -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, | demon | 2004-01-07 | 1 | -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 questionable | petef | 2004-01-06 | 1 | -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'. | obrien | 2004-01-02 | 1 | -1/+1 |
| | |||||
* | Use 'make master-sites-all' instead of 'make -V MASTER_SITES' to obtain the list | demon | 2003-12-17 | 1 | -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. | des | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | Fix -l option comment removing obsolete pkg-comment reference. | bland | 2003-09-29 | 1 | -2/+2 |
| | | | | Approved by: will | ||||
* | When using addport on freefall, there's no need to ssh freefall once more to | mat | 2003-09-02 | 1 | -1/+5 |
| | | | | | | use modulesupdate. Approved by: will | ||||
* | Previous delta was: | sobomax | 2003-04-18 | 1 | -1/+1 |
| | | | | Submitted by: ru | ||||
* | Clean up empty dirs. | sobomax | 2003-04-18 | 1 | -2/+2 |
| | |||||
* | Speed-up a bit when user keeps his working directories in the ports tree | sobomax | 2003-04-08 | 1 | -2/+5 |
| | | | | | | (doesn't use WRKDIRPREFIX). Submitted by: ru | ||||
* | This tool parses the output of kdump to generate a list of added | edwin | 2003-04-04 | 1 | -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. | marcus | 2003-03-28 | 1 | -1/+5 |
| | | | | Reviewed by: green | ||||
* | Make modulesupdate actually work in light of split. You can't use a | will | 2003-03-02 | 1 | -1/+1 |
| | | | | CVSROOT that's readonly. | ||||
* | Update for post-repo-split. s/ncvs/pcvs/ so that the default root is | peter | 2003-02-28 | 2 | -5/+5 |
| | | | | pcvs.freebsd.org:/home/pcvs | ||||
* | Another try at fixing the "adding to CVSROOT/modules from remote | lioux | 2003-02-23 | 1 | -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. | knu | 2003-02-21 | 1 | -2/+3 |
| | |||||
* | - pkg-comment is no longer mandatory; | sobomax | 2003-02-21 | 1 | -1/+5 |
| | | | | - ignore patchfiles ending with `,v' or '.orig'. | ||||
* | Add de-pkg-comment. | knu | 2003-02-18 | 1 | -0/+2 |
| | |||||
* | Add de-pkg-comment, a ruby script to convert pkg-comment to COMMENT. | knu | 2003-02-18 | 1 | -0/+145 |
| | |||||
* | Change how to get CATEGORIES tag from new port for slave port. | nork | 2003-02-16 | 1 | -2/+2 |
| | | | | Approved by: will | ||||
* | Catch up to new semantics of COMMENT variable (contains comment string | kris | 2003-02-10 | 2 | -5/+2 |
| | | | | itself, instead of pointing to pkg-comment) | ||||
* | Attempt to defuse problems from developers who don't have the correct | will | 2003-01-30 | 1 | -0/+2 |
| | | | | ssh setup in order for addport to do CVSROOT/modules correctly. | ||||
* | Add both hungarian and portuguese l10n prefixes to syncronize with | lioux | 2003-01-23 | 1 | -0/+2 |
| | | | | | | portlint port Approved by: maintainer | ||||
* | Update this script to deal with .tbz packages. | murray | 2003-01-20 | 1 | -9/+10 |
| | |||||
* | Add two utilties for listing and stashing away package files obtained | roam | 2003-01-08 | 2 | -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 petef | alane | 2002-11-19 | 1 | -1/+2 |
| | |||||
* | Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...". | petef | 2002-11-13 | 1 | -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 make | will | 2002-10-14 | 1 | -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. This | will | 2002-10-14 | 1 | -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. | will | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | Increase the available space for packages on disc #1 of the package | murray | 2002-10-08 | 1 | -1/+1 |
| | | | | | | split. Approved by: portmgr (will), re | ||||
* | Correct usage example. | sobomax | 2002-07-16 | 1 | -1/+2 |
| | |||||
* | Add l10n prefix to default module name. | perky | 2002-07-07 | 1 | -2/+14 |
| | | | | Approved by: will | ||||
* | Use correct variable for symlinking src scripts. | will | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Support PATCH_WRKSRC. See | trevor | 2002-05-25 | 1 | -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. | will | 2002-05-20 | 2 | -2/+7 |
| | |||||
* | Use the right variable name. | will | 2002-05-20 | 1 | -1/+1 |
| | |||||
* | Use a RE to find the X dependency instead of hardcoding. | will | 2002-05-20 | 1 | -2/+2 |
| | |||||
* | Streamline instructions a little more. | will | 2002-05-20 | 1 | -4/+12 |
| | |||||
* | Add this makefile to help people who are performing package splits to | will | 2002-05-20 | 1 | -0/+48 |
| | | | | generate the correct environment in which to do them. | ||||
* | Add CD configs for use by these scripts. | will | 2002-05-20 | 1 | -0/+16 |
| | |||||
* | More useful exit if dir not passed. | will | 2002-05-16 | 1 | -0/+4 |
| | |||||
* | Accept dir as argument instead of hardcoding. | will | 2002-05-16 | 1 | -1/+5 |
| | |||||
* | Fix breakage introduced in the previous commit. | sobomax | 2002-05-10 | 1 | -6/+3 |
| | |||||
* | - Make ${DISTDIR} auto-detection actually working; | sobomax | 2002-05-10 | 1 | -2/+5 |
| | | | | - unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink. | ||||
* | Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings. | sobomax | 2002-05-07 | 1 | -5/+15 |
| | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> | ||||
* | * Change path directory separator character back to _. The problem is "::" | obrien | 2002-04-18 | 1 | -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. | sobomax | 2002-04-17 | 1 | -1/+1 |
| |