source: postlfs/editors/bluefish.xml@ f7fd26d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since f7fd26d was b75ede9, checked in by Andrew Benton <andy@…>, 12 years ago

Updated Bluefish to 2.2.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10058 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.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
[de930747]7 <!ENTITY bluefish-download-http
8 "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
[b75ede9]9 <!ENTITY bluefish-download-ftp " ">
10 <!ENTITY bluefish-md5sum "6475325565fb0a003a75f88564b7835f">
11 <!ENTITY bluefish-size "3.4 MB">
12 <!ENTITY bluefish-buildsize "74 MB">
13 <!ENTITY bluefish-time "0.5 SBU">
[1881a5b]14]>
15
[32d0e29]16<sect1 id="bluefish" xreflabel="Bluefish-&bluefish-version;">
[1881a5b]17 <?dbhtml filename="bluefish.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Bluefish-&bluefish-version;</title>
25
26 <indexterm zone="bluefish">
27 <primary sortas="a-Bluefish">Bluefish</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Bluefish</title>
32
[de930747]33 <para>
34 <application>Bluefish</application> is a
[b75ede9]35 <application>Gtk</application> text editor targeted towards
[de930747]36 programmers and web designers, with many options to write websites,
37 scripts and programming code. <application>Bluefish</application>
38 supports many programming and markup languages, and it focuses on
39 editing dynamic and interactive websites.
40 </para>
[671e64f]41
[de930747]42 &lfs71_checked;
[1881a5b]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[de930747]47 <para>
48 Download (HTTP): <ulink url="&bluefish-download-http;"/>
49 </para>
[1881a5b]50 </listitem>
51 <listitem>
[de930747]52 <para>
53 Download (FTP): <ulink url="&bluefish-download-ftp;"/>
54 </para>
[1881a5b]55 </listitem>
56 <listitem>
[de930747]57 <para>
58 Download MD5 sum: &bluefish-md5sum;
59 </para>
[1881a5b]60 </listitem>
61 <listitem>
[de930747]62 <para>
63 Download size: &bluefish-size;
64 </para>
[1881a5b]65 </listitem>
66 <listitem>
[de930747]67 <para>
68 Estimated disk space required: &bluefish-buildsize;
69 </para>
[1881a5b]70 </listitem>
71 <listitem>
[de930747]72 <para>
73 Estimated build time: &bluefish-time;
74 </para>
[1881a5b]75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
[6195a27c]79
80 <bridgehead renderas="sect4">Required</bridgehead>
[b75ede9]81 <para role="required">
82 <xref linkend="gtk2"/> or <xref linkend="gtk3"/>.
83 If both are installed, <command>configure</command> defaults to using
84 <application>Gtk 3</application>.
85 </para>
[6195a27c]86
[1881a5b]87 <bridgehead renderas="sect4">Optional</bridgehead>
[de930747]88 <para role="optional">
[b75ede9]89 <xref linkend="desktop-file-utils"/>,
[de930747]90 <xref linkend="enchant"/> (for spellchecking),
[b75ede9]91 <xref linkend="gucharmap"/>,
92 <ulink url="http://code.google.com/p/jing-trang/">Jing</ulink>,
93 <xref linkend="pcre"/> and
94 <xref linkend="shared-mime-info"/>.
[de930747]95 </para>
[1881a5b]96
[3597eb6]97 <para condition="html" role="usernotes">User Notes:
[b75ede9]98 <ulink url="&blfs-wiki;/bluefish"/>
99 </para>
[1881a5b]100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Bluefish</title>
104
[b75ede9]105 <para>
106 Install <application>Bluefish</application> by running the following
107 commands:
108 </para>
[1881a5b]109
110<screen><userinput>./configure --prefix=/usr &amp;&amp;
111make</userinput></screen>
112
[6195a27c]113 <para>This package does not come with a test suite.</para>
114
[b75ede9]115 <para>
116 Now, as the <systemitem class="username">root</systemitem>
117 user:
118 </para>
[1881a5b]119
[32d0e29]120<screen role="root"><userinput>make install</userinput></screen>
[1881a5b]121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
[6195a27c]127 <segtitle>Installed Program</segtitle>
[671e64f]128 <segtitle>Installed Directories</segtitle>
[1881a5b]129
130 <seglistitem>
131 <seg>bluefish</seg>
[de930747]132 <seg>
[b75ede9]133 /usr/lib/bluefish
134 /usr/share/doc/bluefish,
135 /usr/share/xml/bluefish and
[de930747]136 /usr/share/bluefish.
137 </seg>
[1881a5b]138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="bluefish-prog">
147 <term><command>bluefish</command></term>
148 <listitem>
[de930747]149 <para>
[b75ede9]150 is a <application>Gtk</application> text editor for markup and
151 programming.
[de930747]152 </para>
[1881a5b]153 <indexterm zone="bluefish bluefish-prog">
154 <primary sortas="b-bluefish">bluefish</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158 </variablelist>
159 </sect2>
160</sect1>
Note: See TracBrowser for help on using the repository browser.