Up to [cvs.NetBSD.org] / pkgsrc / devel / physfs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:02 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
HEAD
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 18 07:38:53 2019 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.24: +11 -13
lines
Diff to previous 1.24 (colored)
physfs: updated to 3.0.2 3.0.2: Fixed compiler warning. windows: Workaround for WinXP systems. Only flush file handles on close if they were opened for writing. Added some whitespace to test a fix to revision control. Updated copyright year for 2019.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 28 14:47:31 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.23: +4 -3
lines
Diff to previous 1.23 (colored)
physfs: update to 3.0.1. Many years of development, not summarized by upstream. For a detailed log see the hg shortlog at https://hg.icculus.org/icculus/physfs/shortlog
Revision 1.23 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:00 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Bump all packages that depend on curses.bui* or terminfo.bui* since they might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Jul 7 17:01:57 2014 UTC (9 years, 5 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.21: +2 -6
lines
Diff to previous 1.21 (colored)
Continue to disable CD-ROM support on SunOS, missed after the package converted from autotools to CMake.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 31 08:29:44 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.20: +5 -7
lines
Diff to previous 1.20 (colored)
Update to 2.0.3: 2.0.3: - Source code now packaged in a .tar.bz2 instead of .tar.gz. - Fixed "make docs" for out-of-tree builds. - No longer builds annoying wxWidgets test program by default. - Fixed logic bug in UTF-8 string processing. - Fixed infinite loop on some .zip files with symlinks. - Enabled CD-ROM support on Haiku OS. - Fixed Win64 support. - Fixed OpenBSD support. - Fixed building of readline support in test program. - Fixed .zip archiver losing files in some cases. - Corrected copyright dates in license. - Other minor tweaks and fixes. 2.0.1: - Fixed building with gcc 4.4. - Workaround bug with lzma archiver not being able to reopen the same file twice. - Fixed reading of /proc/self/exe on Linux when calculating base dir. Fixes unexpected PHYSFS_init() failures. - Fixed cross-compiling problems. - Fixed building with GCC on several platforms that don't support the -fvisibility=hidden option. - Added support for building with the Mac OS X 10.6 SDK. - Fixed latin1-to-utf8 encoding conversion issue. - Fixed logic error in the OS/2 code. - Replaced some C++-style comments with C-style equivalents. - Fixed compiler warning on newer Linux systems. - Added support for GNU/Hurd. - Doxygen corrections. - Setting $HOME to a missing directory on Unix will no longer cause PHYSFS_init() to fail. - Improved CD-ROM/DVD-ROM detection for Linux systems. - Corrected file sharing permissions on Windows and PocketPC. - Other minor fixes. 2.0: PhysicsFS 2.0 offers many improvements over the 1.0 branch. - New CMake-based build system. The autotools mess is gone, as are all the specialized project files for various toolchains. We now maintain one text file that describes the project, and use CMake (http://www.cmake.org/) to generate real project files from there...it produces standard Makefiles for most Unixes and BeOS, but also project files for KDevelop, Xcode, Visual Studio 6/7/8, Watcom, Borland, and other build tools on Windows and Mac OS X. If your platform or build tool isn't supported, energy is better spent on enhancing CMake than creating another project file for PhysicsFS. OS/2 still uses a batch file to build for now, but everything else is either using CMake or will be dropped. - New archiver: lzma support (7zip archives), thanks to Dennis Schridde. - Unicode support! All PhysicsFS APIs that deal with strings now expect them to be UTF-8 encoded, and will convert behind the scenes as appropriate, so eventually your UTF-8 encoded Japanese characters will become 2-byte WCHAR strings when looking for filenames on a Windows NTFS disc, etc. Windows will try to use the appropriate codepage on Win95/98/ME, and use the actual Unicode entry points on NT/XP/Vista, CFStrings on Mac OS X, etc. The platform layers in PhysicsFS for all supported OSes are now Unicode clean, except OS/2 (to be considered). There are new PhysicsFS APIs to provide conversion between some common character encodings. - Applications may now supply their own allocators for PhysicsFS to use internally. If you don't want to supply one, PhysicsFS uses a reasonable default for the platform (such as malloc() on Unix, or CoreFoundation APIs on Mac OS X). - New API: PHYSFS_mount(). This supercedes PHYSFS_addToSearchPath(). This lets you put your archives at specific points in the interpolated file system. If you have an archive mounted to "/some/subdir" then it treats it as if every file in that archive is under the /some/subdir directory (so /path/x.txt will be accessible at /some/subdir/path/x.txt). Developers can still use PHYSFS_addToSearchPath() if source/binary compatibility with PhysicsFS 1.0.x is important, and even mix and match calls with PHYSFS_mount(). - New API: PHYSFS_isInit(), to determine if the library is ready for use when you don't have access to the results of a previous PHYSFS_init() call. - New API: PHYSFS_symbolicLinksPermitted(), to determine this state when you don't control the calls to PHYSFS_permitSymbolicLinks(). - Symlinks are now supported on Windows Vista and later: PHYSFS_isSymbolicLink() and PHYSFS_permitSymbolicLinks() work with the native filesystem as expected in the new Windows version without losing binary compatibility with older Windows releases. - Public headers no longer use size_t, so they work without any system headers pre-included. - Internal mutexes are now recursive on all platforms, which means it's now safe to call most PHYSFS_* functions from inside an enumeration callback (including performing more enumerations from inside an enumeration!) - Added unarchiver program as an example application, which actually does enumerations from inside enumerations. :) - Added initial shot at a wxWidgets-based test program, to supersede test_physfs.c ... still a work in progress. - Mac OS classic support has been dropped. It could be readded if CMake is enhanced to support CodeWarrior or MPW, and the code moves from FSSpec to FSRef functions for Unicode support. Mac OS 8/9 support will remain in the stable 1.0 branch, and Mac OS X is still, of course, fully supported everywhere. - Improvements to support Cygwin, Mingw32, and MSYS. - Mac OS X now has its own Carbon-based code, split out from unix.c, which helps with functionality like Unicode and recursive mutexes...the bits in posix.c are still used on OS X, though. - OS/2 now builds with Innotek GCC and klibc instead of EMX (although can probably still work with EMX). - Most systems can make do with PHYSFS_init(NULL) now (but still should have argv[0] for cases where they can't!). This includes Linux and systems that present a Linux-like /proc filesystem with /proc/self/exe ... - Compiles on BeOS again (was broken in 1.1.0). Haiku is now a supported target platform as well. - On GCC 4 and later, will build with -fvisibility=hidden, so the only symbols exported from the library are the public APIs. This makes the library smaller and faster when built as a shared library, not to mention prevents namespace pollution. - Reduced malloc pressure a little more (see __PHYSFS_smallAlloc() in physfs_internal.h). More to come. - Other bug fixes, cleanups, refactoring, and improvements. A LOT of internal code has changed...you can check the Mercurial repository history for specific details.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 15 02:02:21 2013 UTC (10 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Revision 1.19 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:24 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.18: +1 -3
lines
Diff to previous 1.18 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 28 09:45:13 2012 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.17: +7 -1
lines
Diff to previous 1.17 (colored)
Disable CDROM support on Solaris, it is missing the necessary support. Fixes package.
Revision 1.17 / (download) - annotate - [select for diffs], Wed May 20 00:58:14 2009 UTC (14 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:28 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Add DESTDIR support.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:26 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 25 12:12:53 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.13: +3 -4
lines
Diff to previous 1.13 (colored)
Update to 1.0.1: 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to 1.2.3, which properly includes the security fix. Fixed "make dist" to handle .svn dirs and other file changes. Removed "debian" directory. Fixed warning in physfs.c. Updated CWProjects.sit. Upped version to 1.0.1. 07132005 - Moved to zlib122, and security fix discussed here: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096 06122005 - Added support for mingw to Unix build process (thanks, Matze!). 03162005 - Readded Spanish translation. Added Brazillian Portguese translation and fixed unlocalized string in wad.c (thanks Danny!). Some MacOS Classic fixes and MPW support (thanks, Chris!). Changed CWProjects from SITX to SIT format, so MacOS Classic users can unpack it. 02152005 - Minor comment fix in platform/pocketpc.c 01052004 - Fixed HOG archiver sorting/file lookup (thanks, Chris!) 12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!) 10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!) Removed .cvsignore files (we're in a Subversion repository, now). Build system respects external CFLAGS now. (thanks, Adam!) 09212003 - Happy September. Fixes to bootstrap on MacOS X. Seeking now tries to respect pre-buffered data.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:36 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 4 23:09:06 2004 UTC (19 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 28 14:35:19 2004 UTC (19 years ago) by wiz
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Fix linking, so that libpthread is pulled in. Remove superfluous USE_PKGLOCALEDIR.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 22 21:14:10 2004 UTC (19 years ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
USE_LANGUAGES=c c++
Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 12 06:39:20 2004 UTC (19 years ago) by jlam
Branch: MAIN
Changes since 1.8: +1 -3
lines
Diff to previous 1.8 (colored)
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:32 2004 UTC (19 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 21 00:30:59 2004 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 1.0.0: 12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of patches to get the Mac Classic target building again. Removed zlib114 from CVS repository. Updated OS/2 build batch file. Added Z_PREFIX define to Unix builds that use internal zlib. Patched up some (outdated?) Visual C project files for zlib121. Patched Doxyfile and physfs.h for newer Doxygen. Fixed OS/2 build script. Tweaked Project Builder files to at least compile. Added some last minute BeOS and Cygwin build fixes. Updated Visual Studio projects and tweaked some Makefile.am crap. Made changes so Visual Studio files would pack with DOS endlines and... Upped version to 1.0.0 (woohoo!). 12222003 - Fixed a search-and-replace mistake in win32.c that preventing compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes; put zlib files in separate logical folder in .dsp project; updated zlib121/zconf.h to address remaining symbols that were still causing link warnings. 12182003 - WAD archiver now puts maps into subdirectories, making them accessible to the application. (Thanks, Travis!) RPM spec and Makefile.am* now package zlib_license_change.txt (Thanks, Edward!) 12142003 - Added Doom WAD support (Thanks, Travis!) 12082003 - Fixed some win32.c deficiencies that Robby Dermody pointed out (thanks!) 12072003 - Upgraded internal zlib to 1.2.1 (thanks, Adam!) Other Unix build fixes. 11112003 - Patches to make OS/2 support compile again. 11092003 - Added __PHYSFS_platformStrnicmp(), and made qpak.c case-insensitive. 09122003 - Happy September. Actually released current tree as 0.1.9. 08262003 - Added MiNT support to build process and fixed cross-compiling (thanks Patrice Mandin!) 08092003 - Some Windows build fixes (thanks, Brian Hook!) 07232003 - Upped version to 0.1.9. 07202003 - Switched to zlib license (see new LICENSE text in root of source tree, and zlib_license_switch.txt for details). Had to remove archivers/qpak.c, the Ruby bindings from the extras directory, and the Russian and Spanish translations, since those contributors couldn't be contacted. If they show up, we'll readd them to the project, otherwise we'll eventually replace their work...everyone else signed on for the change. Committed a patch to convert all tabs to spaces (Thanks, James!). Added patch to zip.c to fix crash (thanks, dillo!). Reimplmented qpak.c, by welding together bits of grp.c and zip.c. Ed contacted me, so I could readd his contributions post-license change...I'm going to keep the new qpak.c, but I've readded his Ruby bindings and Russian translations. 06112003 - Patches to globbing.c to handle corner cases (thanks, Bradley!). 06102003 - Added globbing.c to "extras" directory. 05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is much much more accurate than the previous code. Updated configure.in and Makefile.am.newautomake for some MacOSX stuff. 05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL. 05182003 - PocketPC fixes (thanks, David Hedbor!) 05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!) 04082003 - Minor changes to extras/abs-file.h (Thanks, Adam!) 03302003 - Fixed seeking in uncompressed ZIP entries, and handle a misbehaviour in Java's JAR creation tools. Thanks to "Tree" for pointing these bugs out. Added HOG and MVL archive support for Descent I and II (Thanks, Bradley Bell!). Added example code to do case-insensitive file searches ("extras/ignorecase.*"). 03192003 - Fixed problem in PHYSFS_mkdir() when dirs to be created already exist. Fixed problem where PHYSFS_mkdir() incorrectly tripped an alarm in __PHYSFS_verifySecurity(). 03122003 - Attempt at cleaning up some type correctness for VC++6. Made QPAK archiver case-insensitive (since Quake2 has problems without it). 01302003 - Added buffering API to OS/2 build's exported symbol list. Updated CWProjects.sit and made several fixes to get physfs building on MacOS Classic again. 01282003 - Fixed seeking in buffered files opened for read. 01072003 - .NET assembly and C# wrapper by Gregory S. Read in the extras dir.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 6 22:37:40 2004 UTC (19 years, 9 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.5: +9 -7
lines
Diff to previous 1.5 (colored)
bl3ify.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:39 2004 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 6 17:39:30 2003 UTC (20 years, 1 month ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 21 16:43:44 2003 UTC (20 years, 4 months ago) by martti
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
COMMENT should start with a capital letter.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 17 21:33:05 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jul 13 20:00:29 2003 UTC (20 years, 4 months ago) by dillo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of physfs-0.1.8 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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 13 20:00:29 2003 UTC (20 years, 4 months ago) by dillo
Branch: MAIN
Initial revision