[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.10-1-583-gad432bf

Ove Kaaven ovek at arcticnet.no
Wed Jan 7 19:11:50 UTC 2009


The following commit has been merged in the master branch:
commit 84caa5920e909f2e72d3aa4ed06d9c929a983cab
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Wed Jan 7 15:51:20 2009 +0100

    Added manpages written by Francois Wendling.
    Closes: #284295, #284297, #284300, #284301, #284302, #284303, #284304, #284305, #83263, #83265, #83268, #83269, #83270, #83271

diff --git a/debian/fnt2bdf.man b/debian/fnt2bdf.man
new file mode 100644
index 0000000..c8ae337
--- /dev/null
+++ b/debian/fnt2bdf.man
@@ -0,0 +1,46 @@
+.TH "fnt2bdf" "1" "2008\-09\-21"
+
+.SH "NAME" 
+fnt2bdf \- converts a fnt font to a bdf font
+
+.SH "SYNOPSIS"
+.PP
+.B fnt2bdf 
+[
+.B \-t
+] [
+.B \-c
+.I charset
+] [
+.B \-o
+.I basename
+] 
+.I inputfile
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBfnt2bdf\fR command.
+.PP
+\fBfnt2bdf\fR converts a FNT font to a BDF font. \fIinputfile\fR can be a
+Windows\(tm .fon, .fnt, .dll, or .exe file.
+
+.SH "OPTIONS"
+.TP
+.BI "\-c "charset
+Specifies the \fIcharset\fR name for OEM_CHARSET fonts.
+.TP
+.BI "\-o "basename
+Specifies the basic output filename.
+.TP
+.BR  \-t
+Outputs files by point size instead of pixel height.
+
+.SH "EXAMPLE"
+\fBfnt2bdf\fR \-c winsys vgasys.fnt
+
+.SH "SEE ALSO"
+.BR  wine "(1), " wine\-font\-convert "(1), " bdftopcf (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/notepad.man b/debian/notepad.man
new file mode 100644
index 0000000..49063e9
--- /dev/null
+++ b/debian/notepad.man
@@ -0,0 +1,26 @@
+.TH "notepad" "1" "2008-09-21"
+
+.SH "NAME" 
+notepad \- the wine(1) text editor
+
+.SH "SYNOPSIS"
+.PP
+.B notepad 
+[ 
+.I filename
+]
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBnotepad\fR command.
+.PP
+\fBnotepad\fR is a simple text editor, featuring the Windows\(tm notepad look
+and feel. If \fIfilename\fR is not specified, the editor will start with an
+empty buffer.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/progman.man b/debian/progman.man
new file mode 100644
index 0000000..8b0e930
--- /dev/null
+++ b/debian/progman.man
@@ -0,0 +1,23 @@
+.TH "progman" "1" "2008\-09\-22"
+
+.SH "NAME" 
+progman \- wine(1) program manager
+
+.SH "SYNOPSIS"
+.PP
+.B progman 
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBprogman\fR command.
+.PP
+\fBprogman\fR is the \fBwine\fR(1) program manager, featuring a look and feel
+similar to Windows\(tm 3.x program manager. Windows\(tm 3.x\-compatible programs
+are used to put icons in it during the software installation process.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/regedit.man b/debian/regedit.man
new file mode 100644
index 0000000..b46b761
--- /dev/null
+++ b/debian/regedit.man
@@ -0,0 +1,70 @@
+.TH "regedit" "1" "2008\-09\-21"
+.SH "NAME" 
+regedit \- the wine(1) registry editor.
+
+.SH "SYNOPSIS"
+.\" 1 
+.B regedit 
+.I filename
+.\" 2
+.br
+.B regedit 
+\-E 
+.I filename 
+[
+.I regpath
+]
+.\" 3
+.br
+.B regedit 
+\-D 
+.I regpath
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBregedit\fR command.
+.PP
+.B regedit 
+is the \fBwine\fR(1) registry editor, featuring the look and feel of the
+regedit application on Windows\(tm systems, if 
+.B regedit
+is used without arguments. It is also command\-line compatible with Windows\(tm regedit.
+.PP 
+The switches are case\-insensitive and can be prefixed either by '\-' or '/'.
+
+.SH "OPTIONS"
+.TP
+\fB\-E\fR \fIfile\fR [ \fIregpath\fR ]
+Exports the content of the specified registry key to the specified \fIfile\fR. It exports
+the whole registry if no key is specified.
+.TP
+.BI "\-D " regpath
+Deletes the specified registry key.
+.TP
+.BR \-S 
+Runs silently. It can be used with any other switch. 
+.TP
+.BR  \-V 
+Uses advanced mode. It can be used with any other switch. This switch is ignored, it
+exists for compatibility with Windows\(tm regedit.
+.TP
+.BI  "\-L " location
+Specifies the \fIlocation\fR of the system.dat file. It can be used with any
+other switch. This switch is ignored and exists for compatibility with
+Windows\(tm regedit.
+.TP
+.BI "\-R " location
+Specifies the \fIlocation\fR of the user.dat file. It can be used with any
+other switch. This switch is ignored and exists for compatibility with
+Windows\(tm regedit.
+.TP
+.BR  \-? 
+Prints a help message. Any other switches are ignored.
+
+
+.SH "SEE ALSO"
+.BR wine "(1), " regsvr32 (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/regsvr32.man b/debian/regsvr32.man
new file mode 100644
index 0000000..9d24ed6
--- /dev/null
+++ b/debian/regsvr32.man
@@ -0,0 +1,42 @@
+.TH "regsvr32" "1" "2008\-09\-21"
+.SH "NAME" 
+regsvr32 \- (Un)Register DLL libraries for use in wine(1)
+
+.SH "SYNOPSIS"
+.PP
+.B regsvr32 
+[
+.I OPTIONS
+]
+.I dllname 
+[ dllname... ]
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBregsvr32\fR command.
+.PP
+.B regsvr32 
+manages the Windows\(tm libraries (DLLs) for use in \fBwine\fR(1). Note that 
+.B regsvr32
+uses Windows\(tm\-like option switches.
+
+.SH "OPTIONS"
+.TP
+.BR /u
+unregisters server.
+.TP
+.BR /s 
+silent, shows no message box.
+.TP
+\fB/i\fR[\fI:cmdline\fR]
+calls DllInstall passing it an optional \fIcmdline\fR. Used with \fB/u\fR, it calls dll uninstall.
+.TP
+.BR /n  
+does not call DllRegisterServer. This option must be used with \fB/i\fR.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/uninstaller.man b/debian/uninstaller.man
new file mode 100644
index 0000000..0a5224f
--- /dev/null
+++ b/debian/uninstaller.man
@@ -0,0 +1,25 @@
+.TH "uninstaller" "1" "2008\-09\-22"
+.SH "NAME" 
+uninstaller \- uninstaller for programs using the wine(1) registry
+
+.SH "SYNOPSIS"
+.PP
+.B uninstaller 
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBuninstaller\fR command.
+.PP
+\fBuninstaller\fR is a GUI uninstaller for all setup programs that put an
+uninstall entry into the \fBwine\fR(1) registry, like InstallShield or the WISE installer
+systems. Note that .msi installers are not supported by \fBuninstaller\fR.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHORS"
+.PP
+\fBuninstaller\fR  was written by Andreas Mohr, Hannu Valtonen and Jonathan Ernst.
+.PP
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/wine-auto.man b/debian/wine-auto.man
new file mode 100644
index 0000000..5795958
--- /dev/null
+++ b/debian/wine-auto.man
@@ -0,0 +1,27 @@
+.TH "wine\-auto" "1" "2008\-09\-20"
+
+.SH "NAME" 
+wine\-auto \- Wrapper around wine(1)
+
+.SH "SYNOPSIS"
+.PP
+.B wine\-auto
+.RI "[ " program " ]"
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwine\-auto\fR command.
+.PP
+.\" it's kinda crude but it's all we can say about it ;)
+.B wine\-auto 
+is a wrapper around \fBwine\fR(1) that asks for the user confirmation before
+running \fBwine\fR(1) if called as \fBwine\-safe\fR(1), and checks libraries on
+x86_64 systems.
+
+.SH "SEE ALSO"
+.BR wine "(1), " wine-safe (1) 
+
+.SH "AUTHOR"
+
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/wine-bin.manpages b/debian/wine-bin.manpages
new file mode 100644
index 0000000..da03b9d
--- /dev/null
+++ b/debian/wine-bin.manpages
@@ -0,0 +1,8 @@
+debian/regedit.man
+debian/regsvr32.man
+debian/uninstaller.man
+debian/wine-auto.man
+debian/wineboot.man
+debian/winebrowser.man
+debian/winecfg.man
+debian/winepath.man
diff --git a/debian/wine-font-convert.man b/debian/wine-font-convert.man
new file mode 100644
index 0000000..b35dc05
--- /dev/null
+++ b/debian/wine-font-convert.man
@@ -0,0 +1,73 @@
+.TH "wine\-font\-convert" "1" "2008\-09\-21"
+.SH "NAME" 
+wine\-font\-convert \- wine(1) font converter
+
+.SH "SYNOPSIS"
+.PP
+.B wine\-font\-convert 
+[
+.B \-q
+] [
+.B \-c
+.I charset
+] [
+.B \-t 
+.I fontdir
+] [
+.B 
+\-b 
+.I bdftopcf
+] [
+.B \-f 
+.I fnt2bdf
+] [
+.B \-p 
+.I pattern
+]
+.I windir
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwine\-font\-convert\fR command.
+.PP
+\fBwine\-font\-convert\fR  scans \fIwindir\fR and its subdirectories for
+bitmap\-fonts in Windows\(tm format, converts them to PCF\-fonts and installs
+them. If X is running, the X fontpath is re\-adjusted.
+
+
+.SH "OPTIONS"
+.TP
+.BR \-q
+Quits operation.
+.TP
+.BI "\-c " charset
+Specifies the charset name for OEM_CHARSET fonts. (Default: winsys)
+.TP
+.BI "\-t " fontdir
+Specifies the directory to install the converted fonts in. This directory
+should be a known font directory to X. (Default: /usr/X11R6/lib/X11/fonts/misc)
+.TP
+.BI "\-b " bdftopcf
+Specifies the name of the program to call for bdf to pcf conversion. (Default:
+/usr/X11R6/bin/bdftopcf)
+.TP
+.BI "\-f " fnt2bdf  
+Specifies the name of the program to call for winfont to bdf conversion. (Default:
+/usr/bin/fnt2bdf)
+.TP
+.BI "\-p " pattern  
+Specifies the \fIpattern\fR of the filenames to look for. By default, the
+utility will look for the pattern *.fon (case insensitive).
+.TP
+.BR \-?
+Shows a short help message.
+
+.SH "SEE ALSO"
+.BR wine "(1), " fnt2bdf "(1), " bdftopcf (1)
+
+.SH "AUTHOR"
+.PP
+Copyright 2000 Peter Ganten
+.PP
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/wine-utils.manpages b/debian/wine-utils.manpages
new file mode 100644
index 0000000..03bf841
--- /dev/null
+++ b/debian/wine-utils.manpages
@@ -0,0 +1,6 @@
+debian/fnt2bdf.man
+debian/notepad.man
+debian/progman.man
+debian/winefile.man
+debian/winemine.man
+debian/wine-font-convert.man
diff --git a/debian/wineboot.man b/debian/wineboot.man
new file mode 100644
index 0000000..f49ea01
--- /dev/null
+++ b/debian/wineboot.man
@@ -0,0 +1,57 @@
+.TH "wineboot" "1" "2008\-09\-21"
+
+.SH "NAME" 
+wineboot \- perform startup or shutdown tasks in your wine(1) environment.
+
+.SH "SYNOPSIS"
+.PP
+.B wineboot 
+[
+.I OPTIONS
+]
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwineboot\fR command.
+.PP
+.B wineboot 
+performs tasks that would be done on a real Windows\(tm environment, like
+restarting or shutting down the system. It's useful for example if a software
+installation program asks you to reboot your computer to finish the
+installation process.
+
+.B wineboot
+also updates the WINEPREFIX directory if wine.inf changes.
+
+.SH "OPTIONS"
+.TP
+.BR \-h ", "\-\-help
+Display a help message.
+.TP
+.BR \-e ", "\-\-end\-session
+End the current session cleanly.
+.TP
+.BR \-f ", "\-\-force
+Force exit for processes that don't exit cleanly.
+.TP
+.BR \-i ", "\-\-init
+Perform initialization for first Wine instance.
+.TP
+.BR \-k ", " \-\-kill
+Kill running processes without any cleanup.
+.TP
+.BR \-r ", "\-\-restart
+Restart only, don't do normal startup operations.
+.TP
+.BR \-s ", "\-\-shutdown
+Shutdown only, don't reboot.
+.TP
+.BR \-u ", "\-\-update
+Update the wineprefix directory.
+
+.SH "SEE ALSO"
+.BR wine "(1), " regsvr32 (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/winebrowser.man b/debian/winebrowser.man
new file mode 100644
index 0000000..46e2720
--- /dev/null
+++ b/debian/winebrowser.man
@@ -0,0 +1,84 @@
+.TH "winebrowser" "1" "2008\-09\-20"
+
+.SH "NAME" 
+winebrowser \- opens a file or URL in the user's preferred application
+
+.SH "SYNOPSIS"
+.PP
+.B winebrowser 
+{ 
+.IR file\  | \ URL 
+}
+.br
+.B winebrowser
+{ \-\-help | \-\-manual | \-\-version }
+
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwinebrowser\fR command.
+.PP
+.B winebrowser
+opens a 
+.IR file " or " URL
+in the user's preferred application. If a
+.I URL 
+is provided the 
+.I URL 
+will be opened in the user's preferred web browser. If a 
+.I file
+is provided the 
+.I file 
+will be opened in the preferred application for files of
+that type. 
+.B winebrowser
+supports file, ftp, http and https URLs.
+.PP
+.B winebrowser
+is for use inside a desktop session only. It is not recommended to use
+it as root.
+
+.SH "OPTIONS"
+.TP
+.BR \-\-help
+Shows a help message.
+.TP
+.BR \-\-version 
+Shows \fBwinebrowser\fR version.
+.TP
+.BR \-\-manual
+Shows a long help message.
+
+.SH "EXIT CODES"
+An exit code of 0 indicates success while a non\-zero exit code indicates
+failure. The following failure codes can be returned:
+.TP
+.BR 1
+Error in command line syntax.
+.TP
+.BR 2
+One of the files passed on the command line did not exist.
+.TP
+.BR 3
+A required tool could not be found.
+.TP
+.BR 4
+The action failed.
+
+.SH "EXAMPLES"
+.TP 
+\fBwinebrowser\fR 'http://www.freedesktop.org/'
+Opens the Freedesktop.org website in the user's default browser
+.TP 
+\fBwinebrowser\fR /tmp/foobar.png
+Opens the PNG image file /tmp/foobar.png in the user's default image viewing application.
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+.PP
+.B winebrowser
+is Copyright \(co 2002 Alexandre Julliard.
+
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/winecfg.man b/debian/winecfg.man
new file mode 100644
index 0000000..56ac240
--- /dev/null
+++ b/debian/winecfg.man
@@ -0,0 +1,23 @@
+.TH "winecfg" "1" "2008\-09\-20"
+
+.SH "NAME" 
+winecfg \- wine(1) configuration tool
+
+.SH "SYNOPSIS"
+.PP
+.B winecfg 
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwinecfg\fR command.
+.PP
+.B winecfg
+is the \fBwine\fR(1) configuration tool, allowing you to set up your environment :
+sound, themes, libraries (.DLL), drives, graphics, etc.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/winefile.man b/debian/winefile.man
new file mode 100644
index 0000000..dd2d104
--- /dev/null
+++ b/debian/winefile.man
@@ -0,0 +1,30 @@
+.TH "winefile" "1" "2008-09-20"
+
+.SH "NAME" 
+winefile \- The Wine file manager
+
+.SH "SYNOPSIS"
+.PP
+.B winefile 
+.RI [ " path " ]
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwinefile\fR command.
+.PP
+.B winefile
+is the Wine file manager, featuring a look and feel similar to Windows\(tm file manager. If 
+.I path 
+is specified, then 
+.B winefile 
+will be opened in the specified 
+.IR path .
+
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/winemine.man b/debian/winemine.man
new file mode 100644
index 0000000..93e519d
--- /dev/null
+++ b/debian/winemine.man
@@ -0,0 +1,21 @@
+.TH "winemine" "1" "2008\-09\-22"
+.SH "NAME" 
+winemine \- minesweeper game using wine(1)
+
+.SH "SYNOPSIS"
+.PP
+.B winemine 
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwinemine\fR command.
+.PP
+\fBwinemine\fR is a minesweeper game, similar to the one usually found on
+Windows\(tm systems.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).
diff --git a/debian/winepath.man b/debian/winepath.man
new file mode 100644
index 0000000..34b064b
--- /dev/null
+++ b/debian/winepath.man
@@ -0,0 +1,55 @@
+.TH "winepath" "1" "2008\-09\-20"
+
+.SH "NAME" 
+winepath \- Convert PATH(s) to Unix or Windows long or short paths.
+
+.SH "SYNOPSIS"
+.PP
+.B winepath 
+[
+.I OPTION
+]
+[
+.I PATH
+]
+
+.SH "DESCRIPTION" 
+.PP
+This manual page documents briefly the \fBwinepath\fR command.
+.PP
+.B winepath 
+converts PATH(s) to Unix or Windows long or short paths.
+
+
+.SH "OPTIONS"
+.TP
+.BR  \-u ", " \-\-unix
+converts a Windows path to a Unix path.
+.TP
+.BR \-w ", " \-\-windows
+converts a Unix path to a long Windows path.
+.TP
+.BR \-l ", " \-\-long 
+converts the short Windows path of an existing file or directory to the long
+format.
+.TP
+.BR \-s ", " \-\-short 
+converts the long Windows path of an existing file or directory to the short
+format.
+.TP
+.BR \-h ", " \-\-help
+shows this help message and exit.
+.TP
+.BR \-v ", " \-\-version 
+shows version information and exit.
+
+.SH "SEE ALSO"
+.BR wine (1)
+
+.SH "AUTHOR"
+.PP
+.B winepath
+is Copyright \(co 2002 Alexandre Julliard. 
+
+This manual page was written by Francois Wendling <frwendling at free.fr> for the
+Debian GNU/Linux system (but may be used by others).

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list