Port details |
- hamsterdb Lightweight Embedded Database Engine
- 2.1.11_12 databases
=0 2.1.11_12Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: wen@FreeBSD.org
- Port Added: 2008-07-19 14:06:27
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: APACHE20
- WWW:
- http://hamsterdb.com/index
- Description:
- hamsterdb is a lightweight embedded database engine. It is
in development for more than three years and concentrates
on ease of use, high performance, stability and portability.
The hamsterdb API is simple and self-documenting. The interface
is similar to other widely-used database engines. Fast algorithms
and data structures guarantee high performance for all scenarios.
Hamsterdb has hundreds of unittests with a test coverage of over
90%. Each release is tested with thousands of acceptance tests in
many different configurations, tested on up to six different
hardware architectures and operating systems. Written in plain
ANSI-C, hamsterdb runs on many architectures: Intel-compatible
(x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating
systems include Microsoft Windows, Microsoft Windows CE, Linux,
SunOS and other Unices.
WWW: http://hamsterdb.com/index
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hamsterdb>0:databases/hamsterdb
- No installation instructions:
- This port has been deleted.
- PKGNAME: hamsterdb
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hamsterdb-2.1.11.tar.gz) = 800e9140d806db9d836c1f5dc0a01e0b03ee2c9a3a7e28a4bf4b4a8f68218e15
SIZE (hamsterdb-2.1.11.tar.gz) = 1712981
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- shared_ptr.hpp : devel/boost-libs
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hamsterdb-2.1.11_12:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- alias gmake libtool
- 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 |
2.1.11_12 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.1.11_12 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
2.1.11_12 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
2.1.11_11 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
2.1.11_11 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
2.1.11_10 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
2.1.11_9 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
2.1.11_8 01 Sep 2018 13:12:37 |
jbeich |
databases/hamsterdb: unbreak build with Clang 6 (C++14 by default)
In file included from 4env/env_local.cc:21:
In file included from ./2device/device_factory.h:31:
./2device/device_disk.h:72:7: error: no matching function for call to 'swap'
std::swap(m_state, state);
^~~~~~~~~
/usr/include/c++/v1/type_traits:4643:1: note: candidate template ignored:
requirement 'is_move_constructible<State>::value' was not satisfied [with _Tp =
hamsterdb::DiskDevice::State]
swap(_Tp& __x, _Tp& __y) _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value &&
^
/usr/include/c++/v1/utility:268:1: note: candidate template ignored: could not
match '_Tp [_Np]' against 'hamsterdb::DiskDevice::State'
swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np])
_NOEXCEPT_(__is_nothrow_swappable<_Tp>::value)
^
/usr/include/c++/v1/utility:609:1: note: candidate template ignored: could not
match 'pair<type-parameter-0-0, type-parameter-0-1>' against
'hamsterdb::DiskDevice::State'
swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) (Only the first 15 lines of the commit message are shown above ) |
2.1.11_8 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
2.1.11_7 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2.1.11_7 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
2.1.11_6 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
2.1.11_5 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.1.11_4 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.1.11_3 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
2.1.11_2 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
2.1.11_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
2.1.11 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.11 07 Oct 2015 01:37:27 |
amdmi3 |
- Drop 8.x support
- Switch to options helpers
Approved by: portmgr blanket |
2.1.11 28 Jun 2015 07:32:23 |
wen |
- Update to 2.1.11 |
2.1.9 07 Mar 2015 09:14:36 |
wen |
- Mark BROKEN on 8.x |
2.1.9 02 Feb 2015 19:13:16 |
marino |
databases/hamsterdb: USES+=alias to unbreak DragonFly cheaply |
2.1.9 23 Jan 2015 15:40:26 |
wen |
- Fix build |
2.1.9 15 Jan 2015 14:49:48 |
wen |
- Update to 2.1.9
- Add LICENSE |
1.1.15_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.1.15_1 10 Sep 2014 03:11:42 |
adamw |
Add some spaces after periods. |
1.1.15_1 09 Sep 2014 20:30:29 |
tijl |
- Fix MASTER_SITES
- Add USES=libtool and INSTALL_TARGET=install-strip
- Avoid including bsd.port.options.mk |
1.1.15 15 Jul 2014 15:06:46 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.1.15 26 May 2014 11:57:56 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
1.1.15 19 May 2014 12:47:41 |
wen |
- Stage support
- Convert to optionsNG
- Pet portlint |
1.1.15 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.1.15 16 Nov 2011 07:29:50 |
wen |
- Update to 1.1.15
Feature safe: yes |
1.1.14 24 Oct 2011 07:02:15 |
wen |
- Update to 1.1.14 |
1.1.13 23 Aug 2011 02:00:41 |
wen |
- Update to 1.1.13 |
1.1.9 21 Feb 2011 01:22:33 |
wen |
- Update to 1.1.9 |
1.1.8 23 Dec 2010 03:36:19 |
wen |
- Update to 1.1.8 |
1.1.7 05 Nov 2010 04:03:52 |
wen |
- Update to 1.1.7 |
1.1.6 20 Sep 2010 01:43:06 |
wen |
- Update to 1.1.6 |
1.1.5 01 Sep 2010 08:21:45 |
wen |
- Update to 1.1.5 |
1.1.4 17 Apr 2010 08:11:29 |
wen |
- Update to 1.1.4 |
1.1.3 21 Mar 2010 23:51:36 |
wen |
- Update to 1.1.3 |
1.1.2 22 Feb 2010 10:47:19 |
wen |
- Update to 1.1.2
Feature safe: yes |
1.1.1 29 Dec 2009 01:01:26 |
wen |
- Update to 1.1.1 |
1.1.0 13 Dec 2009 03:58:41 |
wen |
- Update to 1.1.0
- Update my mail address to FreeBSD |
1.0.9 02 Jun 2009 21:35:09 |
miwi |
- Update to 1.0.9
PR: 135142
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.0.8 06 Mar 2009 10:06:22 |
miwi |
- Update to 1.0.8 |
1.0.7 01 Mar 2009 19:53:14 |
miwi |
- Update to 1.0.7
Approved by: maintainer implicit |
1.0.6 26 Sep 2008 09:40:56 |
miwi |
- Update to 1.0.6
PR: 127625
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.0.5 18 Aug 2008 21:51:07 |
miwi |
- Update to 1.0.5
PR: 126591
Submitted by: Wen heping <wenheping@gmail.com> (maintainer) |
1.0.4 19 Jul 2008 14:05:59 |
miwi |
hamsterdb is a lightweight embedded database engine. It is
in development for more than three years and concentrates
on ease of use, high performance, stability and portability.
The hamsterdb API is simple and self-documenting.The interface
is similar to other widely-used database engines.Fast algorithms
and data structures guarantee high performance for all scenarios.
Hamsterdb has hundreds of unittests with a test coverage of over
90%. Each release is tested with thousands of acceptance tests in
many different configurations, tested on up to six different
hardware architectures and operating systems.Written in plain
ANSI-C, hamsterdb runs on many architectures: Intel-compatible
(x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating
systems include Microsoft Windows, Microsoft Windows CE, Linux,
SunOS and other Unices.
WWW: http://hamsterdb.com/index
PR: ports/125699
Submitted by: Wen Heping <wenheping at gmail.com> |