Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug in the version comparison logic (epochs weren't being compared | des | 2002-07-16 | 2 | -7/+12 |
| | | | | properly), and update dependencies for -f as well as for -l and -u. | ||||
* | Fix problems with the -s command related to packages with no @origin line. | des | 2002-03-07 | 2 | -18/+7 |
| | |||||
* | Fix dependency detection logic (it was broken for libraries). | des | 2002-03-05 | 2 | -45/+63 |
| | | | | Improve package version comparison algorithm. | ||||
* | Definitely not my day. Further thought revealed that porteasy.pl rev 1.20 | des | 2002-02-24 | 2 | -8/+7 |
| | | | | was not only suboptimal, but incorrect to boot. Fix and bump PORTREVISION. | ||||
* | Argh, I've programmed way too much Java lately. tr/./+/. | des | 2002-02-24 | 1 | -1/+1 |
| | |||||
* | Play it safe when building ports that have special dependencies. | des | 2002-02-24 | 2 | -7/+23 |
| | | | | | | Add more caching to improve the performance of simple commands. Bump version to 2.7.0 (should have done this last time) Belatedly update copyright dates. | ||||
* | Whitespace cleanup. | des | 2002-02-24 | 1 | -26/+26 |
| | |||||
* | Add a hack to the master detection code to cater for mail/postfix. | des | 2002-02-20 | 2 | -4/+4 |
| | | | | Clean up each dependency after building it, to conserve disk space. | ||||
* | Fix the master port detection logic to correctly handle KDE ports. | des | 2002-01-24 | 2 | -3/+3 |
| | | | | Bump version to 2.6.3. | ||||
* | Support dependencies that have backtick expressions in them, and fix a few | des | 2002-01-21 | 2 | -7/+15 |
| | | | | related nits. Bump version to 2.6.2. | ||||
* | 2.6.1: Some ports (e.g. www/mozilla-embedded) use MAINDIR instead of | des | 2001-12-18 | 2 | -3/+3 |
| | | | | | MASTERDIR to achieve slightly different semantics. Handle this just like we handle MASTERDIR. | ||||
* | Porteasy 2.6. The main changes are support for ports with interactive | des | 2001-12-03 | 2 | -33/+81 |
| | | | | configuration dialogs and smarter plist parsing. | ||||
* | Fix handling of unconditional dependencies | des | 2001-08-14 | 2 | -4/+7 |
| | |||||
* | Add experimental pkg_version(8)-like functionality. | des | 2001-06-09 | 3 | -59/+124 |
| | |||||
* | Change the order in which we check out the ports root and index to work | des | 2001-05-16 | 2 | -11/+20 |
| | | | | | | around a CVS bug. Also add some missing options to usage() and help() and alphabetize them properly, and show the usage string if no arguments were specified on the command line. | ||||
* | Forgot to update porteasy's idea of its own version number. | des | 2001-04-05 | 2 | -1/+2 |
| | | | | Notices by: <jbg@verloid.net> | ||||
* | Add forgotten file. | des | 2001-03-11 | 1 | -0/+1 |
| | |||||
* | Porteasy 2.3: cvspass magic for anoncvs.freebsd.org; new -w option for | des | 2001-03-11 | 4 | -26/+85 |
| | | | | | displaying a port's web site URL; don't build by default (sometimes you just want to update a port and all its dependencies); code cleanup. | ||||
* | Previous commit was incomplete. | des | 2000-11-03 | 1 | -2/+2 |
| | |||||
* | Don't build master ports unless they were explicitly required! | des | 2000-11-03 | 1 | -2/+2 |
| | | | | Pointed out by: nectar | ||||
* | Porteasy 2.2 (getting close to a new minor version every day...) | des | 2000-10-22 | 3 | -23/+101 |
| | | | | | | | | - 'cvs -Q' is *too* silent, so just use 'cvs -q' when not verbose. - cache the results of find_master(). - allow for a trailing slash in the second field in a dependency spec. - add an option to show the packing lists for selected ports. - fix a bug where porteasy would build a port when it shouldn't. | ||||
* | Update version number. | des | 2000-10-21 | 1 | -1/+1 |
| | |||||
* | Document PORTEASY_OPTIONS. | des | 2000-10-21 | 1 | -0/+10 |
| | |||||
* | Add a copyright statement to the version and help texts. | des | 2000-10-21 | 1 | -25/+25 |
| | | | | | | Fix a small bug in dependency parsing. Add support for a PORTEASY_OPTIONS environment variable. Give -r precedence over -a. | ||||
* | Much-enhanced Porteasy 2.0. | des | 2000-10-19 | 3 | -177/+476 |
| | |||||
* | Look for pkg-descr rather than pkg/DESCR. | des | 2000-10-09 | 2 | -7/+7 |
| | | | | | | Always use the -d option when invoking CVS, to work around breakage in CVS (said breakage has reportedly been fixed in 1.11, but I haven't verified this) Bump version number. | ||||
* | Fix cut'n'paste bogon. | des | 2000-09-22 | 1 | -1/+1 |
| | | | | Submitted by: Dmitry Sivachenko <dima@Chg.RU> | ||||
* | Style and mdoc fixes. | des | 2000-09-20 | 1 | -27/+38 |
| | | | | Submitted by: sheldonh | ||||
* | Argh! forgot to fix this before adding the port. | des | 2000-09-19 | 1 | -10/+12 |
| | | | | Uninverse the meaning of two if tests. | ||||
* | A tool for fetching and building ports. | des | 2000-09-19 | 6 | -0/+921 |