aboutsummaryrefslogtreecommitdiff
path: root/databases/drizzle
Commit message (Collapse)AuthorAgeFilesLines
* 1: Upgrade libmemcached to 1.0.6.Vanilla I. Shu2012-04-131-1/+1
| | | | | | | | 2: bump revision to chase shared library version. 3: drop maintainer Notes: svn path=/head/; revision=294777
* Upgrade libmemcached to 1.0.4,Vanilla I. Shu2012-03-051-1/+1
| | | | | | | bump revision to chase shared library version. Notes: svn path=/head/; revision=292729
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-0/+1
| | | | Notes: svn path=/head/; revision=276971
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Updated to 2010.05.1561Greg Larkin2010-06-083-37681/+46
| | | | | | | | | - Removed unused dependencies on gtkmm and libnotifymm [1] Submitted by: tuanndh@gmail.com (via email) Notes: svn path=/head/; revision=256150
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Drizzle is a high-performance microkernel DBMS for scale-outGreg Larkin2010-04-295-0/+38361
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 Notes: svn path=/head/; revision=253426