| Commit message (Expand) | Author | Age | Files | Lines |
* | A few new features: | Satoshi Asami | 2001-01-21 | 1 | -14/+22 |
* | Fix off-by-one error that was causing an infinite loop in some very | Will Andrews | 2001-01-16 | 1 | -1/+1 |
* | Use the -p option with diff. Add a FreeBSD tag. Don't try to | Trevor Johnson | 2001-01-12 | 1 | -24/+7 |
* | Fix two bugs: pass $passenv to make *always*; remember that the initial | Will Andrews | 2001-01-07 | 1 | -3/+3 |
* | Make plist (the Ruby script) a tad more useful: build in mtree support | Brian Feldman | 2001-01-06 | 1 | -26/+54 |
* | As a quick fix, use /tmp instead of the currently hardcoded /usr/tmp. | Neil Blakey-Milner | 2001-01-03 | 2 | -2/+2 |
* | Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall. | Neil Blakey-Milner | 2001-01-02 | 2 | -0/+136 |
* | Fix breakage when someone uses -t option: pass DISTDIR environment variable | Will Andrews | 2001-01-01 | 1 | -7/+9 |
* | Several changes. First, depend on another environment variable rather | Will Andrews | 2001-01-01 | 1 | -12/+14 |
* | Here's my holiday present to the ports team: new -l option allows you to | Will Andrews | 2000-12-31 | 1 | -19/+95 |
* | Add new option: -c file : Pass a file containing the log message for the | Will Andrews | 2000-12-30 | 1 | -3/+23 |
* | Add -g option to disable committing to CVSROOT/modules, useful if someone | Will Andrews | 2000-12-19 | 1 | -2/+5 |
* | master is back to bento. | Satoshi Asami | 2000-12-18 | 1 | -1/+2 |
* | Combine the scripts for building the bundist tarballs. The per-branch | Satoshi Asami | 2000-12-18 | 1 | -0/+70 |
* | Functional modification: Make -n only apply to cvs commit, NOT *all* | Will Andrews | 2000-12-08 | 1 | -3/+3 |
* | Use YYYYMMDDHH for log files so we can have two builds on the same | Satoshi Asami | 2000-11-07 | 1 | -1/+8 |
* | (1) New flag, -ftp, indicates packages are to be copied over to the | Satoshi Asami | 2000-11-07 | 1 | -17/+52 |
* | Add standard 2-clause BSD license to protect my (and mharo's) copyright. | Will Andrews | 2000-11-04 | 1 | -0/+24 |
* | s|pkg/PLIST|pkg-plist|g | Maxim Sobolev | 2000-10-21 | 1 | -3/+3 |
* | Add update-patches, a script to generate updated versions of the | Trevor Johnson | 2000-10-19 | 2 | -1/+139 |
* | Add plist, a script to automate the generation of a pkg-plist. | Brian Feldman | 2000-10-17 | 2 | -0/+65 |
* | Overhaul addport again. Should be quite functional now. | Will Andrews | 2000-10-14 | 1 | -22/+70 |
* | Add the first efforts on my mkptools, the successor to makeport.pl. | Neil Blakey-Milner | 2000-10-14 | 4 | -0/+613 |
* | Since people don't seem to appreciate the fact that addport can do | Will Andrews | 2000-10-11 | 1 | -26/+0 |
* | Ajust for a new world order (md5 --> distinfo). | Maxim Sobolev | 2000-10-09 | 1 | -3/+3 |
* | Name change, files/md5 -> distinfo. (Only change is to message -- the | Satoshi Asami | 2000-10-09 | 1 | -2/+2 |
* | Hack this file beyond recognition to cope with both the old and new | Satoshi Asami | 2000-10-06 | 1 | -9/+12 |
* | Need to quote su -c command with ", not ' since I've got variables | Satoshi Asami | 2000-10-06 | 1 | -1/+1 |
* | Typo (/etc/portbuild -> /var/portbuild). | Satoshi Asami | 2000-10-06 | 1 | -1/+1 |
* | Comment out OSREL settings -- these are taken from /usr/bin/uname | Satoshi Asami | 2000-10-06 | 1 | -5/+7 |
* | Use -t flag with portlint. | Will Andrews | 2000-10-04 | 1 | -1/+1 |
* | Fix bogon where replies were not chomp()'d. | Will Andrews | 2000-10-01 | 1 | -0/+1 |
* | Detect two more failures -- fetch timeout and runaway process (which is | Satoshi Asami | 2000-09-29 | 1 | -0/+4 |
* | Don't delete modules, it might be needed. | Satoshi Asami | 2000-09-27 | 1 | -1/+0 |
* | Read in configuration variables from /var/portbuild/portbuild.conf. | Satoshi Asami | 2000-09-27 | 2 | -4/+6 |
* | Pull in configuration variables from /var/portbuild/portbuild.conf. | Satoshi Asami | 2000-09-27 | 9 | -29/+48 |
* | A configuration file where all options reside. | Satoshi Asami | 2000-09-27 | 1 | -0/+17 |
* | A little script to call "at" to copy the packages. | Satoshi Asami | 2000-09-27 | 1 | -0/+7 |
* | Don't whack old packages, we have enough disk space to keep a few sets | Satoshi Asami | 2000-09-27 | 1 | -31/+58 |
* | Remove syslog message about a load file being empty -- I know it happens now. | Satoshi Asami | 2000-09-27 | 1 | -1/+1 |
* | Make sure you're given the "start" argument before trying to start the script. | Satoshi Asami | 2000-09-27 | 1 | -0/+2 |
* | Don't add packages that are already installed. | Satoshi Asami | 2000-09-27 | 1 | -7/+17 |
* | A little script to kill makes that haven't printed out any message in | Satoshi Asami | 2000-09-27 | 1 | -0/+70 |
* | Change "grep *.log" to "find . -name '*.log' | xargs grep", the number of | Satoshi Asami | 2000-09-26 | 1 | -1/+1 |
* | Catch one more case of XFree86-4 manpage building error. | Satoshi Asami | 2000-09-26 | 1 | -0/+7 |
* | Remove an extra message that only served to clutter the logs. | Satoshi Asami | 2000-09-26 | 1 | -1/+1 |
* | Don't try to process logs twice by protecting this script with a lock file. | Satoshi Asami | 2000-09-26 | 1 | -1/+9 |
* | Add -t and -n flags to ssh. (-t flag suggested by: ps) | Satoshi Asami | 2000-09-26 | 1 | -4/+4 |
* | Change lock file name to "cppackages.lock" so it's clear it's a lock. | Satoshi Asami | 2000-09-26 | 1 | -1/+1 |
* | When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t. | Satoshi Asami | 2000-09-26 | 2 | -0/+15 |