r2845 - packages/trunk/fenix0.92/debian

Miriam Ruiz baby-guest at alioth.debian.org
Tue Jun 5 18:26:03 UTC 2007


Author: baby-guest
Date: 2007-06-05 18:26:03 +0000 (Tue, 05 Jun 2007)
New Revision: 2845

Added:
   packages/trunk/fenix0.92/debian/fenix0.92-fpg.1
   packages/trunk/fenix0.92/debian/fenix0.92-fxc.1
   packages/trunk/fenix0.92/debian/fenix0.92-fxi.1
   packages/trunk/fenix0.92/debian/fenix0.92-map.1
   packages/trunk/fenix0.92/debian/fenix0.92-runtime.manpages
   packages/trunk/fenix0.92/debian/fenix0.92.1
   packages/trunk/fenix0.92/debian/fenix0.92.manpages
Modified:
   packages/trunk/fenix0.92/debian/control
   packages/trunk/fenix0.92/debian/rules
Log:
Added manpages



Modified: packages/trunk/fenix0.92/debian/control
===================================================================
--- packages/trunk/fenix0.92/debian/control	2007-06-05 17:13:24 UTC (rev 2844)
+++ packages/trunk/fenix0.92/debian/control	2007-06-05 18:26:03 UTC (rev 2845)
@@ -2,7 +2,7 @@
 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

Added: packages/trunk/fenix0.92/debian/fenix0.92-fpg.1
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92-fpg.1	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92-fpg.1	2007-06-05 18:26:03 UTC (rev 2845)
@@ -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)

Added: packages/trunk/fenix0.92/debian/fenix0.92-fxc.1
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92-fxc.1	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92-fxc.1	2007-06-05 18:26:03 UTC (rev 2845)
@@ -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)

Added: packages/trunk/fenix0.92/debian/fenix0.92-fxi.1
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92-fxi.1	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92-fxi.1	2007-06-05 18:26:03 UTC (rev 2845)
@@ -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)

Added: packages/trunk/fenix0.92/debian/fenix0.92-map.1
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92-map.1	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92-map.1	2007-06-05 18:26:03 UTC (rev 2845)
@@ -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)

Added: packages/trunk/fenix0.92/debian/fenix0.92-runtime.manpages
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92-runtime.manpages	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92-runtime.manpages	2007-06-05 18:26:03 UTC (rev 2845)
@@ -0,0 +1 @@
+debian/fenix0.92-fxi.1

Added: packages/trunk/fenix0.92/debian/fenix0.92.1
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92.1	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92.1	2007-06-05 18:26:03 UTC (rev 2845)
@@ -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)

Added: packages/trunk/fenix0.92/debian/fenix0.92.manpages
===================================================================
--- packages/trunk/fenix0.92/debian/fenix0.92.manpages	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/fenix0.92.manpages	2007-06-05 18:26:03 UTC (rev 2845)
@@ -0,0 +1,4 @@
+debian/fenix0.92.1
+debian/fenix0.92-fxc.1
+debian/fenix0.92-fpg.1
+debian/fenix0.92-map.1

Modified: packages/trunk/fenix0.92/debian/rules
===================================================================
--- packages/trunk/fenix0.92/debian/rules	2007-06-05 17:13:24 UTC (rev 2844)
+++ packages/trunk/fenix0.92/debian/rules	2007-06-05 18:26:03 UTC (rev 2845)
@@ -76,7 +76,6 @@
 	dh_installdocs
 	dh_installexamples
 	dh_install --sourcedir=$(CURDIR)/debian/tmp
-#	dh_installmenu
 	dh_installman
 	dh_link
 	dh_strip




More information about the Pkg-games-commits mailing list