From 56f820b54ea9cec5af68ac810c86b96d147b9a7b Mon Sep 17 00:00:00 2001 From: Alan Hicks Date: Wed, 22 Aug 2012 11:59:57 -0400 Subject: Removed png screenshot for pkgtool and replaced with eps. --- TODO | 9 ++++--- chapter_17.xml | 2 +- img/pkgtool.png | Bin 42173 -> 0 bytes ps-imgs/pkgtool.eps | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 5 deletions(-) delete mode 100644 img/pkgtool.png create mode 100644 ps-imgs/pkgtool.eps diff --git a/TODO b/TODO index 8c1a1cb..f441d70 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,7 @@ General * Aim to update references to kernel versions and Slackware versions to those used in the most recent release of Slackware. I've seen kernel 2.6.29.4 and Slackware 12.0.0 for instance. + - 2012-08-22 Most of the Slackware versions should be fixed now. -Alan * more extensive CLI apps like v2.0 @@ -41,8 +42,8 @@ General Chapter 2. Installation * Should we include some partitioning examples using gdisk since this -tool is increasingly required with today's modern systems? Perhaps add -it as an appendix and mention it within the partitioning section? + tool is increasingly required with today's modern systems? Perhaps add + it as an appendix and mention it within the partitioning section? Chapter 14. Networking @@ -51,5 +52,5 @@ Chapter 14. Networking Chapter 18. Keeping Track of Updates * Once 14.0 is released and there's a security update for it, we need -to change the contents of the section to show what an actual --stable Changelog entry. + to change the contents of the section to show what an actual + -stable Changelog entry. diff --git a/chapter_17.xml b/chapter_17.xml index 409349b..19d1ccd 100644 --- a/chapter_17.xml +++ b/chapter_17.xml @@ -37,7 +37,7 @@ packages and the list of currently installed packages in a user-friendly ncurses interface. - + pkgtool is a convenient and easy way to diff --git a/img/pkgtool.png b/img/pkgtool.png deleted file mode 100644 index 3679899..0000000 Binary files a/img/pkgtool.png and /dev/null differ diff --git a/ps-imgs/pkgtool.eps b/ps-imgs/pkgtool.eps new file mode 100644 index 0000000..c493ed7 --- /dev/null +++ b/ps-imgs/pkgtool.eps @@ -0,0 +1,72 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%BoundingBox: 21 60 467 272 + +/Outterbox +{ newpath moveto +0 206 rlineto +78 0 rlineto +23 61 moveto +443 0 rlineto +0 206 rlineto +-85 0 rlineto +23 87 moveto +443 0 rlineto +closepath } def + +/Innerbox +{ moveto +421 0 rlineto +0 101 rlineto +-421 0 rlineto +closepath} def + +/TitleFont +{ /Helvetica findfont 13 scalefont setfont +moveto } def + +/PanelFont +{ /Helvetica findfont 12 scalefont setfont +moveto } def + +/ContentFont1 +{ /Helvetica findfont 12 scalefont setfont +moveto } def + +/ContentFont2 +{ /Helvetica findfont 11 scalefont setfont +moveto } def + +/ButtonFont +{ /Helvetica findfont 11 scalefont setfont +moveto } def + +23 61 Outterbox +34 100 Innerbox + +105 261 TitleFont(Slackware Package Tool (pkgtool version 14.0)) show + +33 237 PanelFont (Welcome to the Slackware package tool.) show +33 213 PanelFont (Which option would you like?) show + +55 188 ContentFont1 (Current) show +55 174 ContentFont1 (Other) show +55 160 ContentFont1 (Floppy) show +55 146 ContentFont1 (Remove) show +55 132 ContentFont1 (View) show +55 118 ContentFont1 (Setup) show +55 104 ContentFont1 (Exit) show + +116 188 ContentFont2 (Install packages from the current directory) show +116 174 ContentFont2 (Install packages from some other directory) show +116 160 ContentFont2 (Install packages from floppy disks) show +116 146 ContentFont2 (Remove packages that are currently installed) show +116 132 ContentFont2 (View the list of files contained in a package) show +116 118 ContentFont2 (Choose Slackware installation scripts to run again) show +116 104 ContentFont2 (Exit Pkgtool) show + +153 71 ButtonFont (< OK >) show +267 71 ButtonFont (< Cancel >) show + +stroke +showpage +%%EOF -- cgit v1.2.3