| Commit message (Expand) | Author | Files | Lines |
2001-05-17 | Fix problems in previous commit: | Maxim Sobolev | 1 | -5/+5 |
2001-05-17 | - Add an option to disable interactive confirmation; | Maxim Sobolev | 1 | -1/+18 |
2001-05-01 | Stopgap bugfix to avoid the case where a user invokes -t and ends up with | Will Andrews | 1 | -3/+4 |
2001-04-02 | Be more specific in trying to exclude man pages - look for 'man/man', | Neil Blakey-Milner | 1 | -1/+1 |
2001-04-02 | Steal the 'hmake' variable building from mkpinstall. This wasn't | Neil Blakey-Milner | 1 | -4/+6 |
2001-03-19 | Add patchtool - a tool to automate generation/updating of patchfiles. This | Maxim Sobolev | 2 | -0/+775 |
2001-03-19 | Look into arch-specific distinfo's as well. | Maxim Sobolev | 1 | -2/+2 |
2001-03-13 | Make plist work again with new-found use of line continuation in | Brian Feldman | 1 | -9/+16 |
2001-03-12 | Uncomment and update OSREL and OSVERSION in preparation for 4.3R. | Satoshi Asami | 3 | -6/+6 |
2001-03-08 | Tweak to catch missing directories from the Makefiles in the various | Steve Price | 1 | -1/+5 |
2001-02-28 | mkbindist is in scripts/ now, with ${branch}/mkbindist.conf specifying | Satoshi Asami | 4 | -100/+12 |
2001-02-22 | Do not hardcode /tmp as a temp directory base, try $TMPDIR, $TMP and | Peter Pentchev | 2 | -4/+41 |
2001-02-21 | (1) Update values of OSREL/OSVERSION to match reality. | Satoshi Asami | 3 | -15/+15 |
2001-02-02 | Some minor additions so that we act a bit more like NetBSD's url2pkg; we | Neil Blakey-Milner | 1 | -1/+7 |
2001-01-21 | A few new features: | Satoshi Asami | 1 | -14/+22 |
2001-01-16 | Fix off-by-one error that was causing an infinite loop in some very | Will Andrews | 1 | -1/+1 |
2001-01-12 | Use the -p option with diff. Add a FreeBSD tag. Don't try to | Trevor Johnson | 1 | -24/+7 |
2001-01-07 | Fix two bugs: pass $passenv to make *always*; remember that the initial | Will Andrews | 1 | -3/+3 |
2001-01-06 | Make plist (the Ruby script) a tad more useful: build in mtree support | Brian Feldman | 1 | -26/+54 |
2001-01-03 | As a quick fix, use /tmp instead of the currently hardcoded /usr/tmp. | Neil Blakey-Milner | 2 | -2/+2 |
2001-01-02 | Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall. | Neil Blakey-Milner | 2 | -0/+136 |
2001-01-01 | Fix breakage when someone uses -t option: pass DISTDIR environment variable | Will Andrews | 1 | -7/+9 |
2001-01-01 | Several changes. First, depend on another environment variable rather | Will Andrews | 1 | -12/+14 |
2000-12-31 | Here's my holiday present to the ports team: new -l option allows you to | Will Andrews | 1 | -19/+95 |
2000-12-30 | Add new option: -c file : Pass a file containing the log message for the | Will Andrews | 1 | -3/+23 |
2000-12-19 | Add -g option to disable committing to CVSROOT/modules, useful if someone | Will Andrews | 1 | -2/+5 |
2000-12-18 | master is back to bento. | Satoshi Asami | 1 | -1/+2 |
2000-12-18 | Combine the scripts for building the bundist tarballs. The per-branch | Satoshi Asami | 1 | -0/+70 |
2000-12-08 | Functional modification: Make -n only apply to cvs commit, NOT *all* | Will Andrews | 1 | -3/+3 |
2000-11-07 | Use YYYYMMDDHH for log files so we can have two builds on the same | Satoshi Asami | 1 | -1/+8 |
2000-11-07 | (1) New flag, -ftp, indicates packages are to be copied over to the | Satoshi Asami | 1 | -17/+52 |
2000-11-04 | Add standard 2-clause BSD license to protect my (and mharo's) copyright. | Will Andrews | 1 | -0/+24 |
2000-10-21 | s|pkg/PLIST|pkg-plist|g | Maxim Sobolev | 1 | -3/+3 |
2000-10-19 | Add update-patches, a script to generate updated versions of the | Trevor Johnson | 2 | -1/+139 |
2000-10-17 | Add plist, a script to automate the generation of a pkg-plist. | Brian Feldman | 2 | -0/+65 |
2000-10-14 | Overhaul addport again. Should be quite functional now. | Will Andrews | 1 | -22/+70 |
2000-10-14 | Add the first efforts on my mkptools, the successor to makeport.pl. | Neil Blakey-Milner | 4 | -0/+613 |
2000-10-11 | Since people don't seem to appreciate the fact that addport can do | Will Andrews | 1 | -26/+0 |
2000-10-09 | Ajust for a new world order (md5 --> distinfo). | Maxim Sobolev | 1 | -3/+3 |
2000-10-09 | Name change, files/md5 -> distinfo. (Only change is to message -- the | Satoshi Asami | 1 | -2/+2 |
2000-10-06 | Hack this file beyond recognition to cope with both the old and new | Satoshi Asami | 1 | -9/+12 |
2000-10-06 | Need to quote su -c command with ", not ' since I've got variables | Satoshi Asami | 1 | -1/+1 |
2000-10-06 | Typo (/etc/portbuild -> /var/portbuild). | Satoshi Asami | 1 | -1/+1 |
2000-10-06 | Comment out OSREL settings -- these are taken from /usr/bin/uname | Satoshi Asami | 1 | -5/+7 |
2000-10-04 | Use -t flag with portlint. | Will Andrews | 1 | -1/+1 |
2000-10-01 | Fix bogon where replies were not chomp()'d. | Will Andrews | 1 | -0/+1 |
2000-09-29 | Detect two more failures -- fetch timeout and runaway process (which is | Satoshi Asami | 1 | -0/+4 |
2000-09-27 | Don't delete modules, it might be needed. | Satoshi Asami | 1 | -1/+0 |
2000-09-27 | Read in configuration variables from /var/portbuild/portbuild.conf. | Satoshi Asami | 2 | -4/+6 |
2000-09-27 | Pull in configuration variables from /var/portbuild/portbuild.conf. | Satoshi Asami | 9 | -29/+48 |