Changeset 14509 for trunk/base


Ignore:
Timestamp:
Oct 9, 2005, 7:31:16 PM (19 years ago)
Author:
pguyot (Paul Guyot)
Message:

s/psuedo/pseudo/g

Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/ChangeLog

    r14508 r14509  
    11#
    2 #       $Id: ChangeLog,v 1.8 2005/10/09 18:37:18 jberry Exp $
     2#       $Id: ChangeLog,v 1.9 2005/10/09 19:31:15 pguyot Exp $
    33#
    44#       This is a log of major user-visible changes in each release
     
    2525          matching the glob pattern is substituted. (jberry)
    2626         
    27         - Enhance port command to allow use of "psuedo" portnames to specify
     27        - Enhance port command to allow use of "pseudo" portnames to specify
    2828          groups of ports.
    2929          When one of these pseudo portnames is specified on the command line,
    3030          the corresponding group of ports is substituted.
    3131
    32           Currently defined psuedo portnames are:
     32          Currently defined pseudo portnames are:
    3333                current, all, installed, uninstalled, active, inactive, outdated.
    3434         
    35           Additional psuedo portnames can be used to select ports based on a
     35          Additional pseudo portnames can be used to select ports based on a
    3636          regex pattern match against certain criteria. Each port selector is
    3737          a name, followed by a colon, followed by the desired regex pattern.
  • trunk/base/src/port/port.tcl

    r14508 r14509  
    33exec @TCLSH@ "$0" "$@"
    44# port.tcl
    5 # $Id: port.tcl,v 1.115 2005/10/09 18:37:19 jberry Exp $
     5# $Id: port.tcl,v 1.116 2005/10/09 19:31:16 pguyot Exp $
    66#
    77# Copyright (c) 2004 Robert Shaw <rshaw@opendarwin.org>
     
    164164        These pseudo-portnames expand to the set of ports named.
    165165       
    166         Additional psuedo-portnames are:
     166        Additional pseudo-portnames are:
    167167        variants:, variant:, description:, portdir:, homepage:, epoch:,
    168168        platforms:, platform:, name:, long_description:, maintainers:,
     
    177177       
    178178Port expressions:
    179         Portnames, port glob patterns, and psuedo-portnames may be logically combined
     179        Portnames, port glob patterns, and pseudo-portnames may be logically combined
    180180        using expressions consisting of and, or, not, !, (, and ).
    181181       
Note: See TracChangeset for help on using the changeset viewer.