Add forgotten files in the last commit.
This commit is contained in:
parent
298855e629
commit
87a401eeaa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20276
5 changed files with 759 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/es/gnome/docs/Makefile,v 1.2 2004/03/04 16:36:13 jesusr Exp $
|
||||
# $FreeBSD: www/es/gnome/docs/Makefile,v 1.3 2004/03/05 06:17:10 rushani Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,12 +8,12 @@
|
|||
.endif
|
||||
|
||||
DOCS= faq2.sgml
|
||||
#DOCS+= gnome_porting.sgml
|
||||
#DOCS+= gnome2_porting.sgml
|
||||
DOCS+= gnome_porting.sgml
|
||||
DOCS+= gnome2_porting.sgml
|
||||
DOCS+= porting.sgml
|
||||
DOCS+= bugging.sgml
|
||||
DOCS+= volunteer.sgml
|
||||
#DOCS+= knownissues.sgml
|
||||
#DOCS+= develfaq.sgml
|
||||
DOCS+= knownissues.sgml
|
||||
DOCS+= develfaq.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
160
es/gnome/docs/develfaq.sgml
Normal file
160
es/gnome/docs/develfaq.sgml
Normal file
|
@ -0,0 +1,160 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: FAQ de Desarrollo GNOME">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Contenido</h2>
|
||||
<ol>
|
||||
<li> <a href="#q1">¿Qué son las versiones de
|
||||
desarrollo de GNOME?</a>
|
||||
<li> <a href="#q2">¿Debo seguir las versiones de
|
||||
desarrollo?</a>
|
||||
<li> <a href="#q3">¿Cómo obtengo cosas de las
|
||||
versiones de desarrollo de GNOME?</a>
|
||||
<li> <a href="#q4">¿Cómo me mantengo actualizado y
|
||||
sincronizado?</a>
|
||||
<li> <a href="#q5">¿Qué debo hacer cuando algo no
|
||||
funcione?</a>
|
||||
<li> <a href="#q6">¿Cómo puedo ayudar con las
|
||||
versiones de desarrollo?</a>
|
||||
<li> <a href="#q7">¿Cúal es el estado actual del
|
||||
desarrollo de GNOME sobre FreeBSD?</a>
|
||||
</ol>
|
||||
|
||||
<h2>Texto Completo</h2>
|
||||
|
||||
<ol>
|
||||
<!-- Q1 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q1"></a>
|
||||
<p><b>¿Qué son las versiones de desarrollo de GNOME?</b></p>
|
||||
<!-- A1 -->
|
||||
<p>Las versiones de desarrollo son los paquetes liberados por el
|
||||
proyecto GNOME, que eventualmente sern las versiones estables.
|
||||
Existen tres ramas principales en estas versiones:</p>
|
||||
<ol>
|
||||
<li><b>STABLE</b> (ESTABLE) - Las librerías y aplicaciones
|
||||
en la rama estable son consideradas "de calidad comprobada", y
|
||||
son las versiones que aparecen en el árbol de ports de
|
||||
FreeBSD. La versión estable actual de GNOME es
|
||||
&gnomever;.</li>
|
||||
<li><b>DEVELOPMENT</b> (DESARROLLO) - Entre cada versión
|
||||
estable están las versiones de desarrollo.
|
||||
Tradicionalmente, las versiones en desarrollo de GNOME cuentan
|
||||
con numeros impares (ejem. 2.3, 2.5, 2.(n*2)-1). Las versiones
|
||||
en desarrollo serán las versiones estables, y son
|
||||
consideradas de calidad beta. Las versiones en desarrollo
|
||||
necesitan de ser probadas por usuarios de FreeBSD, para poder
|
||||
minimzar las sorpresas una vez que la versión estable es
|
||||
incluida en el árbol de ports CVS de FreeBSD. Este
|
||||
documento es sobre esta rama.</li>
|
||||
<li><b>CVS</b> - Continuamente mas-nuevo-que-lo-nuevo, las
|
||||
aplicaciones y librerías de la versión de CVS de
|
||||
GNOME son de calidad alpha, y en ocasiones completamente
|
||||
in-compilables. El proyecto FreeBSD GNOME presta
|
||||
atención, pero no da seguimiento al código de
|
||||
calidad alpha.</li>
|
||||
</ol>
|
||||
</li>
|
||||
|
||||
<!-- Q2 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q2"></a>
|
||||
<p><b>¿Debo seguir las versiones de desarrollo?</b></p>
|
||||
<!-- A2 -->
|
||||
<p>Si usted busca en entorno estable, definitivamente no.
|
||||
Por favor, solo mantengase en la rama de desarrollo si
|
||||
desea ayudar a identificar fallos y mejorar el proyecto
|
||||
FreeBSD GNOME. A usted le parecerá poco gracioso si
|
||||
una aplicación en desarrollo destruye su tarea.</p>
|
||||
</li>
|
||||
|
||||
<!-- Q3 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q3"></a>
|
||||
<p><b>¿Cómo obtengo cosas de las versiones de
|
||||
desarrollo de GNOME?</b></p>
|
||||
<!-- A3 -->
|
||||
<p><a href="mailto:marcus@FreeBSD.org">Marcus</a> es el
|
||||
responsable de mantener un servidor CVS donde se localizan
|
||||
todos los componentes de las versiones en desarrollo del
|
||||
proyecto FreeBSD GNOME. Las instrucciones sobre como ver
|
||||
el modulo ``ports'' y como fusionarlo con el árbol
|
||||
de ports de FreeBSD, se localizan en la página
|
||||
principal del repositorio. Por favor lea cuidadosamente
|
||||
las instrucciones en
|
||||
<a href="http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi">http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi</a>.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<!-- Q4 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q4"></a>
|
||||
<p><b>¿Cómo me mantengo actualizado y
|
||||
sincronizado?</b></p>
|
||||
<!-- A4 -->
|
||||
<p>La respuesta corta es que debe usar el script
|
||||
<tt>marcusmerge</tt>, que le servirá para fusionar
|
||||
el árbol de desarrollo con el árbol de ports
|
||||
de FreeBSD. El script <tt>marcusmerge</tt> esta disponible
|
||||
del repositorio MarcusCom, bajo el modulo
|
||||
<tt>portstools</tt>.</p>
|
||||
|
||||
<p>La respuesta aun mas corta y determinante es que si usted
|
||||
no sabe como obtener algo por medio de CVS y fusionarlas
|
||||
usando un script preelaborado, debera mantenerse con la
|
||||
rama estable.</p>
|
||||
</li>
|
||||
|
||||
<!-- Q5 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q5"></a>
|
||||
<p><b>¿Qué debo hacer cuando algo no funcione?
|
||||
</b></p>
|
||||
<!-- A5 -->
|
||||
<p><i>Alguien mas debera completar esta sección.
|
||||
Tiendo a crear más problemas de lo que
|
||||
arregló, y sera un tanto hipócrita de mi
|
||||
parte el completar esta parte. Además que me duele
|
||||
la mano, tengo sed y quiero un poco de la comida china que
|
||||
comí hace un rato. ¿Siempre soy así
|
||||
de quejoso? :)</i></p>
|
||||
</li>
|
||||
|
||||
<!-- Q6 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q6"></a>
|
||||
<p><b>¿Cómo puedo ayudar con las versiones de
|
||||
desarrollo?</b></p>
|
||||
<!-- A6 -->
|
||||
<p><i>Esta sección debe ser llenada por la gente que
|
||||
conoce mejor esta respuesta.</i></p>
|
||||
</li>
|
||||
|
||||
<!-- Q7 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q7"></a>
|
||||
<p><b>¿Cúal es el estado actual del desarrollo
|
||||
de GNOME sobre FreeBSD?</b></p>
|
||||
<!-- A7 -->
|
||||
<p>Las versiones en desarrollo del entorno completo del
|
||||
escritorio GNOME están disponibles y todas compilan
|
||||
limpiamente. <i>(Aquí deben ir altibajos del
|
||||
escritorio).</i></p>
|
||||
|
||||
<p>La mayoría de los componentes de
|
||||
<tt>x11/gnome2-fifth-toe</tt> cuentan con versiones en
|
||||
desarrollo operables. Aunque <tt>AbiWord</tt> no compila
|
||||
aún con las nuevas librerías GTK+-2.3,
|
||||
así como ninguna de las aplicaciones que cuentan con
|
||||
arreglos en C++. Los arreglos en C++ existen, pero ninguna
|
||||
de las aplicaciones de Fifth Toe compilan aún.
|
||||
<tt>GTetrinet</tt> tampoco compila aún.</p>
|
||||
|
||||
<p><i>Por favor, alguien que mejore esta sección. Es
|
||||
la razón principal por la cual se desarrollo este
|
||||
documento.</i></p>
|
||||
</li>
|
||||
|
||||
</ol>
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
316
es/gnome/docs/gnome2_porting.sgml
Normal file
316
es/gnome/docs/gnome2_porting.sgml
Normal file
|
@ -0,0 +1,316 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Componentes GNOME 2">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<!-- Begin USE_GNOME components list -->
|
||||
<table border="1" summary="GNOME 2 components">
|
||||
<tr>
|
||||
<th>COMPONENTE</th>
|
||||
<th>PROGRAMA ASOCIADO</th>
|
||||
<th>COMPONENTES IMPLICADOS</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>atk</tt></td>
|
||||
<td><tt>devel/atk</tt></td>
|
||||
<td><tt>glib20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>atspi</tt></td>
|
||||
<td><tt>x11-toolkits/at-spi</tt></td>
|
||||
<td><tt>gail libbonobo</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>eel2</tt></td>
|
||||
<td><tt>x11-toolkits/eel2</tt></td>
|
||||
<td><tt>gnomevfs2 libgnomeui gail</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>esound</tt></td>
|
||||
<td><tt>audio/esound</tt></td>
|
||||
<td><tt> </tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gail</tt></td>
|
||||
<td><tt>x11-toolkits/gail</tt></td>
|
||||
<td><tt>libgnomecanvas</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gal2</tt></td>
|
||||
<td><tt>x11-toolkits/gal2</tt></td>
|
||||
<td><tt>gnomeui libgnomeprintui</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gconf2</tt></td>
|
||||
<td><tt>devel/gconf2</tt></td>
|
||||
<td><tt>orbit2 libxml2 gtk20 linc</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>glib20</tt></td>
|
||||
<td><tt>devel/glib20</tt></td>
|
||||
<td><tt>gnometarget pkgconfig</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomecontrolcenter2</tt></td>
|
||||
<td><tt>sysutils/gnomecontrolcenter2</tt></td>
|
||||
<td><tt>gnomedesktop metacity nautilus2</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomedesktop</tt></td>
|
||||
<td><tt>x11/gnomedesktop</tt></td>
|
||||
<td><tt>libgnomeui</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomehack</tt></td>
|
||||
<td colspan="2"><tt>gnomehack</tt> se encarga de
|
||||
substituciones comunes en Makefiles de GNOME, que
|
||||
casi todo port requiere para adaptarse
|
||||
correctamente a la estructura. <b>Nota</b>:
|
||||
Incluir esta opción añade un
|
||||
<tt>pre-patch</tt> en el Makefile. Por tanto,
|
||||
debe definir explícitamente
|
||||
<tt>post-patch</tt>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomehier</tt></td>
|
||||
<td colspan="2"><tt>gnomehier</tt> instala todos
|
||||
los directorios necesarios para GNOME 1 y 2.
|
||||
Sólo incluya esta opción si su port
|
||||
hace un <tt>@dirrm</tt> en uno de los directorios
|
||||
listados en la plist para <tt>gnomehier</tt>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomepanel</tt></td>
|
||||
<td><tt>x11/gnomepanel</tt></td>
|
||||
<td><tt>libwnck gnomedesktop</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomeprefix</tt></td>
|
||||
<td colspan="2"><tt>gnomeprefix</tt> configura
|
||||
algunos argumentos (CONFIGURE_ARGS) para
|
||||
asegurarse que los datos son colocados
|
||||
correctamente dentro de la jerarquía GNOME.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnometarget</tt></td>
|
||||
<td colspan="2"><tt>gnometarget</tt> configura la
|
||||
variable <tt>CONFIGURE_TARGET</tt> a
|
||||
<tt>--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}</tt>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomevfs2</tt></td>
|
||||
<td><tt>devel/gnomevfs2</tt></td>
|
||||
<td><tt>gconf2 libbonobo gnomemimedata</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gtk20</tt></td>
|
||||
<td><tt>x11-toolkits/gtk20</tt></td>
|
||||
<td><tt>atk pango</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gtksourceview</tt></td>
|
||||
<td><tt>x11-toolkits/gtksourceview</tt></td>
|
||||
<td><tt>libgnome libgnomeprintui</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libartlgpl2</tt></td>
|
||||
<td><tt>graphics/libartlgpl2</tt></td>
|
||||
<td><tt>pkgconfig</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libbonobo</tt></td>
|
||||
<td><tt>devel/libbonobo</tt></td>
|
||||
<td><tt>libxml2 orbit2</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libbonoboui</tt></td>
|
||||
<td><tt>x11-toolkits/libbonoboui</tt></td>
|
||||
<td><tt>libgnomecanvas libgnome</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgailgnome</tt></td>
|
||||
<td><tt>x11-toolkits/libgail-gnome</tt></td>
|
||||
<td><tt>libgnomeui atspi</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgda2</tt></td>
|
||||
<td><tt>databases/libgda2</tt></td>
|
||||
<td><tt>glib20 libxslt</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libglade2</tt></td>
|
||||
<td><tt>devel/libglade2</tt></td>
|
||||
<td><tt>libxml2 gtk20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgnome</tt></td>
|
||||
<td><tt>x11/libgnome</tt></td>
|
||||
<td><tt>libxslt gnomevfs2 esound</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgnomeui</tt></td>
|
||||
<td><tt>x11-toolkits/libgnomeui</tt></td>
|
||||
<td><tt>libbonoboui</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgnomecanvas</tt></td>
|
||||
<td><tt>graphics/libgnomecanvas</tt></td>
|
||||
<td><tt>libglade2 libartlgpl2</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgnomedb</tt></td>
|
||||
<td><tt>databases/libgnomedb</tt></td>
|
||||
<td><tt>libgnomeui libgda2</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgnomeprint</tt></td>
|
||||
<td><tt>print/libgnomeprint</tt></td>
|
||||
<td><tt>libbonobo libartlgpl2 gtk20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgnomeprintui</tt></td>
|
||||
<td><tt>x11-toolkits/libgnomeprintui</tt></td>
|
||||
<td><tt>libgnomeprint libgnomecanvas</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgsf</tt></td>
|
||||
<td><tt>devel/libgsf</tt></td>
|
||||
<td><tt>gnomevfs2 libbonobo</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libgtkhtml</tt></td>
|
||||
<td><tt>www/libgtkhtml</tt></td>
|
||||
<td><tt>libxslt gnomevfs2 gail</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libidl</tt></td>
|
||||
<td><tt>devel/libIDL</tt></td>
|
||||
<td><tt>glib20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libwnck</tt></td>
|
||||
<td><tt>x11-toolkits/libwnck</tt></td>
|
||||
<td><tt>gtk20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>librsvg2</tt></td>
|
||||
<td><tt>graphics/librsvg2</tt></td>
|
||||
<td><tt>gtk20 libgsf</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libxml2</tt></td>
|
||||
<td><tt>textproc/libxml2</tt></td>
|
||||
<td><tt>pkgconfig</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libxslt</tt></td>
|
||||
<td><tt>textproc/libxslt</tt></td>
|
||||
<td><tt>libxml2</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>libzvt</tt></td>
|
||||
<td><tt>x11-toolkits/libzvt</tt></td>
|
||||
<td><tt>gtk20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>linc</tt></td>
|
||||
<td><tt>net/linc</tt></td>
|
||||
<td><tt>glib20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>nautilus2</tt></td>
|
||||
<td><tt>x11-fm/nautilus</tt></td>
|
||||
<td><tt>librsvg2 eel2 gnomedesktop</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>metacity</tt></td>
|
||||
<td><tt>x11-wm/metacity</tt></td>
|
||||
<td><tt>gconf2 glade2</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>orbit2</tt></td>
|
||||
<td><tt>devel/ORBit2</tt></td>
|
||||
<td><tt>libidl</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>pango</tt></td>
|
||||
<td><tt>x11-toolkits/pango</tt></td>
|
||||
<td><tt>glib20</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>pkgconfig</tt></td>
|
||||
<td><tt>devel/pkgconfig</tt></td>
|
||||
<td><tt> </tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>vte</tt></td>
|
||||
<td><tt>x11-toolkits/vte</tt></td>
|
||||
<td><tt>gtk20</tt></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!-- End GNOME-related Makefile macros -->
|
||||
|
||||
<p>Si aún necesita ayuda con sus ports, tome algunos de los
|
||||
<a href="/ports/gnome.html">ports existentes</a> como ejemplo.
|
||||
También cuenta con la
|
||||
<a href="mailto:&email;@FreeBSD.org">lista de correo
|
||||
freebsd-gnome</a> para apoyarlo.</p>>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
199
es/gnome/docs/gnome_porting.sgml
Normal file
199
es/gnome/docs/gnome_porting.sgml
Normal file
|
@ -0,0 +1,199 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Componentes GNOME 1">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<!-- Begin USE_GNOME components list -->
|
||||
<table border="1" summary="GNOME 1 components">
|
||||
<tr>
|
||||
<th>COMPONENTE</th>
|
||||
<th>PROGRAMA ASOCIADO</th>
|
||||
<th>COMPONENTES IMPLICADOS</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>bonobo</tt></td>
|
||||
<td><tt>devel/bonobo</tt></td>
|
||||
<td><tt>oaf gnomeprint</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>esound</tt></td>
|
||||
<td><tt>audio/esound</tt></td>
|
||||
<td><tt> </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/gnomedb</tt></td>
|
||||
<td><tt>libgda</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomehack</tt></td>
|
||||
<td colspan="2"><tt>gnomehack</tt> se encarga de
|
||||
substituciones comunes en Makefiles de GNOME, que
|
||||
casi todo port requiere para adaptarse
|
||||
correctamente a la estructura. <b>Nota</b>:
|
||||
Incluir esta opción añade un
|
||||
<tt>pre-patch</tt> en el Makefile. Por tanto,
|
||||
definir explícitamente <tt>post-patch</tt>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomehier</tt></td>
|
||||
<td colspan="2"><tt>gnomehier</tt> instala todos los
|
||||
directorios necesarios para GNOME 1 y 2.
|
||||
Sólo incluya esta opción si su port
|
||||
hace un <tt>@dirrm</tt> en uno de los directorios
|
||||
listados en la plist para <tt>gnomehier</tt>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomelibs</tt></td>
|
||||
<td><tt>x11/gnomelibs</tt></td>
|
||||
<td><tt>esound imlib libxml orbit</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomemimedata</tt></td>
|
||||
<td><tt>misc/gnomemimedata</tt></td>
|
||||
<td><tt>gnomehier pkgconfig</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomeprefix</tt></td>
|
||||
<td colspan="2"><tt>gnomeprefix</tt> configura
|
||||
algunos argumentos (CONFIGURE_ARGS) para
|
||||
asegurarse que los datos son colocados
|
||||
correctamente dentro de la jerarquía GNOME.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomeprint</tt></td>
|
||||
<td><tt>print/gnomeprint</tt></td>
|
||||
<td><tt>gnomelibs gnomecanvas</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>gnomevfs</tt></td>
|
||||
<td><tt>devel/gnomevfs</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> </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>
|
||||
|
||||
</table>
|
||||
<!-- End GNOME-related Makefile macros -->
|
||||
|
||||
<p>Si aún necesita ayuda con sus ports, tome algunos de los
|
||||
<a href="/ports/gnome.html">ports existentes</a> como ejemplo.
|
||||
También cuenta con la
|
||||
<a href="mailto:&email;@FreeBSD.org">lista de correo de
|
||||
freebsd-gnome</a> para apoyarlo.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
79
es/gnome/docs/knownissues.sgml
Normal file
79
es/gnome/docs/knownissues.sgml
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Problemas Conocidos de GNOME &gnomever; en FreeBSD">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>En la parte inferior encontrar una lista de problemas conocidos
|
||||
con GNOME &gnomever;, que son específicos de FreeBSD.
|
||||
Aunque estos no son todos los problemas conocidos. Por favor lea
|
||||
las
|
||||
<a href="http://www.gnome.org/start/&gnomever;/notes/">notas de lanzamiento</a>,
|
||||
las cuales contienen una
|
||||
<a href="http://www.gnome.org/start/&gnomever;/notes/rnknownissues.html">lista</a>
|
||||
de problemas conocidos, que afectan a todas las plataformas.</p>
|
||||
|
||||
<h3>1. Actualizando de GNOME 2.2 a &gnomever; es laborioso</h3>
|
||||
|
||||
<p> Para efecto de actualizar a GNOME &gnomever;, debe seguir las
|
||||
<a href="http://www.freebsd.org/gnome/docs/faq2.html#q5"> instrucciones</a>
|
||||
indicadas. Aunque aún esto puede producir errores.
|
||||
Puede ser que sea necesario que ejecute <tt>pkgdb -F</tt>
|
||||
después de cada paso. Si se continúan
|
||||
presentando errores una vez que ha seguido las instrucciones
|
||||
dadas, cree un archivo de registro (log) de todo el
|
||||
procedimiento (puede usar la opción <tt>-l</tt> de
|
||||
<tt>portupgrade</tt> para hacer esto). <b>Comprimalo</b> y
|
||||
envíe el archivo a
|
||||
<a href="mailto:&email;@FreeBSD.org">&email;@FreeBSD.org</a>.
|
||||
</p>
|
||||
|
||||
<h3>2. Evolution presenta un error con archivos adjuntos bajo GNOME
|
||||
&gnomever;</h3>
|
||||
|
||||
<p>evolution-1.4.4 tiene un problema con archivos adjuntos bajo
|
||||
GNOME &gnomever;. Para solucionar este problema, haga lo
|
||||
siguiente, como root:
|
||||
</p>
|
||||
<pre>
|
||||
# ln -s /usr/X11R6/share/icons/gnome/48x48/apps/gnome-unknown.png /usr/X11R6/share/gnome/pixmaps/gnome-unknown.png
|
||||
</pre>
|
||||
|
||||
<p>Este problema fu resuelto en evolution-1.4.5, y actualizarse
|
||||
a evolution-1.4.5 es probablemente la mejor solución.
|
||||
</p>
|
||||
|
||||
<h3>3. gstreamer no funciona bien con rhythmbox</h3>
|
||||
|
||||
<p>gstreamer no funciona bien con rhythmbox. Por ahora, es
|
||||
recomendable que compile rhythmbox con la opción
|
||||
<tt>-DWITH_XINE</tt>. (<b>ACTUALIZACION:</b> Desde
|
||||
gstreamer-plugins-0.6.3_1, este problema se ha resulto)
|
||||
</p>
|
||||
|
||||
<h3>4. GDM se congela al inciar</h3>
|
||||
|
||||
<p>Puede ser que GDM se congele al inicar, especialmente en
|
||||
5.1-RELEASE y anteriores. Todos los usuarios de GDM deben
|
||||
copiar <tt>/usr/X11R6/etc/gdm/factory-gdm.conf</tt> sobre
|
||||
<tt>/usr/X11R6/etc/gdm/gdm.conf</tt>. La antigua
|
||||
versión de configuración de GNOME 2.2 no
|
||||
funcionará. Usuarios de 5.1-RELEASE y anteriores
|
||||
deberán leer el <tt>pkg-message</tt> que viene con el
|
||||
port/paquete de GDM2, y que explica como aplicar el parche para
|
||||
que OpenPAM funcione con GDM2.</p>
|
||||
|
||||
<h3>5. gnomemeeting falla en compilar</h3>
|
||||
|
||||
<p>Gnomemeeting puede fallar en compilar si cuenta con el paquete
|
||||
ffmepg instalado. Si es así, elimine ffmpeg, compile
|
||||
gnomemeeting y posteriormente reinstale ffmpeg si lo desea.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue