Changeset ac4b41a
- Timestamp:
- 05/10/2012 09:04:02 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dc600829
- Parents:
- 06f76d2c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TODO
r06f76d2c rac4b41a 3 3 * Upgrade: 4 4 5 * graphviz-2.28.0 (Don't forget to mark it as checked)6 5 * libdvdcss-1.2.12 7 6 * libidn-1.24 … … 12 11 * tcl-8.5.11 13 12 * tk-8.5.11 14 * udisks-1.0.415 13 * unixODBC-2.3.1 (Don't forget to mark it as checked) 16 14 … … 19 17 * Check libusb-compat-0.1.3 20 18 * Check mod_dnssd-0.6 21 22 * Check the following if nobody does it:23 24 * enchant-1.6.025 * libdv-1.0.0 -
general.ent
r06f76d2c rac4b41a 302 302 <!ENTITY unixodbc-version "2.3.0"> 303 303 <!ENTITY libiodbc-version "3.52.7"> 304 <!ENTITY graphviz-version "2.2 6.3">304 <!ENTITY graphviz-version "2.28.0"> 305 305 <!ENTITY recode-version "3.6"> 306 306 <!-- <!ENTITY rman-version "3.2"> --> … … 334 334 <!ENTITY sg3_utils-version "1.29"> 335 335 <!ENTITY parted-version "3.1"> 336 <!ENTITY udisks-version "1.0. 1">336 <!ENTITY udisks-version "1.0.4"> 337 337 <!ENTITY udisks2-version "1.96.0"> 338 338 <!ENTITY eject-version "2.1.5"> -
general/genutils/graphviz.xml
r06f76d2c rac4b41a 6 6 7 7 <!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz"> 8 <!ENTITY graphviz-download-ftp " &gentoo-ftp-repo;/graphviz-&graphviz-version;.tar.gz">9 <!ENTITY graphviz-md5sum " 6f45946fa622770c45609778c0a982ee">10 <!ENTITY graphviz-size "1 7MB">11 <!ENTITY graphviz-buildsize "1 42MB">12 <!ENTITY graphviz-time " 1.5 SBU">8 <!ENTITY graphviz-download-ftp " "> 9 <!ENTITY graphviz-md5sum "8d26c1171f30ca3b1dc1b429f7937e58"> 10 <!ENTITY graphviz-size "19 MB"> 11 <!ENTITY graphviz-buildsize "155 MB"> 12 <!ENTITY graphviz-time "2.5 SBU"> 13 13 ]> 14 14 … … 30 30 <title>Introduction to Graphviz</title> 31 31 32 <para>The <application>Graphviz</application> package contains graph 33 visualization software. Graph visualization is a way of representing 34 structural information as diagrams of abstract graphs and networks. 35 <application>Graphviz</application> has several main graph layout 36 programs. It also has web and interactive graphical interfaces, auxiliary 37 tools, libraries, and language bindings.</para> 38 39 <para>The <application>Graphviz</application> layout programs take 40 descriptions of graphs in a simple text language, and creates diagrams in 41 several useful formats such as images and SVG for web pages, Postscript for 42 inclusion in PDF or other documents, or as objects displayed in an 43 interactive graph browser. (Graphviz also supports GXL, an XML dialect.) In 44 practice, graphs are usually generated from external data sources, but they 45 can also be created and edited manually, either as raw text files or within 46 a graphical editor. (Graphviz was not intended to be a 47 <application>Visio</application> replacement, so it would probably be 48 frustrating to try to use it that way.)</para> 49 50 <para>This package is useful for automatic graph drawing which has many 51 important applications in software engineering, database and web design, 52 networking, and in visual interfaces for many other domains. Graphviz has 53 many useful features for concrete diagrams, such as options for colors, 54 fonts, tabular node layouts, line styles, hyperlinks, and custom 55 shapes.</para> 32 <para> 33 The <application>Graphviz</application> package contains graph 34 visualization software. Graph visualization is a way of representing 35 structural information as diagrams of abstract graphs and networks. 36 <application>Graphviz</application> has several main graph layout 37 programs. It also has web and interactive graphical interfaces, auxiliary 38 tools, libraries, and language bindings. 39 </para> 40 41 &lfs70_checked; 56 42 57 43 <bridgehead renderas="sect3">Package Information</bridgehead> 58 44 <itemizedlist spacing="compact"> 59 45 <listitem> 60 <para>Download (HTTP): <ulink url="&graphviz-download-http;"/></para> 46 <para> 47 Download (HTTP): <ulink url="&graphviz-download-http;"/> 48 </para> 61 49 </listitem> 62 50 <listitem> 63 <para>Download (FTP): <ulink url="&graphviz-download-ftp;"/></para> 51 <para> 52 Download (FTP): <ulink url="&graphviz-download-ftp;"/> 53 </para> 64 54 </listitem> 65 55 <listitem> 66 <para>Download MD5 sum: &graphviz-md5sum;</para> 56 <para> 57 Download MD5 sum: &graphviz-md5sum; 58 </para> 67 59 </listitem> 68 60 <listitem> 69 <para>Download size: &graphviz-size;</para> 61 <para> 62 Download size: &graphviz-size; 63 </para> 70 64 </listitem> 71 65 <listitem> 72 <para>Estimated disk space required: &graphviz-buildsize;</para> 66 <para> 67 Estimated disk space required: &graphviz-buildsize; 68 </para> 73 69 </listitem> 74 70 <listitem> 75 <para>Estimated build time: &graphviz-time;</para> 71 <para> 72 Estimated build time: &graphviz-time; 73 </para> 76 74 </listitem> 77 75 </itemizedlist> 78 76 79 < !-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>77 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 80 78 <itemizedlist spacing="compact"> 81 79 <listitem> 82 <para>Required patch: <ulink 83 url="&patch-root;/graphviz-&graphviz-version;-gd_fixes-1.patch"/></para> 80 <para> 81 Required patch: 82 <ulink url="&patch-root;/graphviz-&graphviz-version;-fix-guile-detection-1.patch"/> 83 </para> 84 84 </listitem> 85 </itemizedlist> -->85 </itemizedlist> 86 86 87 87 <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead> 88 88 89 <bridgehead renderas="sect4">Recommended</bridgehead> 90 <para role="recommended"> 91 <xref linkend="expat"/>, 92 <xref linkend="freetype2"/>, 93 <xref linkend="fontconfig"/>, 94 <xref linkend="freeglut"/>, 95 <xref linkend="gdk-pixbuf"/>, 96 <xref linkend="libjpeg"/>, 97 <xref linkend="libpng"/>, 98 <xref linkend="librsvg"/>, 99 <xref linkend="pango"/> and 100 <xref linkend="xorg7-lib"/> 101 </para> 102 89 103 <bridgehead renderas="sect4">Optional</bridgehead> 90 <para role="optional"><!-- <xref linkend="pkgconfig"/>, --> 91 <xref linkend="expat"/>, 92 <xref linkend="freetype2"/>, 93 <xref linkend="fontconfig"/>, 94 <xref linkend="freeglut"/>, 95 <xref linkend="libpng"/>, 96 <xref linkend="x-window-system"/>, 97 <xref linkend="pango"/> (built with <application>cairo</application> support), 98 <xref linkend="gtk2"/>, 99 <xref linkend="libglade"/>, 100 <xref linkend="librsvg"/>, 101 <xref linkend="gs"/>, 102 <xref linkend="tcl"/>, 103 <xref linkend="tk"/>, 104 <ulink url="http://openil.sourceforge.net/projects.php">DevIL</ulink>, 105 <ulink url="http://sourceforge.net/projects/lasi/">libLASi</ulink>, 106 <ulink url="http://www.freedesktop.org/wiki/Software/glitz">glitz</ulink>, 107 <ulink url="http://www.libgd.org/">GD Library</ulink>, 108 <xref linkend="libjpeg"/> (only if using the internal source code copy 109 of the GD Library), and 110 <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para> 111 112 <bridgehead renderas="sect4">Optional 113 (to Build Language Bindings)</bridgehead> 114 <para role="optional"><ulink url="http://www.swig.org/">SWIG</ulink> 115 (<application>SWIG</application> must be installed or no bindings will be 116 built), 117 <xref linkend="guile"/>, 118 <xref linkend="icedtea6"/><!-- or <xref linkend="jdk"/>-->, 119 <xref linkend="php"/>, 120 <xref linkend="python2"/>, 121 <xref linkend="ruby"/>, 122 <xref linkend="tcl"/>, 123 C# (<ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU Portable.NET</ulink> 124 or <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>), 125 <ulink url="http://www.iolanguage.com/about/">Io</ulink>, 126 <ulink url="http://www.r-project.org/">R</ulink>, 127 <ulink url="http://www.lua.org/">Lua</ulink>, and 128 <ulink url="http://caml.inria.fr/ocaml/index.en.html">Objective Caml</ulink></para> 104 <para role="optional"> 105 <ulink url="http://openil.sourceforge.net/projects.php">DevIL</ulink>, 106 <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink>, 107 <xref linkend="libglade"/>, 108 <ulink url="http://sourceforge.net/projects/lasi/">libLASi</ulink>, 109 <ulink url="http://www.libgd.org/">GD Library</ulink>, 110 <ulink url="http://www.freedesktop.org/wiki/Software/glitz">glitz</ulink>, 111 <xref linkend="gs"/>, 112 <xref linkend="gtk2"/> and 113 <xref linkend="qt4"/> 114 </para> 115 116 <bridgehead renderas="sect4">Optional (To Build Language Bindings)</bridgehead> 117 <para role="optional"> 118 <ulink url="http://www.swig.org/">SWIG</ulink> 119 (<application>SWIG</application> must be installed or no bindings will be built), 120 <xref linkend="guile"/>, 121 <xref linkend="icedtea6"/>, 122 <ulink url="http://www.iolanguage.com/about/">Io</ulink>, 123 <ulink url="http://www.lua.org/">Lua</ulink>, 124 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>, 125 <ulink url="http://caml.inria.fr/ocaml/index.en.html">Objective Caml</ulink>, 126 <xref linkend="php"/>, 127 <xref linkend="python2"/>, 128 <ulink url="http://www.r-project.org/">R</ulink>, 129 <xref linkend="ruby"/>, 130 <xref linkend="tcl"/> and 131 <xref linkend="tk"/> 132 </para> 129 133 130 134 <para condition="html" role="usernotes">User Notes: … … 136 140 <title>Installation of Graphviz</title> 137 141 138 <para>Install <application>Graphviz</application> by running the following 139 commands:</para> 140 141 <screen><userinput>./configure --prefix=/usr && 142 <para> 143 Install <application>Graphviz</application> by running the following 144 commands: 145 </para> 146 147 <screen><userinput>patch -Np1 -i ../graphviz-&graphviz-version;-fix-guile-detection-1.patch && 148 sed -e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-1.9.1/{`uname -m`-linux,ruby/backward,})"'":' \ 149 -e '/CONFIG/s:site:vendor:' \ 150 -i config/config_ruby.rb && 151 ./configure --prefix=/usr CXXFLAGS="-fpermissive" && 142 152 make</userinput></screen> 143 153 144 <para>This package does not come with a test suite that provides 145 meaningful results.</para> 146 147 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 154 <para> 155 This package does not come with a test suite that provides meaningful results. 156 </para> 157 158 <para> 159 Now, as the <systemitem class="username">root</systemitem> user: 160 </para> 148 161 149 162 <screen role="root"><userinput>make install</userinput></screen> 150 163 151 <para>If desired, create a symbolic link in the system documents directory 152 to the documentation installed in 153 <filename class='directory'>/usr/share/graphviz/doc</filename> using the 154 following command as the <systemitem class="username">root</systemitem> 155 user:</para> 164 <para> 165 If desired, create a symbolic link in the system documents directory 166 to the documentation installed in 167 <filename class='directory'>/usr/share/graphviz/doc</filename> using the 168 following command as the <systemitem class="username">root</systemitem> 169 user: 170 </para> 156 171 157 172 <screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc \ … … 173 188 </sect3> 174 189 175 <sect3><title>Configuration Information</title> 176 177 <para>There are no specific configuration requirements for 178 <application>Graphviz</application>. You may consider installing the 179 additional plugins and tools available from the download page at 180 <ulink url="http://www.graphviz.org/Download_source.php"/> for additional 181 capabilities. If additional plugins are installed, you can run 182 <command>dot_static -c</command> (as the 183 <systemitem class="username">root</systemitem> user) to update the 184 <filename>config</filename> file in 185 <filename class='directory'>/usr/lib/graphviz</filename>.</para> 190 <sect3> 191 <title>Configuration Information</title> 192 193 <para> 194 There are no specific configuration requirements for 195 <application>Graphviz</application>. You may consider installing the 196 additional plugins and tools available from the download page at 197 <ulink url="http://www.graphviz.org/Download_source.php"/> for additional 198 capabilities. If additional plugins are installed, you can run 199 <command>dot -c</command> (as the 200 <systemitem class="username">root</systemitem> user) to update the 201 <filename>config</filename> file in 202 <filename class='directory'>/usr/lib/graphviz</filename>. 203 </para> 186 204 187 205 </sect3> … … 198 216 199 217 <seglistitem> 200 <seg>acyclic, bcomps, ccomps, circo, dijkstra, dot, dot2gxl, 201 dot_static, dotty, fdp, gc, gvcolor, gvpack, gvpr, gxl2dot, lefty, 202 lneato, nop, prune, sccmap, tred, twopi and unflatten</seg> 203 <seg>libagraph.{so,a}, libcdt.{so,a}, libexpr.{so,a}, libgraph.{so,a}, 204 libpack.{so,a}, libpathplan.{so,a}, additional support libraries 205 and language bindings</seg> 206 <seg>/usr/include/graphviz, /usr/lib/graphviz and 207 /usr/share/graphviz</seg> 218 <seg> 219 acyclic, bcomps, ccomps, circo, cluster, diffimg, dijkstra, 220 dot, dot2gxl, dot_builtins, dotty, fdp, gc, gml2gv, gv2gxl, 221 gvcolor, gvedit, gvgen, gvmap, gvmap.sh, gvpack, gvpr, 222 gxl2dot, gxl2gv, lefty, lneato, mm2gv, neato, nop, osage, 223 patchwork, prune, sccmap, sfdp, tred, twopi, unflatten and vimdot 224 </seg> 225 <seg> 226 libcdt.so, libcgraph.so, libgraph.so, libgvc.so, libgvpr.so, 227 libpathplan.so and libxdot.so 228 </seg> 229 <seg> 230 /usr/include/graphviz, 231 /usr/lib/graphviz and 232 /usr/share/graphviz</seg> 208 233 </seglistitem> 209 234 </segmentedlist> … … 217 242 <term><command>acyclic</command></term> 218 243 <listitem> 219 <para>is a filter that takes a directed graph as input and outputs a 220 copy of the graph with sufficient edges reversed to make the graph 221 acyclic. The reversed edge inherits all of the attributes of the 222 original edge.</para> 244 <para> 245 is a filter that takes a directed graph as input and outputs a 246 copy of the graph with sufficient edges reversed to make the 247 graph acyclic. 248 </para> 223 249 <indexterm zone="graphviz acyclic"> 224 250 <primary sortas="b-acyclic">acyclic</primary> … … 230 256 <term><command>bcomps</command></term> 231 257 <listitem> 232 <para>decomposes graphs into their biconnected components, printing 233 the components to standard output.</para> 258 <para> 259 decomposes graphs into their biconnected components, 260 printing the components to standard output. 261 </para> 234 262 <indexterm zone="graphviz bcomps"> 235 263 <primary sortas="b-bcomps">bcomps</primary> … … 241 269 <term><command>ccomps</command></term> 242 270 <listitem> 243 <para>decomposes graphs into their connected components, printing the 244 components to standard output.</para> 271 <para> 272 decomposes graphs into their connected components, 273 printing the components to standard output. 274 </para> 245 275 <indexterm zone="graphviz ccomps"> 246 276 <primary sortas="b-ccomps">ccomps</primary> … … 252 282 <term><command>circo</command></term> 253 283 <listitem> 254 <para>draws graphs using a circular layout. The tool identifies 255 biconnected components and draws the nodes of the component on a 256 circle. The block-cutpoint tree is then laid out using a recursive 257 radial algorithm. Edge crossings within a circle are minimized by 258 placing as many edges on the circle's perimeter as possible. In 259 particular, if the component is outerplanar, the component will have 260 a planar layout.</para> 284 <para> 285 draws graphs using a circular layout. 286 </para> 261 287 <indexterm zone="graphviz circo"> 262 288 <primary sortas="b-circo">circo</primary> … … 265 291 </varlistentry> 266 292 293 <varlistentry id="cluster"> 294 <term><command>cluster</command></term> 295 <listitem> 296 <para> 297 takes as input a graph in DOT format, finds node clusters 298 and augments the graph with this information. 299 </para> 300 <indexterm zone="graphviz cluster"> 301 <primary sortas="b-cluster">cluster</primary> 302 </indexterm> 303 </listitem> 304 </varlistentry> 305 306 <varlistentry id="diffimg"> 307 <term><command>diffimg</command></term> 308 <listitem> 309 <para> 310 generates an image where each pixel is the 311 difference between the corresponding pixel in 312 each of the two source images. 313 </para> 314 <indexterm zone="graphviz diffimg"> 315 <primary sortas="b-diffimg">diffimg</primary> 316 </indexterm> 317 </listitem> 318 </varlistentry> 319 267 320 <varlistentry id="dijkstra"> 268 321 <term><command>dijkstra</command></term> 269 322 <listitem> 270 <para>reads a stream of graphs and for each computes the distance of 271 every node from sourcenode.</para> 323 <para> 324 reads a stream of graphs and for each computes the distance of 325 every node from sourcenode. 326 </para> 272 327 <indexterm zone="graphviz dijkstra"> 273 328 <primary sortas="b-dijkstra">dijkstra</primary> … … 279 334 <term><command>dot</command></term> 280 335 <listitem> 281 <para>draws directed graphs. It works well on DAGs and other graphs 282 that can be drawn as hierarchies. It reads attributed graph files and 283 writes drawings. By default, the output format dot is the input file 284 with layout coordinates appended.</para> 336 <para> 337 draws directed graphs. It works well on DAGs and other graphs 338 that can be drawn as hierarchies. It reads attributed graph files and 339 writes drawings. By default, the output format dot is the input file 340 with layout coordinates appended. 341 </para> 285 342 <indexterm zone="graphviz dot"> 286 343 <primary sortas="b-dot">dot</primary> … … 292 349 <term><command>dot2gxl</command></term> 293 350 <listitem> 294 <para>converts between graphs represented in GXL and in the DOT 295 language. Unless a conversion type is specified using a flag, 296 <command>gxl2dot</command> will deduce the type of conversion from 297 the suffix of the input file, a 298 <filename class='extension'>.dot</filename> suffix causing a 299 conversion from DOT to GXL, and a 300 <filename class='extension'>.gxl</filename> suffix causing a 301 conversion from GXL to DOT.</para> 351 <para> 352 converts between graphs represented in GXL and in the DOT 353 language. Unless a conversion type is specified using a flag, 354 <command>gxl2dot</command> will deduce the type of conversion from 355 the suffix of the input file, a 356 <filename class='extension'>.dot</filename> suffix causing a 357 conversion from DOT to GXL, and a 358 <filename class='extension'>.gxl</filename> suffix causing a 359 conversion from GXL to DOT. 360 </para> 302 361 <indexterm zone="graphviz dot2gxl"> 303 362 <primary sortas="b-dot2gxl">dot2gxl</primary> … … 306 365 </varlistentry> 307 366 308 <varlistentry id="dot_static">309 <term><command>dot_static</command></term>310 <listitem>311 <para>is a version of <command>dot</command>that has all the312 <application>Graphviz</application> libraries compiled313 statically.</para>314 <indexterm zone="graphviz dot_static">315 <primary sortas="b-dot_static">dot_static</primary>316 </indexterm>317 </listitem>318 </varlistentry>319 320 367 <varlistentry id="dotty"> 321 368 <term><command>dotty</command></term> 322 369 <listitem> 323 <para>is a graph editor for the X Window System. It may be run as a 324 standalone editor, or as a front end for applications that use 325 graphs. It can control multiple windows viewing different 326 graphs.</para> 370 <para> 371 is a graph editor for the X Window System. It may be run as a 372 standalone editor, or as a front end for applications that use 373 graphs. It can control multiple windows viewing different graphs. 374 </para> 327 375 <indexterm zone="graphviz dotty"> 328 376 <primary sortas="b-dotty">dotty</primary> … … 334 382 <term><command>fdp</command></term> 335 383 <listitem> 336 <para>draws undirected graphs using a <quote>spring</quote> model. It 337 relies on a force-directed approach in the spirit of Fruchterman and 338 Reingold.</para> 384 <para> 385 draws undirected graphs using a <quote>spring</quote> model. It 386 relies on a force-directed approach in the spirit of Fruchterman 387 and Reingold. 388 </para> 339 389 <indexterm zone="graphviz fdp"> 340 390 <primary sortas="b-fdp">fdp</primary> … … 346 396 <term><command>gc</command></term> 347 397 <listitem> 348 <para>is a graph analogue to <command>wc</command> in that it prints 349 to standard output the number of nodes, edges, connected components 350 or clusters contained in the input files. It also prints a total 351 count for all graphs if more than one graph is given.</para> 398 <para> 399 is a graph analogue to <command>wc</command> in that it prints 400 to standard output the number of nodes, edges, connected components 401 or clusters contained in the input files. It also prints a total 402 count for all graphs if more than one graph is given. 403 </para> 352 404 <indexterm zone="graphviz gc-graphviz"> 353 405 <primary sortas="b-gc">gc</primary> … … 356 408 </varlistentry> 357 409 410 <varlistentry id="gml2gv"> 411 <term><command>gml2gv</command></term> 412 <listitem> 413 <para> 414 converts a graph specified in the GML format to 415 a graph in the GV (formerly DOT) format. 416 </para> 417 <indexterm zone="graphviz gml2gv"> 418 <primary sortas="b-gml2gv">gml2gv</primary> 419 </indexterm> 420 </listitem> 421 </varlistentry> 422 423 <varlistentry id="gxl2gv"> 424 <term><command>gxl2gv</command></term> 425 <listitem> 426 <para> 427 converts between graphs represented in GXL and in 428 the GV language. 429 </para> 430 <indexterm zone="graphviz gxl2gv"> 431 <primary sortas="b-gxl2gv">gxl2gv</primary> 432 </indexterm> 433 </listitem> 434 </varlistentry> 435 358 436 <varlistentry id="gvcolor"> 359 437 <term><command>gvcolor</command></term> 360 438 <listitem> 361 <para>is a filter that sets node colors from initial seed values. 362 Colors flow along edges from tail to head, and are averaged (as HSB 363 vectors) at nodes. The graph must already have been processed by 364 <command>dot</command>.</para> 439 <para> 440 is a filter that sets node colors from initial seed values. 441 Colors flow along edges from tail to head, and are averaged (as HSB 442 vectors) at nodes. 443 </para> 365 444 <indexterm zone="graphviz gvcolor"> 366 445 <primary sortas="b-gvcolor">gvcolor</primary> … … 369 448 </varlistentry> 370 449 450 <varlistentry id="gvedit"> 451 <term><command>gvedit</command></term> 452 <listitem> 453 <para> 454 provides a simple graph editor and viewer. It allows many 455 graphs to be viewed at the same time. The text of each 456 graph is displayed in its own text window. 457 </para> 458 <indexterm zone="graphviz gvedit"> 459 <primary sortas="b-gvedit">gvedit</primary> 460 </indexterm> 461 </listitem> 462 </varlistentry> 463 464 <varlistentry id="gvgen"> 465 <term><command>gvgen</command></term> 466 <listitem> 467 <para> 468 generates a variety of simple, regularly-structured 469 abstract graphs. 470 </para> 471 <indexterm zone="graphviz gvgen"> 472 <primary sortas="b-gvgen">gvgen</primary> 473 </indexterm> 474 </listitem> 475 </varlistentry> 476 477 <varlistentry id="gvmap"> 478 <term><command>gvmap</command></term> 479 <listitem> 480 <para> 481 takes as input a graph in DOT format, finds node 482 clusters and produces a rendering of the graph as 483 a geographic-style map, with clusters highlighted, 484 in xdot format. 485 </para> 486 <indexterm zone="graphviz gvmap"> 487 <primary sortas="b-gvmap">gvmap</primary> 488 </indexterm> 489 </listitem> 490 </varlistentry> 491 371 492 <varlistentry id="gvpack"> 372 493 <term><command>gvpack</command></term> 373 494 <listitem> 374 <para> reads in a stream of graphs, combines the graphs into a single375 layout, and produces a single graph serving as the union of the input376 graphs. The input graphs must be in <command>dot</command> format, and377 must have all necessary layout information.</para>495 <para> 496 reads in a stream of graphs, combines the graphs into a single layout, 497 and produces a single graph serving as the union of the input graphs. 498 </para> 378 499 <indexterm zone="graphviz gvpack"> 379 500 <primary sortas="b-gvpack">gvpack</primary> … … 385 506 <term><command>gvpr</command></term> 386 507 <listitem> 387 <para>is a graph stream editor inspired by <command>awk</command>. It 388 copies input graphs to its output, possibly transforming their 389 structure and attributes, creating new graphs, or printing arbitrary 390 information.</para> 508 <para> 509 is a graph stream editor inspired by <command>awk</command>. It 510 copies input graphs to its output, possibly transforming their 511 structure and attributes, creating new graphs, or printing arbitrary 512 information. 513 </para> 391 514 <indexterm zone="graphviz gvpr"> 392 515 <primary sortas="b-gvpr">gvpr</primary> … … 398 521 <term><command>gxl2dot</command></term> 399 522 <listitem> 400 <para>converts between graphs represented in GXL and in the DOT 401 language. Unless a conversion type is specified using a flag, 402 <command>gxl2dot</command> will deduce the type of conversion from 403 the suffix of the input file, a 404 <filename class='extension'>.dot</filename> suffix causing a 405 conversion from DOT to GXL, and a 406 <filename class='extension'>.gxl</filename> suffix causing a 407 conversion from GXL to DOT.</para> 523 <para> 524 converts between graphs represented in GXL and in the DOT 525 language. Unless a conversion type is specified using a flag, 526 <command>gxl2dot</command> will deduce the type of conversion from 527 the suffix of the input file, a 528 <filename class='extension'>.dot</filename> suffix causing a 529 conversion from DOT to GXL, and a 530 <filename class='extension'>.gxl</filename> suffix causing a 531 conversion from GXL to DOT. 532 </para> 408 533 <indexterm zone="graphviz gxl2dot"> 409 534 <primary sortas="b-gxl2dot">gxl2dot</primary> … … 415 540 <term><command>lefty</command></term> 416 541 <listitem> 417 <para>is a two-view graphics editor for technical pictures.</para> 542 <para> 543 is a two-view graphics editor for technical pictures. 544 </para> 418 545 <indexterm zone="graphviz lefty"> 419 546 <primary sortas="b-lefty">lefty</primary> … … 425 552 <term><command>lneato</command></term> 426 553 <listitem> 427 <para>is a graph editor for the X Window System. It may be run as a 428 standalone editor, or as a front end for applications that use 429 graphs. It can control multiple windows viewing different 430 graphs.</para> 554 <para> 555 is a graph editor for the X Window System. It may be run as a 556 standalone editor, or as a front end for applications that use 557 graphs. It can control multiple windows viewing different graphs. 558 </para> 431 559 <indexterm zone="graphviz lneato"> 432 560 <primary sortas="b-lneato">lneato</primary> … … 435 563 </varlistentry> 436 564 565 <varlistentry id="mm2gv"> 566 <term><command>mm2gv</command></term> 567 <listitem> 568 <para> 569 converts a sparse matrix of the Matrix Market format 570 to a graph in the GV (formerly DOT) format. 571 </para> 572 <indexterm zone="graphviz mm2gv"> 573 <primary sortas="b-mm2gv">mm2gv</primary> 574 </indexterm> 575 </listitem> 576 </varlistentry> 577 578 <varlistentry id="neato"> 579 <term><command>neato</command></term> 580 <listitem> 581 <para> 582 draws undirected graphs using <quote>spring</quote> models. Input 583 files must be formatted in the <command>dot</command> attributed 584 graph language. By default, the output of <command>neato</command> 585 is the input graph with layout coordinates appended. 586 </para> 587 <indexterm zone="graphviz neato"> 588 <primary sortas="b-neato">neato</primary> 589 </indexterm> 590 </listitem> 591 </varlistentry> 592 437 593 <varlistentry id="nop"> 438 594 <term><command>nop</command></term> 439 595 <listitem> 440 <para>reads a stream of graphs and prints each in pretty-printed 441 (canonical) format on stdout. If no files are given, it reads from 442 stdin.</para> 596 <para> 597 reads a stream of graphs and prints each in pretty-printed (canonical) 598 format on stdout. If no files are given, it reads from stdin. 599 </para> 443 600 <indexterm zone="graphviz nop"> 444 601 <primary sortas="b-nop">nop</primary> … … 447 604 </varlistentry> 448 605 606 <varlistentry id="osage"> 607 <term><command>osage</command></term> 608 <listitem> 609 <para> 610 draws clustered graphs. As input, it takes any 611 graph in the DOT format. 612 </para> 613 <indexterm zone="graphviz osage"> 614 <primary sortas="b-osage">osage</primary> 615 </indexterm> 616 </listitem> 617 </varlistentry> 618 619 <varlistentry id="patchwork"> 620 <term><command>patchwork</command></term> 621 <listitem> 622 <para> 623 draws clustered graphs using a squarified treemap layout. 624 As input, it takes any graph in the DOT format. 625 </para> 626 <indexterm zone="graphviz patchwork"> 627 <primary sortas="b-patchwork">patchwork</primary> 628 </indexterm> 629 </listitem> 630 </varlistentry> 631 449 632 <varlistentry id="prune"> 450 633 <term><command>prune</command></term> 451 634 <listitem> 452 <para>reads directed graphs in the same format used by 453 <command>dot</command> and removes subgraphs rooted at nodes 454 specified on the command line via options. These nodes themselves 455 will not be removed, but can be given attributes so that they can be 456 easily located by a graph stream editor such as 457 <command>gpr</command>. <command>prune</command> correctly handles 458 cycles, loops and multi-edges.</para> 635 <para> 636 reads directed graphs in the same format used by 637 <command>dot</command> and removes subgraphs rooted at nodes 638 specified on the command line via options. 639 </para> 459 640 <indexterm zone="graphviz prune"> 460 641 <primary sortas="b-prune">prune</primary> … … 466 647 <term><command>sccmap</command></term> 467 648 <listitem> 468 <para>decomposes digraphs into strongly connected components and an 469 auxiliary map of the relationship between components. In this map, 470 each component is collapsed into a node. The resulting graphs are 471 printed to standard out. The number of nodes, edges and strongly 472 connected components are printed to standard error. 473 <command>sccmap</command> is a way of partitioning large graphs into 474 more manageable pieces.</para> 649 <para> 650 decomposes digraphs into strongly connected components and an 651 auxiliary map of the relationship between components. In this map, 652 each component is collapsed into a node. The resulting graphs are 653 printed to stdout. 654 </para> 475 655 <indexterm zone="graphviz sccmap"> 476 656 <primary sortas="b-sccmap">sccmap</primary> … … 479 659 </varlistentry> 480 660 661 <varlistentry id="sfdp"> 662 <term><command>sfdp</command></term> 663 <listitem> 664 <para> 665 draws undirected graphs using the <quote>spring</quote> model, 666 but it uses a multi-scale approach to produce layouts of large 667 graphs in a reasonably short time. 668 </para> 669 <indexterm zone="graphviz sfdp"> 670 <primary sortas="b-sfdp">sfdp</primary> 671 </indexterm> 672 </listitem> 673 </varlistentry> 674 481 675 <varlistentry id="tred"> 482 676 <term><command>tred</command></term> 483 677 <listitem> 484 <para>computes the transitive reduction of directed graphs, and 485 prints the resulting graphs to standard output. This removes edges 486 implied by transitivity. Nodes and subgraphs are not otherwise 487 affected. The <quote>meaning</quote> and validity of the reduced 488 graphs is application dependent. <command>tred</command> is 489 particularly useful as a preprocessor to <command>dot</command> to 490 reduce clutter in dense layouts.</para> 678 <para> 679 computes the transitive reduction of directed graphs, and 680 prints the resulting graphs to standard output. This removes edges 681 implied by transitivity. Nodes and subgraphs are not otherwise 682 affected. 683 </para> 491 684 <indexterm zone="graphviz tred"> 492 685 <primary sortas="b-tred">tred</primary> … … 498 691 <term><command>twopi</command></term> 499 692 <listitem> 500 <para>draws graphs using a radial layout. Basically, one node is 501 chosen as the center and put at the origin. The remaining nodes are 502 placed on a sequence of concentric circles centered about the origin, 503 each a fixed radial distance from the previous circle.</para> 693 <para> 694 draws graphs using a radial layout. Basically, one node is 695 chosen as the center and put at the origin. The remaining nodes are 696 placed on a sequence of concentric circles centered about the origin, 697 each a fixed radial distance from the previous circle. 698 </para> 504 699 <indexterm zone="graphviz twopi"> 505 700 <primary sortas="b-twopi">twopi</primary> … … 511 706 <term><command>unflatten</command></term> 512 707 <listitem> 513 <para> is a preprocessor to <command>dot</command> that is used to514 improve the aspect ratio of graphs having many leaves or disconnected515 nodes. The usual layout for such a graph is generally very wide or516 tall. <command>unflatten</command> inserts invisible edges or adjusts517 the minlen on edges to improve layout compaction.</para>708 <para> 709 is a preprocessor to <command>dot</command> that is used to 710 improve the aspect ratio of graphs having many leaves or disconnected 711 nodes. The usual layout for such a graph is generally very wide or tall. 712 </para> 518 713 <indexterm zone="graphviz unflatten"> 519 714 <primary sortas="b-unflatten">unflatten</primary> … … 522 717 </varlistentry> 523 718 524 <varlistentry id="libagraph"> 525 <term><filename class='libraryfile'>libagraph.{so,a}</filename></term> 526 <listitem> 527 <para>supports graph programming by maintaining graphs in memory and 528 reading and writing graph files. Graphs, nodes and edges may be 529 attributed with programmer-defined records and string name-value 530 pairs. Graphs are composed of nodes, edges, and nested subgraphs. 531 Internally, <filename class='libraryfile'>libagraph</filename> 532 depends extensively on 533 <filename class='libraryfile'>libcdt</filename> (formerly 534 <filename class='libraryfile'>libdict</filename>) for set 535 representation.</para> 536 <indexterm zone="graphviz libagraph"> 537 <primary sortas="c-libagraph">libagraph.{so,a}</primary> 538 </indexterm> 539 </listitem> 540 </varlistentry> 719 <varlistentry id="vimdot"> 720 <term><command>vimdot</command></term> 721 <listitem> 722 <para> 723 is a simple script which launches the <command>gvim</command> 724 or <command>vim</command> editor along with a GUI window 725 showing the <command>dot</command> output of the edited file. 726 </para> 727 <indexterm zone="graphviz vimdot"> 728 <primary sortas="b-vimdot">vimdot</primary> 729 </indexterm> 730 </listitem> 731 </varlistentry> 541 732 542 733 <varlistentry id="libcdt"> 543 <term><filename class='libraryfile'>libcdt.{so,a}</filename></term> 544 <listitem> 545 <para>manages run-time dictionaries using standard container data 546 types: unordered set/multiset, ordered set/multiset, list, stack, 547 and queue.</para> 734 <term><filename class='libraryfile'>libcdt.so</filename></term> 735 <listitem> 736 <para> 737 manages run-time dictionaries using standard container data 738 types: unordered set/multiset, ordered set/multiset, list, stack, 739 and queue. 740 </para> 548 741 <indexterm zone="graphviz libcdt"> 549 <primary sortas="c-libcdt">libcdt.{so,a}</primary> 550 </indexterm> 551 </listitem> 552 </varlistentry> 553 554 <varlistentry id="libexpr"> 555 <term><filename class='libraryfile'>libexpr.{so,a}</filename></term> 556 <listitem> 557 <para>is a C-like expression library.</para> 558 <indexterm zone="graphviz libexpr"> 559 <primary sortas="c-libexpr">libexpr.{so,a}</primary> 742 <primary sortas="c-libcdt">libcdt.so</primary> 743 </indexterm> 744 </listitem> 745 </varlistentry> 746 747 <varlistentry id="libcgraph"> 748 <term><filename class='libraryfile'>libcgraph.so</filename></term> 749 <listitem> 750 <para> 751 supports graph programming by maintaining graphs in memory and 752 reading and writing graph files. Graphs are composed of nodes, 753 edges, and nested subgraphs. 754 </para> 755 <indexterm zone="graphviz libcgraph"> 756 <primary sortas="c-libcgraph">libcgraph.so</primary> 560 757 </indexterm> 561 758 </listitem> … … 563 760 564 761 <varlistentry id="libgraph"> 565 <term><filename class='libraryfile'>libgraph.{so,a}</filename></term> 566 <listitem> 567 <para>maintains directed and undirected attributed graphs in memory 568 and reads and writes graph files. Graphs are composed of nodes, 569 edges, and nested subgraphs. A subgraph may contain any nodes and 570 edges of its parents, and may be passed to any 571 <filename class='libraryfile'>libgraph</filename> function taking a 572 graph pointer, except the three that create new attributes (where a 573 main graph is required).</para> 762 <term><filename class='libraryfile'>libgraph.so</filename></term> 763 <listitem> 764 <para> 765 maintains directed and undirected attributed graphs in memory 766 and reads and writes graph files. Graphs are composed of nodes, 767 edges, and nested subgraphs. 768 </para> 574 769 <indexterm zone="graphviz libgraph"> 575 <primary sortas="c-libgraph">libgraph.{so,a}</primary> 576 </indexterm> 577 </listitem> 578 </varlistentry> 579 580 <varlistentry id="libpack"> 581 <term><filename class='libraryfile'>libpack.{so,a}</filename></term> 582 <listitem> 583 <para>supports the use of connected components in the context of 584 laying out graphs using other <application>Graphviz</application> 585 libraries. One set of functions can be used to take a single graph 586 and break it apart into connected components. A complementary set of 587 functions takes a collection of graphs (not necessarily components of 588 a single graph) which have been laid out separately, and packs them 589 together moderately tightly. The packing is done using the polyomino 590 algorithm of K. Freivalds et al.</para> 591 <indexterm zone="graphviz libpack"> 592 <primary sortas="c-libpack">libpack.{so,a}</primary> 770 <primary sortas="c-libgraph">libgraph.so</primary> 771 </indexterm> 772 </listitem> 773 </varlistentry> 774 775 <varlistentry id="libgvc"> 776 <term><filename class='libraryfile'>libgvc.so</filename></term> 777 <listitem> 778 <para> 779 provides a context for applications wishing to manipulate 780 and render graphs. It provides a command line parsing, 781 common rendering code, and a plugin mechanism for renderers. 782 </para> 783 <indexterm zone="graphviz libgvc"> 784 <primary sortas="c-libgvc">libgvc.so</primary> 593 785 </indexterm> 594 786 </listitem> … … 596 788 597 789 <varlistentry id="libpathplan"> 598 <term><filename class='libraryfile'>libpathplan.{so,a}</filename></term> 599 <listitem> 600 <para>contains functions to find the shortest path between two points 601 in a simple polygon.</para> 790 <term><filename class='libraryfile'>libpathplan.so</filename></term> 791 <listitem> 792 <para> 793 contains functions to find the shortest path between two points 794 in a simple polygon. 795 </para> 602 796 <indexterm zone="graphviz libpathplan"> 603 <primary sortas="c-libpathplan">libpathplan.{so,a}</primary> 797 <primary sortas="c-libpathplan">libpathplan.so</primary> 798 </indexterm> 799 </listitem> 800 </varlistentry> 801 802 <varlistentry id="libxdot"> 803 <term><filename class='libraryfile'>libxdot.so</filename></term> 804 <listitem> 805 <para> 806 provides support for parsing and deparsing graphical 807 operations specificed by the xdot language. 808 </para> 809 <indexterm zone="graphviz libxdot"> 810 <primary sortas="c-libxdot">libxdot.so</primary> 604 811 </indexterm> 605 812 </listitem> -
general/sysutils/udisks.xml
r06f76d2c rac4b41a 5 5 %general-entities; 6 6 7 <!ENTITY udisks-download-http "http://hal.freedesktop.org/releases/udisks- 1.0.1.tar.gz">7 <!ENTITY udisks-download-http "http://hal.freedesktop.org/releases/udisks-&udisks-version;.tar.gz"> 8 8 <!ENTITY udisks-download-ftp " "> 9 <!ENTITY udisks-md5sum " 3654d994eb43b80c8c2d04fe03da30c4">10 <!ENTITY udisks-size " 698 MB">11 <!ENTITY udisks-buildsize "1 0MB">12 <!ENTITY udisks-time "0. 2SBU">9 <!ENTITY udisks-md5sum "86c63b2b5484f2060499a052b5b6256b"> 10 <!ENTITY udisks-size "704 KB"> 11 <!ENTITY udisks-buildsize "12 MB"> 12 <!ENTITY udisks-time "0.4 SBU"> 13 13 ]> 14 14 15 <sect1 id="udisks" xreflabel=" udisks-&udisks-version;">15 <sect1 id="udisks" xreflabel="UDisks-&udisks-version;"> 16 16 <?dbhtml filename="udisks.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> udisks-&udisks-version;</title>23 <title>UDisks-&udisks-version;</title> 24 24 25 25 <indexterm zone="udisks"> … … 28 28 29 29 <sect2 role="package"> 30 <title>Introduction to udisks</title>30 <title>Introduction to UDisks</title> 31 31 32 <para>The <application>udisks</application> package is a daemon that provide 33 interfaces to obtain information and perform operations on storage 34 devices.</para> 32 <para> 33 The <application>UDisks</application> package provides a 34 storage daemon that implements well-defined D-Bus interfaces 35 that can be used to query and manipulate storage devices. 36 </para> 35 37 36 &lfs70_ built;38 &lfs70_checked; 37 39 38 40 <bridgehead renderas="sect3">Package Information</bridgehead> 39 41 <itemizedlist spacing="compact"> 40 42 <listitem> 41 <para>Download (HTTP): <ulink url="&udisks-download-http;"/></para> 43 <para> 44 Download (HTTP): <ulink url="&udisks-download-http;"/> 45 </para> 42 46 </listitem> 43 47 <listitem> 44 <para>Download (FTP): <ulink url="&udisks-download-ftp;"/></para> 48 <para> 49 Download (FTP): <ulink url="&udisks-download-ftp;"/> 50 </para> 45 51 </listitem> 46 52 <listitem> 47 <para>Download MD5 sum: &udisks-md5sum;</para> 53 <para> 54 Download MD5 sum: &udisks-md5sum; 55 </para> 48 56 </listitem> 49 57 <listitem> 50 <para>Download size: &udisks-size;</para> 58 <para> 59 Download size: &udisks-size; 60 </para> 51 61 </listitem> 52 62 <listitem> 53 <para>Estimated disk space required: &udisks-buildsize;</para> 63 <para> 64 Estimated disk space required: &udisks-buildsize; 65 </para> 54 66 </listitem> 55 67 <listitem> 56 <para>Estimated build time: &udisks-time;</para> 68 <para> 69 Estimated build time: &udisks-time; 70 </para> 57 71 </listitem> 58 72 </itemizedlist> … … 61 75 62 76 <bridgehead renderas="sect4">Required</bridgehead> 63 <para role="required"><xref linkend="dbus-glib"/>, 64 <xref linkend="libatasmart"/>, 65 <xref linkend="parted"/> (with <xref linkend="lvm2"/>, device-mapper), 66 <xref linkend="polkit"/>, 67 <xref linkend="sg3_utils"/>, and 68 <xref linkend="udev"/> (gudev)</para> 77 <para role="required"> 78 <xref linkend="dbus-glib"/>, 79 <xref linkend="libatasmart"/>, 80 <xref linkend="lvm2"/>, 81 <xref linkend="parted"/>, 82 <xref linkend="polkit"/>, 83 <xref linkend="sg3_utils"/> and 84 <xref linkend="udev"/> 85 </para> 69 86 70 87 <bridgehead renderas="sect4">Optional</bridgehead> 71 <para role="optional"><xref linkend="gtk-doc"/> and 72 <xref linkend="sudo"/> (to run the test)</para> 88 <para role="optional"> 89 <xref linkend="gtk-doc"/> and 90 <xref linkend="sudo"/> (to run the test) 91 </para> 73 92 74 93 <para condition="html" role="usernotes">User Notes: … … 78 97 79 98 <sect2 role="installation"> 80 <title>Installation of udisks</title>99 <title>Installation of UDisks</title> 81 100 82 <para>Install <application>udisks</application> by running the following 83 commands:</para> 101 <para> 102 Install <application>UDisks</application> by running the following 103 commands: 104 </para> 84 105 85 106 <screen><userinput>./configure --prefix=/usr \ 86 107 --sysconfdir=/etc \ 87 --l ibexecdir=/usr/lib/udisks\88 --l ocalstatedir=/var&&108 --localstatedir=/var \ 109 --libexecdir=/usr/lib/udisks && 89 110 make</userinput></screen> 90 111 91 <para>To test the results, issue: <command>make check</command>.</para> 112 <para> 113 To test the results, issue: <command>make check</command>. 114 </para> 92 115 93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 116 <para> 117 Now, as the <systemitem class="username">root</systemitem> user: 118 </para> 94 119 95 120 <screen role="root"><userinput>make install</userinput></screen> … … 103 128 href="../../xincludes/gtk-doc-rebuild.xml"/> 104 129 105 <para><option>--enable-static=no</option>: This switch prevents the static106 libraries being installed.</para>107 108 130 </sect2> 109 131 … … 113 135 <segmentedlist> 114 136 <segtitle>Installed Programs</segtitle> 115 <segtitle>Installed Library</segtitle>116 137 <segtitle>Installed Directories</segtitle> 117 138 118 139 <seglistitem> 119 <seg>udisks-dm-export, udisks-part-id, udisks-probe-ata-smart, 120 udisks-probe-sas-expander, umount.udisks, udisks, udisks-tcp-bridge, 121 udisks-daemon, udisks-helper-ata-smart-collect, 122 udisks-helper-ata-smart-selftest, udisks-helper-change-filesystem-label, 123 udisks-helper-change-luks-password, udisks-helper-create-partition, 124 udisks-helper-create-partition-table, udisks-helper-delete-partition, 125 udisks-helper-drive-benchmark, udisks-helper-drive-detach, 126 udisks-helper-drive-poll, udisks-helper-fstab-mounter, 127 udisks-helper-linux-md-check, udisks-helper-linux-md-remove-component, 128 udisks-helper-mdadm-expand, udisks-helper-mkfs, and 129 udisks-helper-modify-partition</seg> 130 <seg>libudisks-action-lookup.{so,a}</seg> 131 <seg>/usr/lib/udisks, /var/{lib/udisks,run/udisks}</seg> 140 <seg> 141 udisks, udisks-daemon, udisks-tcp-bridge and 142 umount.udisks 143 </seg> 144 <seg> 145 /usr/lib/udisks, 146 /usr/share/gtk-doc/html/udisks and 147 /var/lib/udisks 148 </seg> 132 149 </seglistitem> 133 150 </segmentedlist> … … 141 158 <term><command>udisks</command></term> 142 159 <listitem> 143 <para>is a command line tool.</para> 160 <para> 161 is a simple command line interface for the 162 <application>UDisks</application> Daemon. 163 </para> 144 164 <indexterm zone="udisks udisks-prog"> 145 165 <primary sortas="b-udisks">udisks</primary> … … 151 171 <term><command>udisks-tcp-bridge</command></term> 152 172 <listitem> 153 <para>is a <application>udisks</application> TCP/IP bridge.</para> 173 <para> 174 is the <application>UDisks</application> TCP/IP bridge. 175 </para> 154 176 <indexterm zone="udisks udisks-tcp-bridge"> 155 177 <primary sortas="b-udisks-tcp-bridge">udisks-tcp-bridge</primary> … … 161 183 <term><command>udisks-daemon</command></term> 162 184 <listitem> 163 <para>is the <application>udisks</application> Daemon.</para> 185 <para> 186 is the <application>UDisks</application> Daemon. 187 </para> 164 188 <indexterm zone="udisks udisks-daemon"> 165 189 <primary sortas="b-udisks-daemon">udisks-daemon</primary> 166 </indexterm>167 </listitem>168 </varlistentry>169 170 <varlistentry id="libudisks-action-lookup">171 <term><filename class='libraryfile'>libudisks-action-lookup.{so,a}</filename></term>172 <listitem>173 <para>is a <application>polkit</application> extension.</para>174 <indexterm zone="udisks libudisks-action-lookup">175 <primary sortas="c-libudisks-action-lookup">libudisks-action-lookup.{so,a}</primary>176 190 </indexterm> 177 191 </listitem> -
introduction/welcome/changelog.xml
r06f76d2c rac4b41a 64 64 <para>[ken] - Updated fetchmail to 6.3.21.</para> 65 65 </listitem> 66 <listitem> 67 <para>[krejzi] - Graphviz 2.28.0.</para> 68 </listitem> 69 <listitem> 70 <para>[krejzi] - UDisks 1.0.4.</para> 71 </listitem> 66 72 </itemizedlist> 67 73 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.