[fenix] 04/127: Added manpages

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 2892801563cf7c968eeafee168d58aeda4874722
Author: Miriam Ruiz <miriam at debian.org>
Date:   Tue Jun 5 18:26:03 2007 +0000

    Added manpages
---
 debian/control                    |  2 +-
 debian/fenix0.92-fpg.1            | 61 +++++++++++++++++++++++++++++++
 debian/fenix0.92-fxc.1            | 52 ++++++++++++++++++++++++++
 debian/fenix0.92-fxi.1            | 29 +++++++++++++++
 debian/fenix0.92-map.1            | 77 +++++++++++++++++++++++++++++++++++++++
 debian/fenix0.92-runtime.manpages |  1 +
 debian/fenix0.92.1                | 48 ++++++++++++++++++++++++
 debian/fenix0.92.manpages         |  4 ++
 debian/rules                      |  1 -
 9 files changed, 273 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index dd35a0b..3eb8cbe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fenix0.92
 Section: devel
 Priority: extra
 Maintainer: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), autotools-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libungif4-dev, libpng12-dev, libsmpeg-dev
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), autotools-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libungif4-dev, libpng12-dev, libsmpeg-dev, libmikmod2-dev, libvorbis-dev
 Standards-Version: 3.7.2
 
 Package: fenix0.92-runtime
