Files
Boey Maun Suang 321c4fa5f3 Pick off some low-hanging fruit to start updating the DocBook documentation:
* Replace instances of "Darwinports" with "MacPorts", "dport" with "mport",
   "CVS" with "Subversion" and "cvs" with "svn";
 * Update some of the old email address and links;
 * Make one update about MacPorts no longer supporting OSes other than Mac OS
   10.3 and above.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26404 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-21 08:53:47 +00:00

37 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter id="roadmap">
<chapterinfo>
<keywordset>
<keyword>
</keyword>
</keywordset>
</chapterinfo>
<title>MacPorts Roadmap</title>
<sect1>
<title>About this Chapter</title>
<para>This is the MacPorts roadmap for future development. This
chapter will contain a verbose TODO list for the project, as well
as (once these goals are acheived) a place where new features
and/or changes will be documented prior to their incorporation
into the Guide as a whole.</para>
</sect1>
<sect1>
<title>Remove cruft from MacPorts API</title>
<para>Most of the MacPorts API (<function>mportsearch</function>,
etc) is intended for use by external applications, such as Ports
Manager and <command>port</command>(1). However, the MacPorts
"API" has grown organically, and there is a lot of cruft and clean
up that could be done. One piece of low hanging fruit would be to
use Tcl namespaces to properly remove the MacPorts API from the
global namespace, and only namespace export the mport*
procedures.</para>
</sect1>
</chapter>