[24564] trunk/base/doc/INTERNALS
source_changes at macosforge.org
source_changes at macosforge.org
Sat Apr 28 05:32:38 PDT 2007
Revision: 24564
http://trac.macosforge.org/projects/macports/changeset/24564
Author: jmpp at macports.org
Date: 2007-04-28 05:32:38 -0700 (Sat, 28 Apr 2007)
Log Message:
-----------
Manually merging cleanups to the base/doc/INTERNALS file.
Modified Paths:
--------------
trunk/base/doc/INTERNALS
Modified: trunk/base/doc/INTERNALS
===================================================================
--- trunk/base/doc/INTERNALS 2007-04-28 11:37:30 UTC (rev 24563)
+++ trunk/base/doc/INTERNALS 2007-04-28 12:32:38 UTC (rev 24564)
@@ -1,16 +1,16 @@
DARWIN PORTS INTERNALS
-The darwin ports system is composed of a three TCL libraries:
+The DarwinPorts system is composed of three TCL libraries:
darwinports - public API
port - portfile parsing and execution
pextlib - necessary C extensions to TCL
- These three TCL libraries are grouped as a TCL "package". TCL packages
-allow for complex versioning and have a provide/require model of use, making
+ These three TCL libraries are grouped as TCL "packages". They allow
+for complex versioning and have a provide/require model of use, making
them well suited for maintaining a backwards compatable ports system.
- The "darwinports" TCL Library provides a public API into the darwin
-ports system. Any external application wishing to manipulate a port can
+ The "darwinports" TCL Library provides a public API into the MarwinPorts
+system. Any external application wishing to manipulate a port can
load the "darwinports" TCL library. 'port', the included command line port
utility, uses only the exported "darwinports" API.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070428/bfb229ca/attachment.html
More information about the macports-changes
mailing list