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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"