source: postlfs/editors/bluefish.xml@ f6752fce

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f6752fce was fbd04125, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Tag all of postlfs except gedit and kate

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[1881a5b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[1881a5b]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c6b192c]7 <!ENTITY bluefish-download-http "https://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
[b75ede9]8 <!ENTITY bluefish-download-ftp " ">
[5717fa78]9 <!ENTITY bluefish-md5sum "c99b6b1ba3e3e70b032936182bb0b387">
10 <!ENTITY bluefish-size "4.5 MB">
11 <!ENTITY bluefish-buildsize "53 MB">
[69c88ff7]12 <!ENTITY bluefish-time "0.3 SBU">
[1881a5b]13]>
14
[32d0e29]15<sect1 id="bluefish" xreflabel="Bluefish-&bluefish-version;">
[1881a5b]16 <?dbhtml filename="bluefish.html"?>
17
18
19 <title>Bluefish-&bluefish-version;</title>
20
21 <indexterm zone="bluefish">
22 <primary sortas="a-Bluefish">Bluefish</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Bluefish</title>
27
[de930747]28 <para>
29 <application>Bluefish</application> is a
[c627795]30 <application>GTK+</application> text editor targeted towards
[de930747]31 programmers and web designers, with many options to write websites,
32 scripts and programming code. <application>Bluefish</application>
33 supports many programming and markup languages, and it focuses on
34 editing dynamic and interactive websites.
35 </para>
[671e64f]36
[fbd04125]37 &lfs120_checked;
[1881a5b]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[de930747]42 <para>
43 Download (HTTP): <ulink url="&bluefish-download-http;"/>
44 </para>
[1881a5b]45 </listitem>
46 <listitem>
[de930747]47 <para>
48 Download (FTP): <ulink url="&bluefish-download-ftp;"/>
49 </para>
[1881a5b]50 </listitem>
51 <listitem>
[de930747]52 <para>
53 Download MD5 sum: &bluefish-md5sum;
54 </para>
[1881a5b]55 </listitem>
56 <listitem>
[de930747]57 <para>
58 Download size: &bluefish-size;
59 </para>
[1881a5b]60 </listitem>
61 <listitem>
[de930747]62 <para>
63 Estimated disk space required: &bluefish-buildsize;
64 </para>
[1881a5b]65 </listitem>
66 <listitem>
[de930747]67 <para>
68 Estimated build time: &bluefish-time;
69 </para>
[1881a5b]70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
[6195a27c]74
75 <bridgehead renderas="sect4">Required</bridgehead>
[b75ede9]76 <para role="required">
[cac7f93]77 <xref role="nodep" linkend="gtk2"/> or <xref linkend="gtk3"/>
[8eb6b8b]78 (If both are installed, <command>configure</command> defaults to using
79 <application>GTK+ 3</application>)
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="desktop-file-utils"/> (for updating the desktop
85 database)
[b75ede9]86 </para>
[6195a27c]87
[1881a5b]88 <bridgehead renderas="sect4">Optional</bridgehead>
[de930747]89 <para role="optional">
[c627795]90 <xref linkend="enchant"/> (for spell checking),
[b75ede9]91 <xref linkend="gucharmap"/>,
[da9eace]92 <xref linkend="pcre"/> and
[0fe2f5b]93 <ulink url="https://github.com/relaxng/jing-trang">Jing</ulink>
[de930747]94 </para>
[1881a5b]95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Bluefish</title>
100
[b75ede9]101 <para>
102 Install <application>Bluefish</application> by running the following
103 commands:
104 </para>
[1881a5b]105
[f51038d]106<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/bluefish-&bluefish-version; &amp;&amp;
[1881a5b]107make</userinput></screen>
108
[f716ef4]109 <para>
110 This package does not come with a test suite.
111 </para>
[6195a27c]112
[b75ede9]113 <para>
114 Now, as the <systemitem class="username">root</systemitem>
115 user:
116 </para>
[1881a5b]117
[32d0e29]118<screen role="root"><userinput>make install</userinput></screen>
[da9eace]119
120 <note>
121 <para>
122 This package installs icon files into the
123 <filename class="directory">/usr/share/icons/hicolor</filename>
124 hierarchy and desktop files into the
125 <filename class="directory">/usr/share/applications</filename>
126 hierarchy. You can improve system performance and memory usage by
127 updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
128 and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
[4e207bb]129 perform the update you must have <xref linkend="desktop-file-utils"/>
130 (for the desktop cache) and issue the following commands as the
[da9eace]131 <systemitem class="username">root</systemitem> user:
132 </para>
133
[ff5ce8ec]134<screen role="root"><userinput>gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
[da9eace]135update-desktop-database</userinput></screen>
136 </note>
137
[1881a5b]138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
[6195a27c]144 <segtitle>Installed Program</segtitle>
[c3c56b2]145 <segtitle>Installed Libraries</segtitle>
[671e64f]146 <segtitle>Installed Directories</segtitle>
[1881a5b]147
148 <seglistitem>
[de930747]149 <seg>
[c627795]150 bluefish
151 </seg>
[c3c56b2]152 <seg>
[14ea7e8]153 several under /usr/lib/bluefish/
[c3c56b2]154 </seg>
[c627795]155 <seg>
156 /usr/lib/bluefish,
157 /usr/share/bluefish,
[f51038d]158 /usr/share/doc/bluefish-&bluefish-version;, and
[c627795]159 /usr/share/xml/bluefish
[de930747]160 </seg>
[1881a5b]161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="bluefish-prog">
170 <term><command>bluefish</command></term>
171 <listitem>
[de930747]172 <para>
[c627795]173 is a <application>GTK+</application> text editor for markup and
[4c24eb0a]174 programming
[de930747]175 </para>
[1881a5b]176 <indexterm zone="bluefish bluefish-prog">
177 <primary sortas="b-bluefish">bluefish</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
[c627795]181
[1881a5b]182 </variablelist>
[c627795]183
[1881a5b]184 </sect2>
[c627795]185
[1881a5b]186</sect1>
Note: See TracBrowser for help on using the repository browser.