Date: Thu, 5 Jan 2012 23:34:56 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/mysac Makefile distinfo pkg-descr ports/databases/mysac/files patch-Makefile patch-mysac.c patch-mysac_decode_field.c Message-ID: <201201052334.q05NYuX7064549@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pawel 2012-01-05 23:34:56 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/mysac Makefile distinfo pkg-descr
databases/mysac/files patch-Makefile patch-mysac.c
patch-mysac_decode_field.c
Log:
MySAC: MySQL Simple Asynchonous Client
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>
Revision Changes Path
1.1069 +1 -0 ports/databases/Makefile
1.1 +39 -0 ports/databases/mysac/Makefile (new)
1.1 +2 -0 ports/databases/mysac/distinfo (new)
1.1 +34 -0 ports/databases/mysac/files/patch-Makefile (new)
1.1 +12 -0 ports/databases/mysac/files/patch-mysac.c (new)
1.1 +12 -0 ports/databases/mysac/files/patch-mysac_decode_field.c (new)
1.1 +8 -0 ports/databases/mysac/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201052334.q05NYuX7064549>
