summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Expand)Author
2001-03-08Tweak to catch missing directories from the Makefiles in the variousSteve Price
2001-02-28mkbindist is in scripts/ now, with ${branch}/mkbindist.conf specifyingSatoshi Asami
2001-02-22Do not hardcode /tmp as a temp directory base, try $TMPDIR, $TMP andPeter Pentchev
2001-02-21(1) Update values of OSREL/OSVERSION to match reality.Satoshi Asami
2001-02-02Some minor additions so that we act a bit more like NetBSD's url2pkg; weNeil Blakey-Milner
2001-01-21A few new features:Satoshi Asami
2001-01-16Fix off-by-one error that was causing an infinite loop in some veryWill Andrews
2001-01-12Use the -p option with diff. Add a FreeBSD tag. Don't try toTrevor Johnson
2001-01-07Fix two bugs: pass $passenv to make *always*; remember that the initialWill Andrews
2001-01-06Make plist (the Ruby script) a tad more useful: build in mtree supportBrian Feldman
2001-01-03As a quick fix, use /tmp instead of the currently hardcoded /usr/tmp.Neil Blakey-Milner
2001-01-02Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall.Neil Blakey-Milner
2001-01-01Fix breakage when someone uses -t option: pass DISTDIR environment variableWill Andrews
2001-01-01Several changes. First, depend on another environment variable ratherWill Andrews
2000-12-31Here's my holiday present to the ports team: new -l option allows you toWill Andrews
2000-12-30Add new option: -c file : Pass a file containing the log message for theWill Andrews
2000-12-19Add -g option to disable committing to CVSROOT/modules, useful if someoneWill Andrews
2000-12-18master is back to bento.Satoshi Asami
2000-12-18Combine the scripts for building the bundist tarballs. The per-branchSatoshi Asami
2000-12-08Functional modification: Make -n only apply to cvs commit, NOT *all*Will Andrews
2000-11-07Use YYYYMMDDHH for log files so we can have two builds on the sameSatoshi Asami
2000-11-07(1) New flag, -ftp, indicates packages are to be copied over to theSatoshi Asami
2000-11-04Add standard 2-clause BSD license to protect my (and mharo's) copyright.Will Andrews
2000-10-21s|pkg/PLIST|pkg-plist|gMaxim Sobolev
2000-10-19Add update-patches, a script to generate updated versions of theTrevor Johnson
2000-10-17Add plist, a script to automate the generation of a pkg-plist.Brian Feldman
2000-10-14Overhaul addport again. Should be quite functional now.Will Andrews
2000-10-14Add the first efforts on my mkptools, the successor to makeport.pl.Neil Blakey-Milner
2000-10-11Since people don't seem to appreciate the fact that addport can doWill Andrews
2000-10-09Ajust for a new world order (md5 --> distinfo).Maxim Sobolev
2000-10-09Name change, files/md5 -> distinfo. (Only change is to message -- theSatoshi Asami
2000-10-06Hack this file beyond recognition to cope with both the old and newSatoshi Asami
2000-10-06Need to quote su -c command with ", not ' since I've got variablesSatoshi Asami
2000-10-06Typo (/etc/portbuild -> /var/portbuild).Satoshi Asami
2000-10-06Comment out OSREL settings -- these are taken from /usr/bin/unameSatoshi Asami
2000-10-04Use -t flag with portlint.Will Andrews
2000-10-01Fix bogon where replies were not chomp()'d.Will Andrews
2000-09-29Detect two more failures -- fetch timeout and runaway process (which isSatoshi Asami
2000-09-27Don't delete modules, it might be needed.Satoshi Asami
2000-09-27Read in configuration variables from /var/portbuild/portbuild.conf.Satoshi Asami
2000-09-27Pull in configuration variables from /var/portbuild/portbuild.conf.Satoshi Asami
2000-09-27A configuration file where all options reside.Satoshi Asami
2000-09-27A little script to call "at" to copy the packages.Satoshi Asami
2000-09-27Don't whack old packages, we have enough disk space to keep a few setsSatoshi Asami
2000-09-27Remove syslog message about a load file being empty -- I know it happens now.Satoshi Asami
2000-09-27Make sure you're given the "start" argument before trying to start the script.Satoshi Asami
2000-09-27Don't add packages that are already installed.Satoshi Asami
2000-09-27A little script to kill makes that haven't printed out any message inSatoshi Asami
2000-09-26Change "grep *.log" to "find . -name '*.log' | xargs grep", the number ofSatoshi Asami
2000-09-26Catch one more case of XFree86-4 manpage building error.Satoshi Asami