aboutsummaryrefslogtreecommitdiff
path: root/databases/mysac
Commit message (Collapse)AuthorAgeFilesLines
* Mea culpa: it's LGPL3, not GPLv3 actually.Alexey Dokuchaev2015-09-081-1/+1
| | | | Notes: svn path=/head/; revision=396406
* - Update to version 1.1.2: the only functional differences are correctAlexey Dokuchaev2015-09-083-22/+14
| | | | | | | | | | | | order of float4store() arguments which was breaking the build on big- endian architectures in version 1.1.1, and plugged resource leaks in void mysac_close(MYSAC *mysac) function - Define LICENSE (GPLv3) and simplify `do-install' target recipe - Cleanup COMMENT and port description text (remove EOL whitespace and double `uses uses` typo), update WWW address to avoid redirect Notes: svn path=/head/; revision=396405
* - Don't install static libraries with INSTALL_LIB (part 1/2)Dmitry Marakasov2015-05-081-1/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385787
* Support staging.Vanilla I. Shu2014-05-161-6/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354213
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).Mark Linimon2012-09-041-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303640
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301441
* MySAC: MySQL Simple Asynchonous ClientPawel Pekala2012-01-056-0/+107
MySAC is a library that provides mechanisms for making asynchronous request to MySQL database. It uses uses the official MySQL client library for authentication and network functions. Memory allocation must be done in user code, so any memory manager can be used. WWW: http://cv.arpalert.org/page.sh?mysac PR: ports/163767 Submitted by: Jake Smith <jake@xz.cx> Notes: svn path=/head/; revision=288576