source: general/graphlib/sassc.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY sassc-download-http
8 "https://github.com/sass/sassc/archive/&sassc-version;/sassc-&sassc-version;.tar.gz">
9 <!ENTITY sassc-download-ftp " ">
10 <!ENTITY sassc-md5sum "4c3b06ce2979f2a9f0a35093e501d8bb">
11 <!ENTITY sassc-size "28 KB">
12 <!ENTITY sassc-buildsize "5.1 MB">
13 <!ENTITY sassc-time "less than 0.1 SBU">
14
15 <!ENTITY libsass-download-http
16 "https://github.com/sass/libsass/archive/&libsass-version;/libsass-&libsass-version;.tar.gz">
17 <!ENTITY libsass-download-ftp " ">
18 <!ENTITY libsass-md5sum "afda97284d75a030cabadf5b9f998a3b">
19 <!ENTITY libsass-size "336 KB">
20 <!ENTITY libsass-buildsize "135 MB">
21 <!ENTITY libsass-time "0.4 SBU (Using parallelism=4)">
22]>
23
24<sect1 id="sassc" xreflabel="sassc-&sassc-version;">
25 <?dbhtml filename="sassc.html"?>
26
27
28 <title>sassc-&sassc-version;</title>
29
30 <indexterm zone="sassc">
31 <primary sortas="a-sassc">sassc</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to sassc</title>
36
37 <para>
38 SassC is a wrapper around libsass, a CSS pre-processor language.
39 </para>
40
41 &lfs121_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&sassc-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&sassc-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &sassc-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &sassc-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &sassc-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &sassc-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Download (HTTP): <ulink url="&libsass-download-http;"/>
82 </para>
83 </listitem>
84 <listitem>
85 <para>
86 Download (FTP): <ulink url="&libsass-download-ftp;"/>
87 </para>
88 </listitem>
89 <listitem>
90 <para>
91 Download MD5 sum: &libsass-md5sum;
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 Download size: &libsass-size;
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 Estimated disk space required: &libsass-buildsize;
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 Estimated build time: &libsass-time;
107 </para>
108 </listitem>
109 </itemizedlist>
110
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of sassc</title>
115
116 <para>
117 First, build the library:
118 </para>
119
120<screen><userinput>tar -xf ../libsass-&libsass-version;.tar.gz &amp;&amp;
121pushd libsass-&libsass-version; &amp;&amp;
122
123autoreconf -fi &amp;&amp;
124
125./configure --prefix=/usr --disable-static &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package does not come with a test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137
138 <para>
139 Build the command line wrapper:
140 </para>
141
142<screen><userinput>popd &amp;&amp;
143autoreconf -fi &amp;&amp;
144
145./configure --prefix=/usr &amp;&amp;
146make</userinput></screen>
147
148 <para>
149 This package does not come with a test suite.
150 </para>
151
152 <para>
153 Now, as the <systemitem class="username">root</systemitem> user:
154 </para>
155
156<screen role="root"><userinput>make install</userinput></screen>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 sassc
171 </seg>
172 <seg>
173 libsass.so
174 </seg>
175 <seg>
176 /usr/include/sass
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="sassc-prog">
187 <term><command>sassc</command></term>
188 <listitem>
189 <para>
190 provides a command line interface to the libsass library
191 </para>
192 <indexterm zone="sassc sassc-prog">
193 <primary sortas="b-sassc">sassc</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.