Port details |
- gigabase Object-Relational Database Management System
- 3.91_9 databases =4 3.91_9Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2000-08-20 07:37:54
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: freetype2, nmap, trafshow, wget, ircd-hybrid
- License: MIT
- WWW:
- http://www.garret.ru/gigabase.html
- Description:
- GigaBASE: Object-Relational Database Management System
GigaBASE inherits most of the features of FastDB, but uses page pool
instead of direct mapping of file on virtual memory. So GigaBASE is able
to handle database, which size significantly exceeds size of computer
physical memory. Convenient and flexible C++ interface makes development
of application for GigaBASE very easy and automatic scheme evaluation
simplifies maintenance and modification of the system. GigaBASE merges
best features of relational (simple data structure and non-procedural
query language) and object-oriented (direct object references, user
defined types and methods) databases. GigaBASE is primary oriented on
application requiring fast data retrieving by means of indices and
direct object references, such as Web Server databases applications.
SUBSQL utility can be used for database browsing and inspection,
performing online backups, database recovery, importing data to and
exporting data from database. GigaBASE will perform automatic recovery
after system or application crash, you should not worry about it. The
only thing you can have to do manually is stopping all database
application if one of them is crashed leaving database blocked.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gigabase>0:databases/gigabase
- To install the port:
- cd /usr/ports/databases/gigabase/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/gigabase
- pkg install gigabase
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gigabase
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gigabase-3.91.tar.gz) = 94120c969cf94426498a7f22300ab0d1ae275f7c7ed50b026a2f1e9d7edee254
SIZE (gigabase-3.91.tar.gz) = 3561700
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:
-
- gmake>=4.3 : devel/gmake
- gcc12 : lang/gcc12
- as : devel/binutils
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- gcc12 : lang/gcc12
- This port is required by:
- for Libraries
-
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:
- databases_gigabase
- USES:
- autoreconf dos2unix 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 |
3.91_9 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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.91_8 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.91_8 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
3.91_8 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
3.91_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.91_8 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.91_7 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.91_6 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.91_5 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.91_4 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.91_3 14 May 2017 18:30:38 |
jbeich |
databases/gigabase: work around GCC >= 6 bustage
testtimeseries.cpp: In function 'float fmax(float, float)':
testtimeseries.cpp:50:35: error: 'float fmax(float, float)' conflicts with a
previous declaration
inline float fmax(float x, float y) { return x > y ? x : y; }
^
In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0,
from testtimeseries.cpp:15:
/usr/local/lib/gcc6/include/c++/cmath:1452:3: note: previous declaration
'constexpr float std::fmax(float, float)'
fmax(float __x, float __y)
^~~~
testtimeseries.cpp: In function 'float fmin(float, float)':
testtimeseries.cpp:51:35: error: 'float fmin(float, float)' conflicts with a
previous declaration
inline float fmin(float x, float y) { return x < y ? x : y; }
^ (Only the first 15 lines of the commit message are shown above ) |
3.91_3 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.91_2 20 Nov 2016 09:38:09 |
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).
In particular that is 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. |
3.91_1 07 Jun 2015 15:23:24 |
amdmi3 |
- Strip libraries |
3.91 18 Apr 2015 19:09:04 |
tijl |
Convert to USES=autoreconf |
3.91 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
3.91 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
3.91 13 Sep 2014 18:25:05 |
tijl |
Use default LIBTOOLIZE_ARGS |
3.91 18 Jun 2014 07:41:51 |
miwi |
- Update to 3.91
PR: 190893 |
3.86_1 26 May 2014 06:55:07 |
bapt |
Convert to USES=dos2unix
With hat: portmgr |
3.86_1 06 Feb 2014 03:17:08 |
miwi |
- Drop maintainership |
3.86_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.86_1 16 May 2012 04:10:28 |
miwi |
- Unbreak build |
3.86 13 May 2012 20:09:49 |
pav |
- Mark BROKEN: does not patch
Reported by: pointyhat |
3.86 03 May 2012 16:04:11 |
miwi |
- Update to 3.86
PR: 166967
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
3.84 07 Nov 2011 03:25:29 |
miwi |
- Get rid FreeBSD 6.x support |
3.84 06 Nov 2011 15:34:27 |
miwi |
- Update to 3.84 |
3.82 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.82 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
3.82 12 Jun 2011 03:54:46 |
miwi |
- Update to 3.82 |
3.80 12 Feb 2011 18:36:01 |
miwi |
- Update to 3.80 |
3.79 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.79 04 Nov 2010 10:00:10 |
miwi |
- Update to 3.79 |
3.77 10 Jul 2010 07:38:05 |
miwi |
- Update to 3.77 |
3.76 02 Apr 2010 16:50:14 |
miwi |
- Update to 3.76
PR: 145153
Submitted by: Sahil Tandon <sahil@tandon.net> |
3.75 11 Mar 2010 21:25:16 |
miwi |
- Update to 3.75 |
3.70 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.70 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 |
3.70 11 Jul 2009 16:21:18 |
miwi |
- Update to 3.70 |
3.69 22 Mar 2009 14:39:44 |
miwi |
- Update to 3.69 |
3.68 03 Feb 2009 09:42:52 |
miwi |
- Update to 3.68 |
3.67 23 Dec 2008 19:48:32 |
miwi |
- Update to 3.67
- Take maintainership |
3.66 04 Jul 2008 23:54:58 |
gahr |
- Update to 3.66
PR: 125230
Submitted by: Ports Fury |
3.65 30 May 2008 13:43:53 |
miwi |
- Update to 3.65
PR: 124037
Submitted by: Ports Fury |
3.61 14 Dec 2007 16:51:04 |
miwi |
- Update to 3.61
PR: 118605
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.58 23 Jul 2007 22:49:29 |
mm |
- update to 3.58
PR: ports/114781
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: garga (mentor, implicitt) |
3.49 14 Sep 2006 17:51:15 |
osa |
Drop maintainership. |
3.49 13 Jun 2006 10:20:47 |
osa |
Update to 3.49. |
3.48 17 Apr 2006 09:25:37 |
osa |
Update to 3.48. |
3.47 14 Apr 2006 10:24:57 |
osa |
Update to 3.47. |
3.46 15 Mar 2006 08:55:50 |
osa |
Update to 3.46. |
3.45_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.45_1 20 Feb 2006 07:47:18 |
osa |
Fix build depended port (i.e. www/oops) by install addition header.
Bump PORTREVISION.
No cookie for: author
Notice about broken build from: az, kris |
3.45 15 Feb 2006 10:23:51 |
osa |
Update to 3.45. |
3.43 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
3.43 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. |
3.43 14 Nov 2005 14:30:33 |
osa |
Update to 3.43. |
3.42 30 Aug 2005 12:09:52 |
osa |
Update to 3.42. |
3.41 01 Aug 2005 12:18:02 |
osa |
Update to 3.41. |
3.40 07 Jul 2005 13:24:11 |
osa |
Update to 3.40. |
3.39 16 Jun 2005 07:01:33 |
osa |
Update to 3.39.
Make patch directory more punctual. |
3.38 26 May 2005 13:12:20 |
osa |
Update to 3.38. |
3.37 25 Apr 2005 09:59:36 |
osa |
Update to fresh version 3.37. |
3.35 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.35 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'. |
3.35 04 Apr 2005 07:09:44 |
osa |
Update to 3.35. |
3.31 24 Dec 2004 13:55:05 |
osa |
Update to 3.31. |
3.30 30 Nov 2004 08:48:35 |
osa |
Update to latest release - 3.30. |
3.29 22 Nov 2004 07:21:45 |
osa |
Update to 3.29. |
3.28 01 Nov 2004 15:00:58 |
osa |
Update to 3.28. |
3.27 25 Oct 2004 11:26:59 |
osa |
Update to 3.27. |
3.26 23 Aug 2004 11:33:31 |
osa |
Update to 3.26.
Remove needless patch. |
3.25 11 Aug 2004 22:02:59 |
osa |
Update to 3.25 [1]
Add temporary fix for build with gcc-3.4.x [2]
[2] Notice from: kris |
3.24 19 Jul 2004 08:56:17 |
osa |
Update to 3.24. |
3.23 05 Jul 2004 11:36:22 |
osa |
Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool. |
3.22 21 Jun 2004 10:38:49 |
osa |
Update to latest release 3.22.
From CHANGES:
<quote>
1. Introduce area_t type to specify type used for rectangle
coordinates multiplication (spatial index)
2. Fix critical bug in query deallocation synchronization
(which can cause crash in mu tithreaded environment)
</quote> |
3.21 31 May 2004 09:00:51 |
osa |
Update to 3.21. |
3.20 12 May 2004 11:19:12 |
osa |
Update to 3.20. |
3.19 29 Apr 2004 09:36:28 |
osa |
Update to 3.19. |
3.17 28 Mar 2004 19:37:04 |
osa |
Update to 3.17. |
3.16 19 Mar 2004 12:18:48 |
osa |
Update to latest release 3.16. |
3.15 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. |
3.15 10 Mar 2004 09:48:25 |
osa |
Update to 3.15. |
3.14 01 Mar 2004 14:17:29 |
osa |
Update to 3.14. |
3.12_1 04 Feb 2004 12:55:42 |
osa |
SIZEfy my ports. |
3.12_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.12 26 Jan 2004 12:15:37 |
osa |
Update to 3.12. |
3.11 22 Jan 2004 12:34:50 |
osa |
Update to 3.11. |
3.10 08 Jan 2004 10:00:49 |
osa |
Update to 3.10. |
3.09 06 Jan 2004 15:34:31 |
osa |
Update to 3.09. |
3.07 15 Dec 2003 10:59:18 |
osa |
Update to 3.07. |
3.06 09 Dec 2003 11:43:52 |
osa |
Update to 3.06. |
3.05 04 Dec 2003 10:52:34 |
osa |
Update to 3.05. |
3.02 11 Nov 2003 12:28:31 |
osa |
Update to 3.02. |
3.01 17 Oct 2003 15:29:12 |
osa |
Update to 3.01 |
2.99 29 Sep 2003 09:56:28 |
osa |
Update to 2.99. |
2.98 24 Sep 2003 09:45:47 |
osa |
Update to 2.98
PR: 56888 |
2.97 03 Sep 2003 10:42:03 |
osa |
Update to 2.97. |
2.96 17 Jul 2003 10:38:23 |
osa |
Update to 2.96. |