Port details |
- physfs Library to provide abstract access to various archives
- 3.2.0 devel =17 3.2.0Version of this port present on the latest quarterly branch.
- Maintainer: oliver@FreeBSD.org
- Port Added: 2003-07-26 16:23:00
- Last Update: 2023-11-14 17:16:46
- Commit Hash: adae6a5
- People watching this port, also watch:: libogg, aalib, libvorbis, flac, libxml2
- License: ZLIB
- WWW:
- https://github.com/icculus/physfs/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/physfs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/physfs
- pkg install physfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: physfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1697148001
SHA256 (icculus-physfs-release-3.2.0_GH0.tar.gz) = 1991500eaeb8d5325e3a8361847ff3bf8e03ec89252b7915e1f25b3f8ab5d560
SIZE (icculus-physfs-release-3.2.0_GH0.tar.gz) = 242857
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- This port is required by:
- for Libraries
-
- audio/sdl_sound
- devel/allegro5
- devel/love07
- devel/love08
- devel/love10
- devel/love5
- games/avoision
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_physfs
- USES:
- cmake readline tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0 14 Nov 2023 17:16:46 |
Po-Chuan Hsieh (sunpoet) |
devel/physfs: Fix PLIST
- While I'm here, sort PLIST
- Bump PORTREVISION for package change
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cmake/PhysFS/PhysFSConfig-%%CMAKE_BUILD_TYPE%%.cmake
Error: Orphaned: lib/cmake/PhysFS/PhysFSConfig.cmake
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Approved by: portmgr (blanket) |
3.2.0 12 Oct 2023 22:22:13 |
Oliver Lehmann (oliver) |
devel/physfs: update to 3.2.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.2 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2 19 Apr 2019 16:36:29 |
oliver |
update to 3.0.2 |
3.0.1_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
3.0.1 11 Jan 2019 20:54:31 |
amdmi3 |
- Update to 3.0.1
This release is fully API and ABI compatible with 2.x, so no changes
to dependent ports are needed.
PR: 234477
Submitted by: amdmi3
Approved by: maintainer timeout (oliver, 2 weeks) |
2.0.3_1 22 Sep 2017 19:00:41 |
oliver |
Fix bug with copying z_stream objects around in zip archiver
PR: 217526
Submitted by: Ryan C. Gordon <icculus@icculus.org>
Reported by: Thibault Payet |
2.0.3 10 Jan 2016 14:59:05 |
amdmi3 |
- Add missing mutual CONFLICTS_INSTALL between devel/physfs and
devel/physfs-devel
Approved by: portmgr blanket
MFH: 2016Q1 |
2.0.3 01 Jan 2016 17:55:43 |
rakuco |
Switch to a MASTER_SITE that actually works. |
2.0.3 20 Aug 2014 12:34:23 |
amdmi3 |
- Drop USE_AUTOTOOLS, it's not used
Approved by: portmgr blanket |
2.0.3 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.0.3 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
2.0.3 01 Feb 2014 15:50:41 |
miwi |
- Stage support |
2.0.3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.0.3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.0.3 30 Jan 2013 08:13:26 |
oliver |
update to 2.0.3
PR: ports/175494
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
2.0.2 07 Mar 2011 07:01:47 |
oliver |
update to 2.0.2 |
2.0.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.0.1 29 Mar 2010 15:49:43 |
oliver |
update to 2.0.1 |
2.0.0 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.0.0 04 Apr 2009 12:05:22 |
oliver |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports |
1.0.1_1 30 Jan 2009 21:32:53 |
pav |
- Update download location
Reported by: -fetch-original pointyhat run |
1.0.1_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0.1_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.1 24 Jul 2005 13:02:43 |
oliver |
update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there |
1.0.0 04 Jun 2005 15:15:50 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.0.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.0.0 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0.0 21 Feb 2004 12:10:04 |
oliver |
Update physfs to 1.0.0 |
0.1.9_1 29 Sep 2003 19:38:33 |
oliver |
- Support CFLAGS properly
- Do not install useless .la file
PR: ports/57352
Submitted By: KATO Tsuguru <tkato@prontomail.com> |
0.1.9 28 Sep 2003 20:13:53 |
oliver |
update physfs to 0.1.9 |
0.1.8 29 Jul 2003 19:00:57 |
oliver |
add 2 missing library links |
0.1.8 29 Jul 2003 03:36:26 |
oliver |
Add INSTALLS_SHLIB
Pointed out by: kris |
0.1.8 26 Jul 2003 16:22:18 |
oliver |
Add physfs, a library to provide abstract access to various archives |