Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.78 05 Sep 2024 06:17:46 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.78
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
0.13.77 06 Jul 2024 16:01:46 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.77
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
0.13.76 03 Jun 2024 02:37:28 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix build
Upstream includes COVERAGE unconditionally before this fix.
It causes build error on system without llvm-cov (WITHOUT_LLVM_COV in src.conf).
Reported by: vishwin
Obtained
from: https://github.com/gdraheim/zziplib/commit/081b8ba4d0417abe6c2d997f5198e23b7fdb2977 |
0.13.76 28 May 2024 20:19:19 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.76
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
0.13.74 09 Mar 2024 14:05:23 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Update to 0.13.74
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
0.13.72_1 06 Sep 2023 20:50:51 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix build with Clang 16
PR: 273410
Reported by: Maigurs Stalidzans <neimsaci@gmx.com>
Tested on: 14.0-ALPHA4 (amd64 and i386) |
0.13.72_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.13.72_1 30 Dec 2022 09:04:08 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Rename patch file |
0.13.72_1 18 Dec 2022 17:22:14 |
Dimitry Andric (dim) |
devel/zziplib: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
devel/zziplib failed to build with clang (and lld) 15:
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:664:11:
error: incompatible pointer to integer conversion initializing 'off_t' (aka
'long') with an expression of type 'zzip_byte_t *' (aka 'unsigned char *')
[-Wint-conversion]
off_t offset = zzip_file_header_to_data(header);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:666:34:
warning: incompatible pointer types initializing 'struct zzip_extra_zip64 *'
with an expression of type 'char *' [-Wincompatible-pointer-types]
struct zzip_extra_zip64* zip64 =
^
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:673:34:
warning: incompatible pointer types initializing 'struct zzip_extra_zip64 *'
with an expression of type 'char *' [-Wincompatible-pointer-types]
struct zzip_extra_zip64* zip64 =
^
/wrkdirs/usr/ports/devel/zziplib/work/zziplib-0.13.72/zzip/mmapped.c:685:24:
error: incompatible integer to pointer conversion assigning to 'Bytef *' (aka
'unsigned char *') from 'off_t' (aka 'long') [-Wint-conversion]
file->zlib.next_in = offset;
^ ~~~~~~
2 warnings and 2 errors generated.
Use the patch from https://github.com/gdraheim/zziplib/issues/140 to fix
the errors.
PR: 268185
Approved by: portmgr (tcberner)
MFH: 2022Q4 |
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) |
0.13.72_1 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 ) |
0.13.72_1 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 ) |
0.13.72_1 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
0.13.72_1 19 Sep 2021 05:59:45 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Cosmetic change |
0.13.72_1 10 Sep 2021 21:17:35 |
Bernhard Froehlich (decke) |
devel/zziplib: Add CPE information
Approved by: portmgr (blanket) |
0.13.72_1 25 Apr 2021 20:35:09 |
Po-Chuan Hsieh (sunpoet) |
devel/zziplib: Fix SDL option |
0.13.72_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13.72_1 30 Mar 2021 19:16:36 |
sunpoet |
Add MANPAGES and TEST options
- Bump PORTREVISION for package change
PR: 252862
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
0.13.72 08 Mar 2021 11:24:00 |
linimon |
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-Warray-bounds"
Approved by: portmgr (tier-2 blanket) |
0.13.72 07 Mar 2021 22:11:07 |
sunpoet |
Update to 0.13.72
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
0.13.71_1 08 Jun 2020 04:41:31 |
kevans |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
0.13.71 24 Apr 2020 18:02:27 |
sunpoet |
Cosmetic change |
0.13.71 22 Apr 2020 21:25:47 |
sunpoet |
Update to 0.13.71
Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog |
0.13.69_2 21 Apr 2020 19:34:50 |
sunpoet |
Remove GH_PROJECT which is the default |
0.13.69_2 02 Feb 2020 10:57:47 |
sunpoet |
Take maintainership |
0.13.69_2 19 Jan 2020 17:36:20 |
antoine |
Drop python27 dependency |
0.13.69_1 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
0.13.69_1 07 Jul 2018 06:55:42 |
miwi |
- Fix build when textproc/xmlto is installed in a local env.
- Bump PORTREVISION
PR: 226491 229572
MFH: 2018Q3
Sponsored by: iXsystems Inc. |
0.13.69 06 Jul 2018 18:00:37 |
miwi |
- Added/RM missing patches |
0.13.69 06 Jul 2018 17:57:48 |
miwi |
- Update to 0.13.68
- Security fixes for:
- CVE-2017-5974
- CVE-2017-5975
- CVE-2017-5976
- CVE-2017-5979
- CVE-2017-5980
- CVE-2017-5981
- CVE-2017-5977
- CVE-2018-6381
- CVE-2018-6484
- CVE-2018-6540
- CVE-2018-6541
- CVE-2018-6542
- CVE-2018-6869
- CVE-2018-7725
- CVE-2018-7726
- CVE-2018-7727
PR: 226491
Submitted by: maintainer
MFH: 2018Q3 |
0.13.62_2 29 Mar 2018 08:33:25 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
0.13.62_2 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.13.62_2 04 Nov 2017 11:43:35 |
dbaio |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
0.13.62_2 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.13.62_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.13.62_2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.13.62_1 14 Oct 2014 11:30:30 |
amdmi3 |
- Convert to USES=python
- Drop @dirrm* from plist |
0.13.62_1 21 Jul 2014 08:59:37 |
pi |
devel/zziplib: only builds with python2, so USE_PYTHON_BUILD=2 |
0.13.62_1 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
0.13.62_1 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) |
0.13.62_1 08 May 2014 17:20:26 |
amdmi3 |
- Convert to USES=libtool
- Strip libraries
- Convert USE_BZIP2 to USES
- Use new OPTIONS features |
0.13.62 11 Dec 2013 01:11:31 |
amdmi3 |
- Fix build with SDL enabled
Seems like our BSD make and gmake differ in some chdir()-related
behaviour leading to BSD make build not being able to find zzip/zzip.h
header by relative path (via -I. -I..):
../../SDL/SDL_rwops_zzip.c:9:10: fatal error: 'zzip/zzip.h' file not found
this is fixed by swithing to gmake. |
0.13.62 17 Oct 2013 23:51:02 |
amdmi3 |
- Support staging |
0.13.62 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.13.62 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.13.62 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
0.13.62 28 Mar 2013 15:51:17 |
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
0.13.62 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.13.62 18 Aug 2012 21:48:36 |
scheidell |
- Unbreak for FreeBSD > 7.4 amd64
PR: ports/170548
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Approved by: port@ |
0.13.62 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.13.62 23 Jul 2012 01:33:56 |
dougb |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
0.13.62 12 Jun 2012 10:34:46 |
bapt |
Convert to new options framework |
0.13.62 24 Mar 2012 16:25:45 |
miwi |
- Update to version 0.13.62
PR: 166026
Submitted by: Ports Fury
Feature safe: yes |
0.13.60 04 Dec 2011 10:03:50 |
miwi |
- Unbreak on clang
PR: 162919
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes |
0.13.60 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
0.13.60 11 Apr 2011 20:12:13 |
pav |
- Mark BROKEN on amd64/7
Reported by: pointyhat |
0.13.60 23 Mar 2011 19:42:00 |
dhn |
- Update to 0.13.60
PR: ports/155807
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.13.59 14 Sep 2010 13:43:48 |
ale |
Don't rebuild manpages, if xmlto is installed.
Drop maintainership. |
0.13.59 20 May 2010 15:11:05 |
ale |
Update to 0.13.59 release. |
0.13.58_1 29 Aug 2009 05:58:23 |
ale |
Fix plist and bump PORTREVISION. |
0.13.58 27 Aug 2009 14:46:47 |
ale |
Update to 0.13.58 release. |
0.13.50 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.13.50 29 Dec 2008 09:35:21 |
ale |
Update to 0.13.50 release. |
0.13.49 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.13.49 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
0.13.49 30 Oct 2007 06:49:54 |
ale |
Help portscout. |
0.13.49 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.13.49 22 Apr 2007 07:29:42 |
ale |
Add python build dependency. |
0.13.49 20 Apr 2007 06:10:04 |
ale |
Update to 0.13.49 release and install man pages. |
0.13.47 07 Sep 2006 06:24:37 |
ale |
Update to 0.13.47 release. |
0.13.45 02 May 2006 17:01:37 |
ale |
Fix build for systems with missing hostname. |
0.13.45 26 Apr 2006 07:57:46 |
ale |
Update to 0.13.45 release. |
0.10.82_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.10.82 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.10.82 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. |
0.10.82 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.10.82 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.10.82 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 |
0.10.82 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.10.82 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. |
0.10.82 18 Jan 2004 10:50:16 |
ale |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
0.10.82 01 Aug 2003 05:29:27 |
krion |
Fix build on -current
Approved by: fjoe (mentor) (implicit) |
0.10.82 30 Jul 2003 08:17:35 |
krion |
Update to to 0.10.82
PR: 55038
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
0.10.76 05 Apr 2003 05:18:23 |
kris |
Correct typo in @unexec |
0.10.76 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
0.10.76 20 Feb 2003 01:53:54 |
leeym |
Update to zziplib-0.10.76
PR: 48396
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
0.10.54 22 Dec 2002 15:02:51 |
naddy |
Make this build on -STABLE *and* -CURRENT. |
0.10.54 28 Sep 2002 23:23:38 |
kris |
Fix build on -stable
Submitted by: Adam Weinberger <adam@vectors.cx>
PR: ports/41092 |
0.10.54 22 Jun 2002 15:57:04 |
pat |
Update to 0.10.54
PR: 39657
Submitted by: maintainer |
0.10.53 20 May 2002 08:27:05 |
sada |
- Upgrade to version 0.10.53 .
- Change maintainer to PR originator.
No response about related PR 37431 from maintainer.
PR: ports/37525
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
04 Jan 2001 11:14:38 |
nbm |
Add zziplib 0.10.11, a library to provide transparent read access to zipped
files. |