.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "TKPP 1" .TH TKPP 1 2024-03-15 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME tkpp \- frontend to pp written in Perl/Tk. .SH SYNOPSIS .IX Header "SYNOPSIS" You just have to execute command line : \fBtkpp\fR .SH DESCRIPTION .IX Header "DESCRIPTION" Tkpp is a GUI frontend to pp, which can turn perl scripts into stand-alone PAR files, perl scripts or executables. .PP You can save command line generated, load and save your Tkpp configuration GUI. Below is a short explanation of tkpp GUI. .SS Menu .IX Subsection "Menu" \fIFile \-> Save command line\fR .IX Subsection "File -> Save command line" .PP When you build or display command line in the Tkpp GUI, you can save the command line in a separated file. This command line can be executed from a terminal. .PP \fIFile \-> Save configuration\fR .IX Subsection "File -> Save configuration" .PP You can save your GUI configuration (all options used) to load and execute it next time. .PP \fIFile \-> Load configuration\fR .IX Subsection "File -> Load configuration" .PP Load your saved file configuration. All saved options will be set in the GUI. .PP \fIFile \-> Exit\fR .IX Subsection "File -> Exit" .PP Close Tkpp. .PP \fIHelp \-> Tkpp documentation\fR .IX Subsection "Help -> Tkpp documentation" .PP Display POD documentation of \fBTkpp\fR. .PP \fIHelp \-> pp documentation\fR .IX Subsection "Help -> pp documentation" .PP Display POD documentation of \fBpp\fR. .PP \fIHelp \-> About Tkpp\fR .IX Subsection "Help -> About Tkpp" .PP Display version and authors of \fBTkpp\fR. .PP \fIHelp \-> About pp\fR .IX Subsection "Help -> About pp" .PP Display version and authors of \fBpp\fR ( pp \-\-version). .SS "Tabs GUI" .IX Subsection "Tabs GUI" There are five tabs in GUI : General Options, Information, Size, Other Options and Output. .PP All tabs contain all options which can be used with pp. All default pp options are kept. You can now set as you want the options. When your have finished, you can display the command line or start building your package. You will have the output tab to see error or verbose messages. .SH NOTES .IX Header "NOTES" In Win32 system, the building is executed in a separate process, then the GUI is not frozen. .PP The first time you use Tkpp, it will tell you to install some CPAN modules to use the GUI (like Tk, Tk::ColoredButton...). .SH "SEE ALSO" .IX Header "SEE ALSO" pp, PAR .SH AUTHORS .IX Header "AUTHORS" Tkpp was written by Doug Gruber and rewrite by Djibril Ousmanou. In the event this application breaks, you get both pieces :\-) .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2003, 2004, 2005, 2006, 2011, 2014, 2015 by Doug Gruber , Audrey Tang and Djibril Ousmanou . .PP Neither this program nor the associated pp program impose any licensing restrictions on files generated by their execution, in accordance with the 8th article of the Artistic License: .PP .Vb 5 \& "Aggregation of this Package with a commercial distribution is \& always permitted provided that the use of this Package is embedded; \& that is, when no overt attempt is made to make this Package\*(Aqs \& interfaces visible to the end user of the commercial distribution. \& Such use shall not be construed as a distribution of this Package." .Ve .PP Therefore, you are absolutely free to place any license on the resulting executable, as long as the packed 3rd\-party libraries are also available under the Artistic License. .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. .PP See \fILICENSE\fR.