doc/en/gnome/docs/gnome1_porting.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00

171 lines
3.8 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome1_porting.sgml,v 1.7 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 1 Components">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
<html>
&header;
<p> To see how to utilize these components, please examine the
<a href="example-Makefile.html">example Makefile</a>.
</p>
<!-- Begin USE_GNOME components list -->
<table class="tblbasic" summary="GNOME 1 components">
<tr>
<th>COMPONENT</th>
<th>ASSOCIATED PROGRAM</th>
<th>IMPLIED COMPONENTS</th>
</tr>
<tr>
<td><tt>bonobo</tt></td>
<td><tt>devel/bonobo</tt></td>
<td><tt>oaf gnomeprint</tt></td>
</tr>
<tr>
<td><tt>gal</tt></td>
<td><tt>x11-toolkits/gal</tt></td>
<td><tt>libglade</tt></td>
</tr>
<tr>
<td><tt>gconf</tt></td>
<td><tt>devel/gconf</tt></td>
<td><tt>oaf</tt></td>
</tr>
<tr>
<td><tt>gdkpixbuf</tt></td>
<td><tt>graphics/gdk-pixbuf</tt></td>
<td><tt>gtk12</tt></td>
</tr>
<tr>
<td><tt>glib12</tt></td>
<td><tt>devel/glib12</tt></td>
<td><tt>pkgconfig</tt></td>
</tr>
<tr>
<td><tt>glibwww</tt></td>
<td><tt>www/glibwww</tt></td>
<td><tt>gnomelibs</tt></td>
</tr>
<tr>
<td><tt>gnomecanvas</tt></td>
<td><tt>graphics/gnomecanvas</tt></td>
<td><tt>gnomelibs gdkpixbuf</tt></td>
</tr>
<tr>
<td><tt>gnomedb</tt></td>
<td><tt>databases/gnome-db</tt></td>
<td><tt>libgda</tt></td>
</tr>
<tr>
<td><tt>gnomelibs</tt></td>
<td><tt>x11/gnome-libs</tt></td>
<td><tt>esound imlib libxml orbit</tt></td>
</tr>
<tr>
<td><tt>gnomeprint</tt></td>
<td><tt>print/gnome-print</tt></td>
<td><tt>gnomelibs gnomecanvas</tt></td>
</tr>
<tr>
<td><tt>gnomevfs</tt></td>
<td><tt>devel/gnome-vfs1</tt></td>
<td><tt>gnomemimedata gconf gnomelibs</tt></td>
</tr>
<tr>
<td><tt>gtk12</tt></td>
<td><tt>x11-toolkits/gtk12</tt></td>
<td><tt>glib12</tt></td>
</tr>
<tr>
<td><tt>gtkhtml</tt></td>
<td><tt>www/gtkhtml</tt></td>
<td><tt>glibwww gal libghttp libcapplet</tt></td>
</tr>
<tr>
<td><tt>imlib</tt></td>
<td><tt>graphics/imlib</tt></td>
<td><tt>gtk12</tt></td>
</tr>
<tr>
<td><tt>libcapplet</tt></td>
<td><tt>x11/libcapplet</tt></td>
<td><tt>gnomelibs</tt></td>
</tr>
<tr>
<td><tt>libgda</tt></td>
<td><tt>databases/libgda</tt></td>
<td><tt>gconf bonobo</tt></td>
</tr>
<tr>
<td><tt>libghttp</tt></td>
<td><tt>www/libghttp</tt></td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
<td><tt>libglade</tt></td>
<td><tt>devel/libglade</tt></td>
<td><tt>gnomedb</tt></td>
</tr>
<tr>
<td><tt>libxml</tt></td>
<td><tt>textproc/libxml</tt></td>
<td><tt>glib12</tt></td>
</tr>
<tr>
<td><tt>oaf</tt></td>
<td><tt>devel/oaf</tt></td>
<td><tt>orbit libxml</tt></td>
</tr>
<tr>
<td><tt>orbit</tt></td>
<td><tt>devel/ORBit</tt></td>
<td><tt>glib12</tt></td>
</tr>
<tr>
<td><tt>pygnome</tt></td>
<td><tt>x11-toolkits/py-gnome</tt></td>
<td><tt>gtkhtml pygtk</tt></td>
</tr>
<tr>
<td><tt>pygtk</tt></td>
<td><tt>x11-toolkits/py-gtk</tt></td>
<td><tt>gnomelibs gdkpixbuf libglade</tt></td>
</tr>
</table>
<!-- End GNOME-related Makefile macros -->
<p>If you still need help with your port, have a look at some of
the <a href="/ports/gnome.html">existing ports</a> for examples.
The <a href="mailto:&email;@FreeBSD.org">freebsd-gnome mailing
list</a> is also there for you.</p>
&footer;
</body>
</html>