Changeset 671e64f
- Timestamp:
- 12/07/2011 02:18:24 PM (13 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:
- 8db70584
- Parents:
- 289d262f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r289d262f r671e64f 139 139 <!ENTITY joe-version "3.7"> 140 140 <!ENTITY ed-version "1.5"> 141 <!ENTITY bluefish-version " 1.0.7">141 <!ENTITY bluefish-version "2.2.0"> 142 142 143 143 <!-- Chapter 7 --> -
introduction/welcome/changelog.xml
r289d262f r671e64f 63 63 <para>[ken] - Updated to ImageMagick-6.7.3-10.</para> 64 64 </listitem> 65 <listitem> 66 <para>[abenton] - Updated to Bluefish to 2.2.0.</para> 67 </listitem> 65 68 </itemizedlist> 66 69 </listitem> -
postlfs/editors/bluefish.xml
r289d262f r671e64f 5 5 %general-entities; 6 6 7 <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish- 1.0.7.tar.bz2">7 <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2"> 8 8 <!ENTITY bluefish-download-ftp "&gentoo-ftp-repo;/bluefish-&bluefish-version;.tar.bz2"> 9 <!ENTITY bluefish-md5sum "2 c3b3c9c8f8e32b9473dfd879f216dea">10 <!ENTITY bluefish-size " 1.4MB">11 <!ENTITY bluefish-buildsize " 18MB">12 <!ENTITY bluefish-time "0. 3SBU">9 <!ENTITY bluefish-md5sum "23d894e065585d35dbc74c246c15cc9d"> 10 <!ENTITY bluefish-size "3.2 MB"> 11 <!ENTITY bluefish-buildsize "53 MB"> 12 <!ENTITY bluefish-time "0.4 SBU"> 13 13 ]> 14 14 … … 30 30 <title>Introduction to Bluefish</title> 31 31 32 <para>The <application>Bluefish</application> package contains a powerful X 33 Window System editor designed for web designers, but also suitable 34 as a programmer's editor. Bluefish supports many programming and markup 35 languages, and as such is ideal for editing XML and HTML files.</para> 32 <para><application>Bluefish</application> is a 33 <application>Gtk+-2</application> text editor targeted towards programmers 34 and webdesigners, with many options to write websites, scripts and 35 programming code. Bluefish supports many programming and markup languages, 36 and it focuses on editing dynamic and interactive websites.</para> 37 38 &lfs70_checked; 36 39 37 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 64 <bridgehead renderas="sect4">Required</bridgehead> 62 65 <para role="required"><xref linkend="gtk2"/> and 63 < xref linkend="pcre"/></para>66 </para> 64 67 65 68 <bridgehead renderas="sect4">Optional</bridgehead> 66 <para role="optional"><xref linkend="gnome-vfs"/> (for remote files), 67 <xref linkend="aspell"/> (for spellchecking), 68 <xref linkend="libgnomeui"/>, 69 <xref linkend="gnome-mime-data"/>, 70 <xref linkend="desktop-file-utils"/>, and 69 <para role="optional"><xref linkend="pcre"/>, <xref linkend="gucharmap"/>, 70 <xref linkend="enchant"/> (for spellchecking), 71 <xref linkend="desktop-file-utils"/> and 71 72 <xref linkend="shared-mime-info"/></para> 72 73 … … 87 88 <para>This package does not come with a test suite.</para> 88 89 89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 90 <para>Now, as the <systemitem class="username">root</systemitem> 91 user:</para> 90 92 91 93 <screen role="root"><userinput>make install</userinput></screen> … … 124 126 <segmentedlist> 125 127 <segtitle>Installed Program</segtitle> 126 <segtitle>Installed Libraries</segtitle> 127 <segtitle>Installed Directory</segtitle> 128 <segtitle>Installed Directories</segtitle> 128 129 129 130 <seglistitem> 130 131 <seg>bluefish</seg> 131 <seg>None</seg> 132 <seg>/usr/share/bluefish</seg> 132 <seg>/usr/lib/bluefish and /usr/share/bluefish</seg> 133 133 </seglistitem> 134 134 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.