doc/website/content/en/gnome/docs/gnome1_porting.adoc
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

35 lines
1.2 KiB
Text

---
title: "FreeBSD GNOME Project: GNOME 1 Components"
sidenav: gnome
---
= FreeBSD GNOME Project: GNOME 1 Components
To see how to utilize these components, please examine the link:../example-makefile/[example Makefile].
[.tblbasic]
[cols=",,",]
|===
|*COMPONENT* |*ASSOCIATED PROGRAM* |*IMPLIED COMPONENTS*
|bonobo |devel/bonobo |oaf gnomeprint
|gal |x11-toolkits/gal |libglade
|gconf |devel/gconf |oaf
|gdkpixbuf |graphics/gdk-pixbuf |gtk12
|glib12 |devel/glib12 |pkgconfig
|gnomecanvas |graphics/gnomecanvas |gnomelibs gdkpixbuf
|gnomedb |databases/gnome-db |libgda
|gnomelibs |x11/gnome-libs |esound imlib libxml orbit
|gnomeprint |print/gnome-print |gnomelibs gnomecanvas
|gnomevfs |devel/gnome-vfs1 |gnomemimedata gconf gnomelibs
|gtk12 |x11-toolkits/gtk12 |glib12
|imlib |graphics/imlib |gtk12
|libgda |databases/libgda |gconf bonobo
|libghttp |www/libghttp |
|libglade |devel/libglade |gnomedb
|libxml |textproc/libxml |glib12
|oaf |devel/oaf |orbit libxml
|orbit |devel/ORBit |glib12
|pygtk |x11-toolkits/py-gtk |gnomelibs gdkpixbuf libglade
|===
If you still need help with your port, have a look at some of the existing ports for examples. The link:mailto:freebsd-gnome@FreeBSD.org[freebsd-gnome mailing list] is also there for you.