diff --git a/debian/fenix0.92-fpg.1 b/debian/fenix0.92-fpg.1
new file mode 100644
index 0000000..0e192fa
--- /dev/null
+++ b/debian/fenix0.92-fpg.1
@@ -0,0 +1,61 @@
+.\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
+.\" 
+.\" This document is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\" 
+.\" This package is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" 
+.\" You should have received a copy of the GNU General Public License
+.\" along with this package; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.TH "fenix-fpg" "1" "0.92" "Miriam Ruiz" ""
+.SH "NAME"
+fenix0.92\-fpg \- create packages of multiple images for fenix
+.SH "SYNOPSIS"
+.B fenix0.92\-fxc [option] filename.fpg [image ...]
+.SH "DESCRIPTION"
+This program is used to package the images used in the game into a single file.
+.PP 
+options:
+.TP 
+\fB\-l\fR
+Describe the FPG file (default option): \-v more verbose
+.TP 
+\fB\-n\fR
+Create a new FPG file, ptionally adding MAP (graphic) files
+.TP 
+\fB\-o\fR
+Create a new 8\-bit FPG file, optionally adding MAP (graphic) files
+.TP 
+\fB\-d\fR
+Remove the selected files from inside the FPG file
+.TP 
+\fB\-p\fR
+Extract the colour palette(.PAL) of the file
+.TP 
+\fB\-e\fR
+Extract graphics (.MAP) from the FPG file and removes them from it
+.TP 
+\fB\-x\fR
+Extract graphics (.MAP) from the FPG file
+.TP 
+\fB\-a\fR
+Add graphics (.MAP) to the FPG file
+.TP 
+\fB\-c\fR
+Convert the .FPG to 16 bits
+.TP 
+\fB\-#\fR
+Level of compression (0 to 9)
+.PP 
+Options \-x and \-e can select the graphics by their code. Ranges in the form a\-b can be used, as well as comma\-separated graphics. Options \-p and \-l admit multiple FPG files.
+.SH "SEE ALSO"
+.BR fenix0.92 (1),
+.BR fenix0.92\-fxc (1),
+.BR fenix0.92\-fxi (1),
+.BR fenix0.92\-map (1)
diff --git a/debian/fenix0.92-fxc.1 b/debian/fenix0.92-fxc.1
new file mode 100644
index 0000000..5a4a879
--- /dev/null
+++ b/debian/fenix0.92-fxc.1
@@ -0,0 +1,52 @@
+.\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
+.\" 
+.\" This document is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\" 
+.\" This package is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" 
+.\" You should have received a copy of the GNU General Public License
+.\" along with this package; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.TH "fenix-fxc" "1" "0.92" "Miriam Ruiz" ""
+.SH "NAME"
+fenix0.92\-fxc \- fenix compiler
+.SH "SYNOPSIS"
+.B fenix0.92\-fxc [option] filename.prg
+.SH "DESCRIPTION"
+This program compiles the source code of fenix files into bytecode files.
+
+.PP 
+options:
+.TP 
+\fB\-d\fR
+Debugging mode
+.TP 
+\fB\-i\fR dir
+Adds the directory to the PATH
+.TP 
+\fB\-a\fR
+Automaticaly adds all files to the DCB
+.TP 
+\fB\-f\fR file
+Adds a single file to the DCB
+.TP 
+\fB\-l\fR lang
+Specify locale settings
+.TP 
+\fB\-s\fR stub
+Generate a stubbed executable from the given stub
+\fB\-g\fR
+Stores debugging information at the DCB
+\fB\-c\fR
+File uses the MS\-DOS character set
+.SH "SEE ALSO"
+.BR fenix0.92 (1),
+.BR fenix0.92\-fxi (1),
+.BR fenix0.92\-fpg (1),
+.BR fenix0.92\-map (1)
diff --git a/debian/fenix0.92-fxi.1 b/debian/fenix0.92-fxi.1
new file mode 100644
index 0000000..2695757
--- /dev/null
+++ b/debian/fenix0.92-fxi.1
@@ -0,0 +1,29 @@
+.\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
+.\" 
+.\" This document is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\" 
+.\" This package is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" 
+.\" You should have received a copy of the GNU General Public License
+.\" along with this package; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.TH "fenix-fxi" "1" "0.92" "Miriam Ruiz" ""
+.SH "NAME"
+fenix0.92\-fxi \- fenix interpreter
+.SH "SYNOPSIS"
+.B fenix0.92\-fxi [filename.dcb]
+.SH "DESCRIPTION"
+This program executes the bytecode files compiled with fenix.
+
+If no parameter is given, the program tries to open a binary file with the same name as the interpreter.
+.SH "SEE ALSO"
+.BR fenix0.92 (1),
+.BR fenix0.92\-fxc (1),
+.BR fenix0.92\-fpg (1),
+.BR fenix0.92\-map (1)
diff --git a/debian/fenix0.92-map.1 b/debian/fenix0.92-map.1
new file mode 100644
index 0000000..4033ec5
--- /dev/null
+++ b/debian/fenix0.92-map.1
@@ -0,0 +1,77 @@
+.\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
+.\" 
+.\" This document is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\" 
+.\" This package is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" 
+.\" You should have received a copy of the GNU General Public License
+.\" along with this package; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.TH "fenix-map" "1" "0.92" "Miriam Ruiz" ""
+.SH "NAME"
+fenix0.92\-map \- convert images to fenix native format (map)
+.SH "SYNOPSIS"
+.B fenix0.92\-map [option] filename.map
+.SH "DESCRIPTION"
+This program is used to convert jpgs, pngs, gifs, etc. to fenix native image format (.map)
+.PP 
+options:
+.TP 
+\fB\-l\fR
+Describe MAP file (default option)
+.TP 
+\fB\-p\fR
+Extract palette file (.PAL) from the graphic
+.TP 
+\fB\-c\fR
+Convert MAP file to 16bpp format
+.TP 
+\fB\-g\fR
+Convert MAP file to PNG file
+.TP 
+\fB\-m\fR
+Convert PNG or GIF file to MAP file
+.TP 
+\fB\-s\fR
+Modify MAP file parameters
+.TP 
+\fB\-n\fR
+Remove MAP file transparency
+.TP 
+\fB\-z=#\fR
+PNG transparent color ('0' color) range
+.TP 
+\fB\-#\fR
+Compresion level (0\-9 NOTE: 0 DIV compatible for 8bpps MAP files)
+.PP 
+.PP 
+Options for \-l/\-m/\-c(# means integer value):
+.TP 
+\fB+name=...\fR
+Change the name for the MAP (up to 32 characters)
+.TP 
+\fB+id=#\fR
+Change MAP code (0\-999))
+.TP 
+\fB+center=[#,#]\fR
+Change center for the MAP (control point 0)
+.TP 
+\fB+animation=...\fR
+Animation sequence for ANIMATED MAPS
+.TP 
+\fB+speed=#\fR
+Frame duration (ms) for each animation frame
+.TP 
+\fB+#=[#,#]\fR
+Control point definition
+.SH "SEE ALSO"
+.BR fenix0.92 (1),
+.BR fenix0.92\-fxc (1),
+.BR fenix0.92\-fxi (1),
+.BR fenix0.92\-fpg (1)
diff --git a/debian/fenix0.92-runtime.manpages b/debian/fenix0.92-runtime.manpages
new file mode 100644
index 0000000..7113479
--- /dev/null
+++ b/debian/fenix0.92-runtime.manpages
@@ -0,0 +1 @@
+debian/fenix0.92-fxi.1
diff --git a/debian/fenix0.92.1 b/debian/fenix0.92.1
new file mode 100644
index 0000000..82fee10
--- /dev/null
+++ b/debian/fenix0.92.1
@@ -0,0 +1,48 @@
+.\" (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
+.\" 
+.\" This document is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"  
+.\" This package is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\"  
+.\" You should have received a copy of the GNU General Public License
+.\" along with this package; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.TH "fenix" "1" "0.92" "Miriam Ruiz" ""
+.SH "NAME"
+fenix \- development environment for making 2D games
+.SH "DESCRIPTION"
+Fenix is an interpreted script programming language, especially designed to developing and running 2D games. It has a full graphic library, sound engine and full featured 2D game engine, making game development extremely easy.
+
+Its major features include:
+  * Fast sprite blitting with rotation, scaling, animation and transparency
+  * Pixel perfect collision check
+  * Native PNG graphic support
+  * Parallax (2 planes) automated scroll routines
+  * Multiple clipping regions with or without scroll support
+  * MOD/XM/S3M/IT support through MIKMod
+  * Keyboard, mouse and joystick controller support
+  * 8 and 16 bits per pixel color depths
+  * Support for many different architectures
+  * Basic Pathfind routines
+  * Blendops in 16 bit color depth
+  * OGG sound support
+  * Interface for custom extensions
+  * Easy to learn
+
+Fenix is distributed under GNU General Public License, so it's source code is available to anyone who wants to get it, extend it or change it in any way fitting his/her own purpose.
+.SH "TOOLS"
+  * fenix0.92\-fxc \- compiler
+  * fenix0.92\-fxi \- interpreter
+  * fenix0.92\-fpg \- create packages of multiple images
+  * fenix0.92\-map \- convert images to fenix native format (map)
+.SH "SEE ALSO"
+.BR fenix0.92\-fxc (1),
+.BR fenix0.92\-fxi (1),
+.BR fenix0.92\-fpg (1),
+.BR fenix0.92\-map (1)
diff --git a/debian/fenix0.92.manpages b/debian/fenix0.92.manpages
new file mode 100644
index 0000000..cfaf5d0
--- /dev/null
+++ b/debian/fenix0.92.manpages
@@ -0,0 +1,4 @@
+debian/fenix0.92.1
+debian/fenix0.92-fxc.1
+debian/fenix0.92-fpg.1
+debian/fenix0.92-map.1
diff --git a/debian/rules b/debian/rules
index 60e3eb1..9f4c54e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,6 @@ binary-arch: build install
 	dh_installdocs
 	dh_installexamples
 	dh_install --sourcedir=$(CURDIR)/debian/tmp
-#	dh_installmenu
 	dh_installman
 	dh_link
 	dh_strip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list