[56470] trunk/base

ryandesign at macports.org ryandesign at macports.org
Fri Aug 28 04:12:52 PDT 2009


Revision: 56470
          http://trac.macports.org/changeset/56470
Author:   ryandesign at macports.org
Date:     2009-08-28 04:12:47 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
eg => e.g.

Modified Paths:
--------------
    trunk/base/ChangeLog
    trunk/base/doc/portfile.7
    trunk/base/m4/tcl.m4
    trunk/base/src/pextlib1.0/Pextlib.c
    trunk/base/src/port/port-help.tcl
    trunk/base/src/port1.0/portutil.tcl
    trunk/base/src/upgrade_sources_conf_default.tcl

Modified: trunk/base/ChangeLog
===================================================================
--- trunk/base/ChangeLog	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/ChangeLog	2009-08-28 11:12:47 UTC (rev 56470)
@@ -660,7 +660,7 @@
     - `port info` now supports new --index flag for using old behaviour (eridius r25256).
 
     - `port info` now opens the Portfile and displays up-to-date information.
-      This allows information about variants to be displayed (eg. dependencies).
+      This allows information about variants to be displayed (e.g. dependencies).
       Also allow `port info` to default to current directory if no name is provided
       (eridius r25255).
 

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/doc/portfile.7	2009-08-28 11:12:47 UTC (rev 56470)
@@ -430,33 +430,33 @@
 .Sy Default:
 .Em ${sysportpath}/distfiles/${dist_subdir}/
 .It Ic os.arch
-Identifies hardware type (eg "powerpc").
+Identifies hardware type (e.g. "powerpc").
 .br
 .Sy Type:
 .Em read-only
 .It Ic os.version
-Version number of operating system (eg "7.0").
+Version number of operating system (e.g. "7.0").
 .br
 .Sy Type:
 .Em read-only
 .It Ic os.endian
-Endianness of the processor (eg "bigEndian").
+Endianness of the processor (e.g. "bigEndian").
 .br
 .Sy Type:
 .Em read-only
 .It Ic os.platform
-Operating system name (eg "darwin").
+Operating system name (e.g. "darwin").
 .br
 .Sy Type:
 .Em read-only
 .It Ic install.user
-User for MacPorts installation (eg
+User for MacPorts installation (e.g.
 .Pa root )
 .br
 .Sy Type:
 .Em read-only
 .It Ic install.group
-Group for MacPorts installation (eg
+Group for MacPorts installation (e.g.
 .Pa wheel )
 .br
 .Sy Type:
@@ -1958,7 +1958,7 @@
 Compare two RPM-format versions for equality.  The return value is like
 strcmp(), returning -1, 0, or 1 when versionA is earlier, equal to, or
 later than versionB, respectively.  Note that some comparisions featuring
-floating-point notation may compare incorrectly, eg, 2.101 is considered
+floating-point notation may compare incorrectly, e.g. 2.101 is considered
 later than 2.2 (101 is larger than 2) which may be incorrect per some
 projects versioning methods (see ticket #11873).
 .It Xo

Modified: trunk/base/m4/tcl.m4
===================================================================
--- trunk/base/m4/tcl.m4	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/m4/tcl.m4	2009-08-28 11:12:47 UTC (rev 56470)
@@ -2230,7 +2230,7 @@
 	AC_DEFINE(HAVE_TIMEZONE_VAR)
     else
 	#
-	# On some systems (eg IRIX 6.2), timezone is a time_t and not a long.
+	# On some systems (e.g. IRIX 6.2), timezone is a time_t and not a long.
 	#
 	AC_MSG_CHECKING([time_t timezone variable])
 	AC_CACHE_VAL(tcl_cv_timezone_time,

Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/src/pextlib1.0/Pextlib.c	2009-08-28 11:12:47 UTC (rev 56470)
@@ -512,7 +512,7 @@
         (void) unsetenv(name);
     }
     /* Tcl appears to become out of sync with the environment when we
-       unset things, eg, 'info exists env(CC)' will succeed where
+       unset things, e.g. 'info exists env(CC)' will succeed where
        'puts $env(CC)' will fail since it doesn't actually exist after
        being unset here.  This forces Tcl to resync to the current state
        (don't care about the actual result, so reset it) */

Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/src/port/port-help.tcl	2009-08-28 11:12:47 UTC (rev 56470)
@@ -229,7 +229,7 @@
 
 This allows you to choose which version, among several installed versions
 of a port, is to be considered primary.  What this means is which version
-becomes the one most would consider the default, eg, the one run without
+becomes the one most would consider the default, e.g. the one run without
 specifying any version.
 
 One example is the set of python ports, where there are (among others)

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/src/port1.0/portutil.tcl	2009-08-28 11:12:47 UTC (rev 56470)
@@ -1495,7 +1495,7 @@
     
     if { [getuid] != 0 } {
         ui_msg "MacPorts running without privileges.\
-                You may be unable to complete certain actions (eg install)."
+                You may be unable to complete certain actions (e.g. install)."
     }
     
     # de-escalate privileges if MacPorts was started with sudo

Modified: trunk/base/src/upgrade_sources_conf_default.tcl
===================================================================
--- trunk/base/src/upgrade_sources_conf_default.tcl	2009-08-28 09:54:00 UTC (rev 56469)
+++ trunk/base/src/upgrade_sources_conf_default.tcl	2009-08-28 11:12:47 UTC (rev 56470)
@@ -94,7 +94,7 @@
 needs to have a \[default\] tag added to the primary MacPorts repository,
 however the proper entry could not be determined.  Please add the tag
 manually by either appending \[default\] to the end of the correct line,
-or if there are already tags, adding it to the list, eg,
+or if there are already tags, adding it to the list, e.g.
 \[nosync,default\].
 [string repeat - 72]"
    }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090828/f056bf1b/attachment.html>


More information about the macports-changes mailing list