Port details |
- libdrizzle Client and protocol library for the Drizzle database
- 0.8_7 databases =2 0.8_7Version 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: 2010-03-15 17:37:10
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://launchpad.net/libdrizzle
- Description:
- This is the client and protocol library for the Drizzle project.
The server, drizzled, will use this as for protocol library. Client
utilities and any new projects that require low-level protocol
communication (like proxies). Other language interfaces (PHP
extensions, Python DBI, Perl DBD, SWIG, ...) should be built off
of this library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdrizzle>0:databases/libdrizzle
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/libdrizzle/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/libdrizzle
- pkg install libdrizzle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdrizzle
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libdrizzle-0.8.tar.gz) = e2c5d1e7fa33a908dc35ce509e962c1f9afa69c4a838db6790ef1c060a011e46
SIZE (libdrizzle-0.8.tar.gz) = 465875
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
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- www/nginx-full
-
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:
- ===> The following configuration options are available for libdrizzle-0.8_7:
DOXYGEN=off: Build documentation with Doxygen
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- databases_libdrizzle
- USES:
- gmake libtool pathfix
- 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 |
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.8_7 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.8_7 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 ) |
0.8_7 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
0.8_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8_7 08 Jan 2021 07:47:03 |
fluffy |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
0.8_6 11 Jun 2020 17:30:22 |
pkubaj |
databases/libdrizzle: switch to GCC on powerpc*
GCC-only parameter is necessary:
cc: error: unknown argument: '-mno-fused-madd' |
0.8_6 21 Oct 2019 21:57:15 |
bdrewery |
Drop maintainership |
0.8_6 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
0.8_6 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.8_6 27 Sep 2016 16:32:53 |
antoine |
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it
PR: 212869 |
0.8_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8_5 31 Dec 2014 06:45:11 |
antoine |
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self |
0.8_4 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.8_4 09 Aug 2014 19:39:09 |
antoine |
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943 |
0.8_3 15 Jul 2014 15:06:46 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.8_3 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
0.8_2 25 Jun 2014 19:29:46 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.8_1 09 May 2014 21:13:10 |
amdmi3 |
- Don't remove mtree directories
Approved by: portmgr |
0.8_1 10 Apr 2014 00:04:16 |
bdrewery |
- Take maintainership
- Stage
- Fix DOXYGEN support
- Replace tab with space in WWW
- Add LICENSE |
0.8_1 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
0.8_1 13 Dec 2013 15:01:37 |
bapt |
All modern compiler can build libdrizzle |
0.8_1 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
0.8_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.8_1 21 Mar 2013 17:46:11 |
bapt |
Fix conversion
Reported by: freshports sanity check |
21 Mar 2013 17:43:46
|
bapt |
Convert to new options framework left unconverted ports in databases category |
0.8_1 08 Jan 2012 07:01:25 |
eadler |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
0.8_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.8_1 04 Jun 2010 00:21:32 |
glarkin |
- Add OPTION to explicitly build the documentation set and the doxygen
dependency. This option will be off by default so the databases/drizzle
build can avoid building doxygen and its deps when it builds the libdrizzle
dep. databases/drizzle also has the same option, defaulted to "off". |
0.8 09 Apr 2010 19:47:28 |
glarkin |
- Updated to 0.8 |
0.7_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.7 15 Mar 2010 17:36:44 |
glarkin |
This is the the client and protocol library for the Drizzle project.
The server, drizzled, will use this as for protocol library. Client
utilities and any new projects that require low-level protocol
communication (like proxies). Other language interfaces (PHP
extensions, Python DBI, Perl DBD, SWIG, ...) should be built off
of this library.
WWW: https://launchpad.net/libdrizzle |