6f46 FreshPorts -- databases/drizzle
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
drizzle 2010.05.1561_4 databases on this many watch lists=1 search for ports that depend on this port
Broken BROKEN: fails to build
Ignore IGNORE: is marked as broken: fails to build
A database optimized for Cloud and Net applications
Maintained by: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Apr 2010 15:30:45
License: not specified in port


Drizzle is a high-performance microkernel DBMS for scale-out
applications.  It is a community-driven project based on the popular
MySQL DBMS and focused on MySQL's original goals of ease-of-use,
reliability and performance.

WWW:    http://drizzle.org/wiki/Main_Page
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. databases/libdrizzle
  2. misc/e2fsprogs-libuuid
  3. devel/protobuf
  4. devel/boost-libs
  5. devel/bison
  6. devel/gearmand
  7. databases/libmemcached
  8. devel/libevent
  9. ftp/curl
  10. security/libgcrypt
  11. devel/pcre
  12. lang/python27
  13. devel/gmake
  14. lang/perl5.14
Required To Run:
  1. lang/python27
  2. lang/perl5.14
Required Libraries:
  1. converters/libiconv
  2. devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/drizzle/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for drizzle-2010.05.1561_4:
     DOXYGEN=off: Build documentation with Doxygen
     NLS=on: Native Language Support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  10. http://launchpadlibrarian.net/49101349/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 May 2013 16:36:41
Original commit files touched by this commit  2010.05.1561_4
ehaupt search for other commits by this committer
Chase security/libgcrypt update
27 Apr 2013 08:50:47
Original commit files touched by this commit  2010.05.1561_3
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
24 Apr 2013 18:10:32
Original commit files touched by this commit  2010.05.1561_3
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
03 Apr 2013 06:00:02
Original commit files touched by this commit  2010.05.1561_3
miwi search for other commits by this committer
- Mark BROKEN fails to build

Oked by:	glarkin

Approved by:	portmgr
21 Mar 2013 17:43:46
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert to new options framework left unconverted ports in databases category
16 Dec 2012 06:12:28
Original commit files touched by this commit  2010.05.1561_3
az search for other commits by this committer
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
05 Aug 2012 23:19:40
Original commit files touched by this commit  2010.05.1561_3
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
13 Apr 2012 17:48:18
Original commit files touched by this commit  2010.05.1561_3
vanilla search for other commits by this committer
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
05 Mar 2012 11:51:43
Original commit files touched by this commit  2010.05.1561_2
vanilla search for other commits by this committer
Upgrade libmemcached to 1.0.4,

bump revision to chase shared library version.
14 Jan 2012 08:57:23
Original commit files touched by this commit  2010.05.1561_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
03 Jul 2011 11:40:49
Original commit files touched by this commit  2010.05.1561_1
swills search for other commits by this committer
- Chase the libgcrypt shared lib version
15 May 2011 02:49:17
Original commit files touched by this commit  2010.05.1561
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
20 Mar 2011 12:54:45
Original commit files touched by this commit  2010.05.1561
miwi search for other commits by this committer
- Get Rid MD5 support
08 Jun 2010 22:36:17
Original commit files touched by this commit  2010.05.1561
glarkin search for other commits by this committer
- Updated to 2010.05.1561
- Removed unused dependencies on gtkmm and libnotifymm [1]

Submitted by:   tuanndh@gmail.com (via email)
31 May 2010 02:01:56
Original commit files touched by this commit  2010.03.1412_1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
29 Apr 2010 15:29:32
Original commit files touched by this commit  2010.03.1412
glarkin search for other commits by this committer
Drizzle is a high-performance microkernel DBMS for scale-out
applications.  It is a community-driven project based on the popular
MySQL DBMS and focused on MySQL's original goals of ease-of-use,
reliability and performance.

WWW:    http://drizzle.org/wiki/Main_Page

Number of commits found: 16

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 1
new 48 hours8
new 7 days28
new fortnight85
new month173

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0