Home > Repositories > base > libphysfs

libphysfs: A library to provide abstract access to various archives for use in video games

PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. The programmer defines a "write directory" on the physical filesystem. No file writing done through the PhysicsFS API can leave that write directory, for security. For example, an embedded scripting language cannot write outside of this path if it uses PhysFS for all of its I/O, which means that untrusted scripts can run more safely. Symbolic links can be disabled as well, for added safety. For file reading, the programmer lists directories and archives that form a "search path". Once the search path is defined, it becomes a single, transparent hierarchical filesystem. This makes for easy access to ZIP files in the same way as you access a file directly on the disk, and it makes it easy to ship a new archive that will override a previous archive on a per-file basis. Finally, PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are available, the user's home directory, where in the real filesystem your program is running, etc.
Name:libphysfs
Release: 3.2.0-1mamba
Group:System/Libraries
Maintainer:silvan
License:BSD
Size:206.79 kB
Upstream URL:http://icculus.org/physfs/
Build time:2022-10-30 19:48:45
Binary packages and requirements
x86_64aarch64i586
Built RPMSlibphysfs
libphysfs-debug
libphysfs-devel
libphysfs
libphysfs-debug
libphysfs-devel
libphysfs
libphysfs-debug
libphysfs-devel
Build requirementsglibc-devel [1]
libncurses-devel [1]
libreadline-devel [1]
glibc-devel [1]
libncurses-devel [1]
libreadline-devel [1]
glibc-devel [1]
libncurses-devel [1]
libreadline-devel [1]
History of changes
DatePackagerReleaseDescription
2022-10-28silvan3.2.0-1mamba- update to 3.2.0
2021-05-16silvan3.0.2-2mamba- rebuilt with debug package
2019-03-24autodist3.0.2-1mamba- automatic version update by autodist
2017-11-21autodist3.0.1-1mamba- automatic update by autodist
2017-10-21autodist3.0.0-1mamba- automatic update by autodist
2012-12-01autodist2.0.3-1mamba- update to 2.0.3
2011-02-19autodist2.0.2-1mamba- automatic update by autodist
2009-04-04silvan2.0.0-1mamba- automatic update by autodist
2007-12-06silvan1.1.1-1mamba- package created by autospec