Commit graph

8 commits

Author SHA1 Message Date
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
William Grzybowski
fdabe2a8b3 databases/cppdb: fix mysql/mariadb support
PR:		192833
Submitted by:	maintainer
2014-08-20 16:17:30 +00:00
Antoine Brodin
02f55b9617 Fix packaging after PORTREVISION bump 2014-07-04 12:15:12 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Baptiste Daroussin
9a7f7b5fc6 Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
2014-05-05 12:40:05 +00:00
Alex Kozlov
c082a48ac8 - Fix typo in LIB_DEPENDS
- Use tar:bz2
- Convert spaces to tabs

PR:	ports/188204
Submitted by:	"Mohammad S. Babaei" <info@babaei.net> (maintainer)
2014-04-06 09:58:09 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Steven Kreuzer
52dade07b3 CppDB is a SQL connectivity library that is designed to provide platform and
database independent connectivity API similarly to what JDBC, ODBC and other
connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many
RDBMSs as possible via cppdb-odbc bridge.

It was written with performance, simplicity in use and locale safety as the
primary goals in mind. It also provides both explicit verbose API and brief
and nice syntactic sugar.

WWW: http://cppcms.com/sql/cppdb/

PR:		ports/180404
Submitted by:	Mohammad S. Babaei <info@babaei.net>
2013-10-02 19:08:41 +00:00