Changeset ac21604
- Timestamp:
- 11/14/2017 05:46:39 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 09bc4a4
- Parents:
- a172df1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/time.xml
ra172df1 rac21604 5 5 %general-entities; 6 6 7 <!ENTITY time-download-http "&gnu-http;/time/time- 1.7.tar.gz">8 <!ENTITY time-download-ftp "&gnu-ftp;/time/time- 1.7.tar.gz">9 <!ENTITY time-md5sum " e38d2b8b34b1ca259cf7b053caac32b3">10 <!ENTITY time-size " 101KB">11 <!ENTITY time-buildsize " 640 KB">12 <!ENTITY time-time " less than 0.1 SBU">7 <!ENTITY time-download-http "&gnu-http;/time/time-&time-version;.tar.gz"> 8 <!ENTITY time-download-ftp "&gnu-ftp;/time/time-&time-version;.tar.gz"> 9 <!ENTITY time-md5sum "4e00dcb8c3ab11c7cf5a0d698828ac96"> 10 <!ENTITY time-size "533 KB"> 11 <!ENTITY time-buildsize "3.9 MB (with tests)"> 12 <!ENTITY time-time "0.1 SBU (with tests)"> 13 13 ]> 14 14 15 <!-- Try to keep the indentation used in this file-->16 15 <sect1 id="time" xreflabel="time-&time-version;"> 17 16 <?dbhtml filename="time.html"?> … … 22 21 </sect1info> 23 22 24 <!-- No other tags inside any title.25 Use Title Case in All Titles -->26 23 <title>Time-&time-version;</title> 27 24 … … 30 27 </indexterm> 31 28 32 <!--Required section-->33 29 <sect2 role="package"> 34 30 <title>Introduction to Time</title> … … 43 39 <para> 44 40 Although the shell has a builtin command providing similar 45 functionalities, this utility is re uired by the LSB.41 functionalities, this utility is required by the LSB. 46 42 </para> 47 43 … … 95 91 </para> 96 92 97 <screen><userinput>sed -i 's/$(ACLOCAL)//' Makefile.in && 98 sed -i 's/lu", ptok ((UL) resp->ru.ru_maxrss)/ld", resp->ru.ru_maxrss/' time.c && 99 100 ./configure --prefix=/usr --infodir=/usr/share/info && 93 <screen><userinput>./configure --prefix=/usr && 101 94 make</userinput></screen> 102 95 103 96 <para> 104 T his package does not come with a test suite.97 To test the results, issue: <command>make check</command>. 105 98 </para> 106 99 … … 117 110 <segmentedlist> 118 111 <segtitle>Installed Program</segtitle> 112 <segtitle>Installed Library</segtitle> 113 <segtitle>Installed Directory</segtitle> 114 119 115 <seglistitem> 120 116 <seg> 121 117 time 118 </seg> 119 <seg> 120 None 121 </seg> 122 <seg> 123 None 122 124 </seg> 123 125 </seglistitem> -
introduction/welcome/changelog.xml
ra172df1 rac21604 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Update to time-1.8. Fixes 49 <ulink url="&blfs-ticket-root;10008">#10008</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to bus-1.5.17. Fixes 49 53 <ulink url="&blfs-ticket-root;9921">#9921</ulink>.</para> -
packages.ent
ra172df1 rac21604 250 250 <!ENTITY telepathy-mission-control-version "5.16.4"> 251 251 <!ENTITY tidy-html5-version "5.4.0"> 252 <!ENTITY time-version "1. 7">252 <!ENTITY time-version "1.8"> 253 253 <!ENTITY tree-version "1.7.0"> 254 254 <!ENTITY unixodbc-version "2.3.4">
Note:
See TracChangeset
for help on using the changeset viewer.