aboutsummaryrefslogtreecommitdiff
path: root/misc/porteasy
Commit message (Collapse)AuthorAgeFilesLines
* Use the release-specific index if there is one. Bump version numberDag-Erling Smørgrav2003-01-172-12/+15
| | | | | | | and copyright year. Notes: svn path=/head/; revision=73361
* Fix a bug in the dependency processing code that would cause porteasy toDag-Erling Smørgrav2002-12-102-1/+2
| | | | | | | | | fail to identify the dependencies for some ports (such as print/cups) Approved by: portmgr (kris) Notes: svn path=/head/; revision=71510
* Really fix that cosmetic nit. I'm an idiot.Dag-Erling Smørgrav2002-10-291-1/+1
| | | | Notes: svn path=/head/; revision=69094
* Cosmetic nit.Dag-Erling Smørgrav2002-10-292-1/+2
| | | | Notes: svn path=/head/; revision=69093
* Prevent infinite loop in master port detection code.Dag-Erling Smørgrav2002-10-152-4/+10
| | | | Notes: svn path=/head/; revision=68068
* Fix a bug in the version comparison logic (epochs weren't being comparedDag-Erling Smørgrav2002-07-162-7/+12
| | | | | | | properly), and update dependencies for -f as well as for -l and -u. Notes: svn path=/head/; revision=63107
* Fix problems with the -s command related to packages with no @origin line.Dag-Erling Smørgrav2002-03-072-18/+7
| | | | Notes: svn path=/head/; revision=55694
* Fix dependency detection logic (it was broken for libraries).Dag-Erling Smørgrav2002-03-052-45/+63
| | | | | | | Improve package version comparison algorithm. Notes: svn path=/head/; revision=55547
* Definitely not my day. Further thought revealed that porteasy.pl rev 1.20Dag-Erling Smørgrav2002-02-242-8/+7
| | | | | | | was not only suboptimal, but incorrect to boot. Fix and bump PORTREVISION. Notes: svn path=/head/; revision=55187
* Argh, I've programmed way too much Java lately. tr/./+/.Dag-Erling Smørgrav2002-02-241-1/+1
| | | | Notes: svn path=/head/; revision=55186
* Play it safe when building ports that have special dependencies.Dag-Erling Smørgrav2002-02-242-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. Notes: svn path=/head/; revision=55185
* Whitespace cleanup.Dag-Erling Smørgrav2002-02-241-26/+26
| | | | Notes: svn path=/head/; revision=55176
* Add a hack to the master detection code to cater for mail/postfix.Dag-Erling Smørgrav2002-02-202-4/+4
| | | | | | | Clean up each dependency after building it, to conserve disk space. Notes: svn path=/head/; revision=54932
* Fix the master port detection logic to correctly handle KDE ports.Dag-Erling Smørgrav2002-01-242-3/+3
| | | | | | | Bump version to 2.6.3. Notes: svn path=/head/; revision=53678
* Support dependencies that have backtick expressions in them, and fix a fewDag-Erling Smørgrav2002-01-212-7/+15
| | | | | | | related nits. Bump version to 2.6.2. Notes: svn path=/head/; revision=53420
* 2.6.1: Some ports (e.g. www/mozilla-embedded) use MAINDIR instead ofDag-Erling Smørgrav2001-12-182-3/+3
| | | | | | | | MASTERDIR to achieve slightly different semantics. Handle this just like we handle MASTERDIR. Notes: svn path=/head/; revision=51730
* Porteasy 2.6. The main changes are support for ports with interactiveDag-Erling Smørgrav2001-12-032-33/+81
| | | | | | | configuration dialogs and smarter plist parsing. Notes: svn path=/head/; revision=50983
* Fix handling of unconditional dependenciesDag-Erling Smørgrav2001-08-142-4/+7
| | | | Notes: svn path=/head/; revision=46240
* Add experimental pkg_version(8)-like functionality.Dag-Erling Smørgrav2001-06-093-59/+124
| | | | Notes: svn path=/head/; revision=43710
* Change the order in which we check out the ports root and index to workDag-Erling Smørgrav2001-05-162-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. Notes: svn path=/head/; revision=42632
* Forgot to update porteasy's idea of its own version number.Dag-Erling Smørgrav2001-04-052-1/+2
| | | | | | | Notices by: <jbg@verloid.net> Notes: svn path=/head/; revision=40883
* Add forgotten file.Dag-Erling Smørgrav2001-03-111-0/+1
| | | | Notes: svn path=/head/; revision=39587
* Porteasy 2.3: cvspass magic for anoncvs.freebsd.org; new -w option forDag-Erling Smørgrav2001-03-114-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. Notes: svn path=/head/; revision=39502
* Previous commit was incomplete.Dag-Erling Smørgrav2000-11-031-2/+2
| | | | Notes: svn path=/head/; revision=34738
* Don't build master ports unless they were explicitly required!Dag-Erling Smørgrav2000-11-031-2/+2
| | | | | | | Pointed out by: nectar Notes: svn path=/head/; revision=34736
* Porteasy 2.2 (getting close to a new minor version every day...)Dag-Erling Smørgrav2000-10-223-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. Notes: svn path=/head/; revision=34113
* Update version number.Dag-Erling Smørgrav2000-10-211-1/+1
| | | | Notes: svn path=/head/; revision=34059
* Document PORTEASY_OPTIONS.Dag-Erling Smørgrav2000-10-211-0/+10
| | | | Notes: svn path=/head/; revision=34058
* Add a copyright statement to the version and help texts.Dag-Erling Smørgrav2000-10-211-25/+25
| | | | | | | | | Fix a small bug in dependency parsing. Add support for a PORTEASY_OPTIONS environment variable. Give -r precedence over -a. Notes: svn path=/head/; revision=34057
* Much-enhanced Porteasy 2.0.Dag-Erling Smørgrav2000-10-193-177/+476
| | | | Notes: svn path=/head/; revision=34008
* Look for pkg-descr rather than pkg/DESCR.Dag-Erling Smørgrav2000-10-092-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. Notes: svn path=/head/; revision=33609
* Fix cut'n'paste bogon.Dag-Erling Smørgrav2000-09-221-1/+1
| | | | | | | Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=32994
* Style and mdoc fixes.Dag-Erling Smørgrav2000-09-201-27/+38
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=32895
* Argh! forgot to fix this before adding the port.Dag-Erling Smørgrav2000-09-191-10/+12
| | | | | | | Uninverse the meaning of two if tests. Notes: svn path=/head/; revision=32877
* A tool for fetching and building ports.Dag-Erling Smørgrav2000-09-196-0/+921
Notes: svn path=/head/; revision=32876