aboutsummaryrefslogtreecommitdiff
path: root/misc/porteasy/src/porteasy.pl
Commit message (Collapse)AuthorAgeFilesLines
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-1367/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus Notes: svn path=/head/; revision=184211
* While I'm here, tweak the master port detection code and comment out aDag-Erling Smørgrav2005-09-111-4/+4
| | | | | | | warning which is more annoying than useful. Notes: svn path=/head/; revision=142446
* Fix problems with PLIST_SUB, and update copyrights.Dag-Erling Smørgrav2005-09-111-21/+23
| | | | Notes: svn path=/head/; revision=142444
* Before performing any work, unset a number of environment variables whichDag-Erling Smørgrav2004-12-301-1/+9
| | | | | | | may adversely affect the port build. See the man page for details. Notes: svn path=/head/; revision=125541
* Use the bzipped index to speed up downloading.Dag-Erling Smørgrav2004-11-201-6/+17
| | | | Notes: svn path=/head/; revision=122032
* Finally fix the master-has-a-master issue.Dag-Erling Smørgrav2004-11-131-17/+22
| | | | | | | | Now that INDEX is no longer in CVS, don't append .www to the name when downloading it. Notes: svn path=/head/; revision=121517
* Switch to ssh for anoncvs so it works again.Dag-Erling Smørgrav2004-10-311-9/+13
| | | | | | | | Recognize globs in port names. Bump version to 2.8.0. Notes: svn path=/head/; revision=120536
* Recognize absolute master directories.Dag-Erling Smørgrav2004-10-251-1/+2
| | | | Notes: svn path=/head/; revision=120136
* Don't croak on port names that contain metacharacters.Dag-Erling Smørgrav2004-10-221-3/+5
| | | | Notes: svn path=/head/; revision=119971
* Improve handling of installed ports whose origin can't be determined.Dag-Erling Smørgrav2004-10-131-3/+13
| | | | Notes: svn path=/head/; revision=119291
* Watch out for undefined values when resolving port origins. This makesDag-Erling Smørgrav2004-08-251-3/+5
| | | | | | | | | | -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> Notes: svn path=/head/; revision=117238
* Perform plist substitution for -L.Dag-Erling Smørgrav2004-07-051-2/+9
| | | | | | | Fix bug in origin determination. Notes: svn path=/head/; revision=112953
* Try to fetch an up-to-date index from http://www.freebsd.org/ports/.Dag-Erling Smørgrav2004-05-241-9/+29
| | | | Notes: svn path=/head/; revision=109863
* Use 'make checksum' instead of 'make fetch'.Dag-Erling Smørgrav2004-05-101-2/+2
| | | | Notes: svn path=/head/; revision=108820
* Don't require additional command line arguments when -I is specified.Dag-Erling Smørgrav2004-04-111-1/+1
| | | | Notes: svn path=/head/; revision=106742
* Cosmetic: sort the status report, wrap a long line.Dag-Erling Smørgrav2004-04-051-3/+5
| | | | Notes: svn path=/head/; revision=106234
* Rework the dependency discovery and update code, as well as the handlingDag-Erling Smørgrav2004-04-021-110/+105
| | | | | | | | of installed ports and status (up-to-date / out-of-date) reporting. This should make porteasy slightly more consistent, and up to 25% faster. Notes: svn path=/head/; revision=105970
* Use the two-argument version of mkdir() for backward compatibility.Dag-Erling Smørgrav2004-03-311-1/+1
| | | | | | | | PR: ports/64984 Submitted by: Jurij Ivliev <yury@esterdev.com> Notes: svn path=/head/; revision=105767
* Add support for MOVED.Dag-Erling Smørgrav2004-03-291-12/+63
| | | | Notes: svn path=/head/; revision=105617
* Make the variable definition syntax more like make(1)'s, and update theDag-Erling Smørgrav2004-03-021-4/+6
| | | | | | | documentation accordingly, fixing some markup bugs in the process. Notes: svn path=/head/; revision=102747
* check out Tools along with Mk and Templates. also fix a minor typo.Dag-Erling Smørgrav2004-01-221-2/+2
| | | | Notes: svn path=/head/; revision=98809
* If no CVS root was specified, but a (possibly out-of-date) ports treeDag-Erling Smørgrav2003-10-011-1/+10
| | | | | | | already exists, use the CVS root specified by $portsdir/CVS/Root. Notes: svn path=/head/; revision=89985
* Add support for ports/Templates; bump version number and man page date.Dag-Erling Smørgrav2003-07-211-3/+3
| | | | Notes: svn path=/head/; revision=85278
* Add support for {EXTRACT,PATCH}_DEPENDS.Dag-Erling Smørgrav2003-07-081-1/+3
| | | | Notes: svn path=/head/; revision=84456
* Fix a bug in the version number comparison code caused by careless useDag-Erling Smørgrav2003-05-231-9/+6
| | | | | | | of the magic variabled $a and $b. Also fix a markup nit in the man page. Notes: svn path=/head/; revision=81759
* Allow the user to specify environment variables on the command line.Dag-Erling Smørgrav2003-04-071-8/+36
| | | | | | | | Use DEPENDS_CLEAN instead of hacking DEPENDS_TARGET. Change the process title to reflect the current phase / task. Notes: svn path=/head/; revision=78517
* Use the release-specific index if there is one. Bump version numberDag-Erling Smørgrav2003-01-171-10/+14
| | | | | | | 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-101-0/+1
| | | | | | | | | 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-291-1/+1
| | | | Notes: svn path=/head/; revision=69093
* Prevent infinite loop in master port detection code.Dag-Erling Smørgrav2002-10-151-3/+9
| | | | Notes: svn path=/head/; revision=68068
* Fix a bug in the version comparison logic (epochs weren't being comparedDag-Erling Smørgrav2002-07-161-6/+11
| | | | | | | 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-071-17/+6
| | | | Notes: svn path=/head/; revision=55694
* Fix dependency detection logic (it was broken for libraries).Dag-Erling Smørgrav2002-03-051-43/+62
| | | | | | | 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-241-8/+6
| | | | | | | 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-241-6/+22
| | | | | | | | | 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-201-3/+3
| | | | | | | 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-241-2/+2
| | | | | | | 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-211-6/+14
| | | | | | | 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-181-2/+2
| | | | | | | | 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-031-32/+80
| | | | | | | configuration dialogs and smarter plist parsing. Notes: svn path=/head/; revision=50983
* Fix handling of unconditional dependenciesDag-Erling Smørgrav2001-08-141-3/+6
| | | | Notes: svn path=/head/; revision=46240
* Add experimental pkg_version(8)-like functionality.Dag-Erling Smørgrav2001-06-091-49/+107
| | | | 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-161-10/+19
| | | | | | | | | 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-051-1/+1
| | | | | | | Notices by: <jbg@verloid.net> Notes: svn path=/head/; revision=40883
* Porteasy 2.3: cvspass magic for anoncvs.freebsd.org; new -w option forDag-Erling Smørgrav2001-03-111-20/+66
| | | | | | | | 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