Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.10.1 01 Sep 2024 13:26:19 |
Wen Heping (wen) |
devel/py-tables: Update to 3.10.1 |
3.10.0 14 Aug 2024 12:21:43 |
Wen Heping (wen) |
devel/py-tables: Update to 3.10.0 |
3.9.2_1 13 Apr 2024 09:31:33 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.14.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Blosc/c-blosc2/releases |
3.9.2 30 Dec 2023 14:20:05 |
Wen Heping (wen) |
devel/py-tables: Update to 3.9.2 |
3.9.0 06 Oct 2023 13:05:47 |
Wen Heping (wen) |
devel/py-tables: Update to 3.9.0 |
3.7.0_2 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> |
3.7.0_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.7.0_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.7.0_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 ) |
3.7.0_1 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
3.7.0 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.7.0 23 Jan 2022 19:09:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-tables: Remove duplicate USES=localbase
Approved by: portmgr (blanket) |
3.7.0 07 Jan 2022 04:42:11 |
Wen Heping (wen) |
devel/py-tables: Update to 3.7.0 |
3.6.1_1 28 Sep 2021 07:43:34 |
Kai Knoblich (kai) |
devel/py-tables: Disable AVX2 CPU optimizations
On amd64 platforms that have a CPU with Haswell New Instructions (AVX2),
related optimizations are automatically compiled in, unless this is
explicitly prevented.
If the package is then used on other amd64 platforms, that have no AVX2
support, this causes problems, because the generated .so files are
incompatible and lead to crashes with SIGILL upon invocation.
Remedy the issue by turning off AVX2 support by default which is also
upstream's default and bump PORTREVISION to force a rebuild.
PR: 258714
Reported by: dvl (on IRC)
Reviewed by: wen (maintainer)
Approved by: portmgr (blanket: build fix)
MFH: 2021Q3 |
3.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.6.1 15 Nov 2020 16:21:52 |
rene |
devel/py-tables: remove optional expired dependency on devel/pyrex |
3.6.1 20 Oct 2020 02:27:30 |
wen |
- Update to 3.6.1 |
3.5.2_2 22 Aug 2020 08:33:34 |
makc |
devel/py-tables:
- Add missing dependencies
PR: 248815
Approved by: wen (maintainer) |
3.5.2_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.5.2 03 Jun 2019 07:27:59 |
wen |
- Update to 3..5.2 |
3.5.1_2 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
3.5.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
3.5.1 19 Mar 2019 13:50:38 |
wen |
- Update to 3.5.1 |
3.4.4_4 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
3.4.4_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.4.4_2 21 Sep 2018 23:33:53 |
yuri |
devel/py-tables: Add CONFLICTS_BUILD statement. |
3.4.4_2 05 Sep 2018 22:05:23 |
sunpoet |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
3.4.4_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.4.4 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.4.4 16 Jun 2018 04:40:23 |
wen |
- Update to 3.4.4 |
3.4.3 24 Apr 2018 10:48:56 |
wen |
- Update to 3.4.3 |
3.4.2_3 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.4.2_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.4.2_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.4.2_1 30 May 2017 02:56:44 |
sunpoet |
Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change
Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt |
3.4.2 25 Apr 2017 01:17:20 |
wen |
- Update to 3.4.2 |
3.4.1 16 Apr 2017 01:07:46 |
wen |
- Fix typo in patch file |
3.4.1 16 Apr 2017 00:45:03 |
wen |
- Update to 3.4.1 |
3.2.2_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.2.2_3 14 Feb 2017 10:52:20 |
demon |
Allow concurrent install.
PR: 216580
Submitted by: John W. O'Brien <john@saltant.com>
maintainer timeout. |
3.2.2_2 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
3.2.2_1 20 Apr 2016 20:42:40 |
sunpoet |
- Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
3.2.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.2.2 12 Jan 2016 08:13:35 |
wen |
- Update to 3.2.2
- Regenerate the patch to pet portlint
- Convert to USE_PYTHON=autoplist [1]
- Convert to optionsNG [1]
PR: 205899 [1]
Submitted by: pawel@ [1] |
3.2.0 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.2.0 05 Jul 2015 08:27:03 |
wen |
- Update to 3.2.0
- Fix run error by add USES=fortran [1]
- Strip shared library
PR: 201348 [1]
Submitted by: john@saltant.com [1] |
3.1.1_2 24 May 2015 08:10:29 |
sunpoet |
- Update to 1.8.15
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
3.1.1_1 18 Jan 2015 10:39:51 |
sunpoet |
- Update to 1.8.14
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of
MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
3.1.1 01 Oct 2014 14:41:53 |
wen |
- Update to 3.1.1
- Fix build with cython-0.21 |
3.0.0_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.0.0_3 15 Jul 2014 14:36:13 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
3.0.0_3 12 May 2014 17:04:56 |
dbn |
Stagify devel/py-tables.
- Add LICENSE (BSD3CLAUSE)
PR: ports/188568
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (implicit) |
3.0.0_3 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
3.0.0_3 03 May 2014 00:55:30 |
sunpoet |
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1] |
3.0.0_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.0.0_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.0.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.0.0 20 Aug 2013 06:49:44 |
wen |
- Update to 3.0.0 |
2.4.0 21 May 2013 07:09:46 |
jgh |
- adoption of optionsNG
Approved by: maintainer, wen@ |
2.4.0 24 Jul 2012 11:08:43 |
wen |
- Update to 2.4.0 |
2.3.1 27 May 2012 00:47:17 |
wen |
- Update to 2.3.1
PR: 166387
Submitted by: dikshie <dikshie@sfc.wide.ad.jp> |
2.2.1_1 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
2.2.1_1 08 Sep 2011 07:18:07 |
wen |
- Update depends and bump PORTREVISION
- Unbreak |
2.2.1 07 Jul 2011 01:29:04 |
mandree |
Repair INDEX after lzo removal. Mark broken.
PR: ports/156954 |
2.2.1 08 Nov 2010 06:06:24 |
wen |
- Update to 2.2.1 |
2.2 07 Jul 2010 11:16:24 |
wen |
- Update to 2.2
Feature safe: yes |
2.1.2 01 Oct 2009 11:05:23 |
wen |
- Update to 2.1.2
- Update my mail address to FreeBSD
approved by: mentors(implicit) |
2.1.1 18 Jun 2009 15:51:47 |
itetcu |
- update 2.1.1
- fix build with custom LOCALBASE [1]
Submitted by: maintainer
Reported by: QATty [1] |
2.1 21 Jan 2009 09:05:20 |
beech |
- Update to 2.1
- Respect NOPORTDOCS and NOPORTEXAMPLES
PR: ports/130044
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
2.0.4 28 Dec 2008 14:49:29 |
miwi |
- Add backup mirror
Reported by: pavbot |
2.0.4 22 Dec 2008 21:21:06 |
miwi |
- Update to 2.0.4
- Pass maintainership to submitter
PR: 129707
Submitted by: Wen Heping <wenheping@gmail.com> |
1.4 16 Dec 2008 05:15:41 |
linimon |
Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
1.4 14 Feb 2007 09:12:11 |
miwi |
- Update to 1.4
PR: 108985
Submitted by: CHAO Shin <quakelee@cn.freebsd.org> (maintainer) |
1.3.2 27 Jul 2006 16:24:12 |
delphij |
- Update to 1.3.2 (stable)
- Take maintainership
Submitted by: Shin CHAO <quakelee cn.freebsd.org>
PR: ports/100922 |
1.1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.1 14 Nov 2005 10:56:29 |
edwin |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4. |
1.1 18 Jul 2005 22:43:17 |
pav |
- Update to 1.1
PR: ports/83692
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
1.0_3 31 May 2005 19:58:33 |
flz |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de> |
1.0_2 31 May 2005 17:57:11 |
flz |
- Bump lzo lib version.
- Bump PORTREVISION. |
1.0_1 13 May 2005 03:51:54 |
ijliao |
add missing files to plist
Submitted by: pointyhat via kris |
1.0 11 May 2005 03:11:40 |
ijliao |
upgrade to 1.0 |
0.7.2 25 Feb 2004 22:55:55 |
pav |
Chase repomove graphics/hdf* -> science/hdf* |
0.7.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.7.2 17 Jan 2004 11:43:20 |
edwin |
Chase lib update of archivers/ucl |
0.7.2 19 Dec 2003 03:41:34 |
ijliao |
add pytables 0.7.2
A hierarchical database for Python |