Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | While I'm here, tweak the master port detection code and comment out a | des | 2005-09-11 | 1 | -4/+4 |
| | | | | warning which is more annoying than useful. | ||||
* | Fix problems with PLIST_SUB, and update copyrights. | des | 2005-09-11 | 3 | -39/+39 |
| | |||||
* | Before performing any work, unset a number of environment variables which | des | 2004-12-30 | 3 | -2/+18 |
| | | | | may adversely affect the port build. See the man page for details. | ||||
* | Use the bzipped index to speed up downloading. | des | 2004-11-20 | 2 | -7/+18 |
| | |||||
* | Finally fix the master-has-a-master issue. | des | 2004-11-13 | 2 | -18/+23 |
| | | | | | Now that INDEX is no longer in CVS, don't append .www to the name when downloading it. | ||||
* | Switch to ssh for anoncvs so it works again. | des | 2004-10-31 | 5 | -19/+45 |
| | | | | | Recognize globs in port names. Bump version to 2.8.0. | ||||
* | Recognize absolute master directories. | des | 2004-10-25 | 2 | -2/+3 |
| | |||||
* | Don't croak on port names that contain metacharacters. | des | 2004-10-22 | 2 | -4/+6 |
| | |||||
* | Improve handling of installed ports whose origin can't be determined. | des | 2004-10-13 | 2 | -4/+14 |
| | |||||
* | Watch out for undefined values when resolving port origins. This makes | des | 2004-08-25 | 2 | -4/+6 |
| | | | | | | | -I / -s work properly when some of the installed ports have since been deleted from the ports tree. Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> | ||||
* | Perform plist substitution for -L. | des | 2004-07-05 | 2 | -3/+10 |
| | | | | Fix bug in origin determination. | ||||
* | Try to fetch an up-to-date index from http://www.freebsd.org/ports/. | des | 2004-05-24 | 3 | -15/+46 |
| | |||||
* | Use 'make checksum' instead of 'make fetch'. | des | 2004-05-10 | 3 | -6/+6 |
| | |||||
* | Don't require additional command line arguments when -I is specified. | des | 2004-04-11 | 2 | -2/+2 |
| | |||||
* | Cosmetic: sort the status report, wrap a long line. | des | 2004-04-05 | 2 | -3/+6 |
| | |||||
* | Rework the dependency discovery and update code, as well as the handling | des | 2004-04-02 | 3 | -121/+133 |
| | | | | | of installed ports and status (up-to-date / out-of-date) reporting. This should make porteasy slightly more consistent, and up to 25% faster. | ||||
* | Use the two-argument version of mkdir() for backward compatibility. | des | 2004-03-31 | 2 | -1/+2 |
| | | | | | PR: ports/64984 Submitted by: Jurij Ivliev <yury@esterdev.com> | ||||
* | Add support for MOVED. | des | 2004-03-29 | 2 | -13/+64 |
| | |||||
* | Make the variable definition syntax more like make(1)'s, and update the | des | 2004-03-02 | 3 | -10/+14 |
| | | | | documentation accordingly, fixing some markup bugs in the process. | ||||
* | check out Tools along with Mk and Templates. also fix a minor typo. | des | 2004-01-22 | 2 | -2/+3 |
| | |||||
* | If no CVS root was specified, but a (possibly out-of-date) ports tree | des | 2003-10-01 | 3 | -3/+12 |
| | | | | already exists, use the CVS root specified by $portsdir/CVS/Root. | ||||
* | Add support for ports/Templates; bump version number and man page date. | des | 2003-07-21 | 3 | -5/+5 |
| | |||||
* | Add support for {EXTRACT,PATCH}_DEPENDS. | des | 2003-07-08 | 2 | -2/+4 |
| | |||||
* | Fix a bug in the version number comparison code caused by careless use | des | 2003-05-23 | 3 | -12/+9 |
| | | | | of the magic variabled $a and $b. Also fix a markup nit in the man page. | ||||
* | Allow the user to specify environment variables on the command line. | des | 2003-04-07 | 3 | -11/+47 |
| | | | | | Use DEPENDS_CLEAN instead of hacking DEPENDS_TARGET. Change the process title to reflect the current phase / task. | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Use the release-specific index if there is one. Bump version number | des | 2003-01-17 | 2 | -12/+15 |
| | | | | and copyright year. | ||||
* | Fix a bug in the dependency processing code that would cause porteasy to | des | 2002-12-10 | 2 | -1/+2 |
| | | | | | | fail to identify the dependencies for some ports (such as print/cups) Approved by: portmgr (kris) | ||||
* | Really fix that cosmetic nit. I'm an idiot. | des | 2002-10-29 | 1 | -1/+1 |
| | |||||
* | Cosmetic nit. | des | 2002-10-29 | 2 | -1/+2 |
| | |||||
* | Prevent infinite loop in master port detection code. | des | 2002-10-15 | 2 | -4/+10 |
| | |||||
* | 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 |
| |