diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-04-28 02:36:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-04-28 02:36:32 +0000 |
commit | aa540f429d05785e5f41f378ad18a5c30675b812 (patch) | |
tree | 412ff507f8136289dda16170780425d6bb48c441 /databases | |
parent | c026c06cbc423e44e80b07eec97cccb58cbae6c2 (diff) | |
download | ports-aa540f429d05785e5f41f378ad18a5c30675b812.tar.gz ports-aa540f429d05785e5f41f378ad18a5c30675b812.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql++/Makefile | 14 | ||||
-rw-r--r-- | databases/mysql++/distinfo | 6 | ||||
-rw-r--r-- | databases/mysql++/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | databases/mysql++/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql++/files/patch-examples__Makefile.base | 92 | ||||
-rw-r--r-- | databases/mysql++/files/patch-makemake.sh | 8 | ||||
-rw-r--r-- | databases/mysql++/pkg-plist | 370 |
7 files changed, 31 insertions, 481 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index a0e7ac514f57..b8d70f05c0d0 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mysql++ -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 2.1.1 +PORTREVISION= 0 CATEGORIES= databases devel MASTER_SITES= http://tangentsoft.net/mysql++/releases/ PKGNAMESUFFIX= -mysql${MYSQL_VER} @@ -15,16 +15,20 @@ PKGNAMESUFFIX= -mysql${MYSQL_VER} MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL${MYSQL_VER} -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash - USE_MYSQL= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --disable-examples CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +USE_GMAKE= yes + CONFLICTS= ${PORTNAME}*-1.* +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500039 @@ -32,6 +36,8 @@ USE_GCC= 3.4 .endif post-install: + @${RM} -f ${PREFIX}/lib/libmysqlpp.so.3 + @${LN} -s ${PREFIX}/lib/libmysqlpp.so ${PREFIX}/lib/libmysqlpp.so.3 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/userman/html ${DOCSDIR}/refman/html @${INSTALL_DATA} ${WRKSRC}/doc/userman/html/* ${DOCSDIR}/userman/html diff --git a/databases/mysql++/distinfo b/databases/mysql++/distinfo index 50bad86c6119..eae847b633a8 100644 --- a/databases/mysql++/distinfo +++ b/databases/mysql++/distinfo @@ -1,3 +1,3 @@ -MD5 (mysql++-2.0.7.tar.gz) = e2ea3debacf936b0406012c895412ca4 -SHA256 (mysql++-2.0.7.tar.gz) = 35f3a775da8b736b23d8afeb73ed5af6b1be5f108c57a12f836ac3861118dd12 -SIZE (mysql++-2.0.7.tar.gz) = 1970290 +MD5 (mysql++-2.1.1.tar.gz) = 3a42b3422b37c65f88be9162a969d164 +SHA256 (mysql++-2.1.1.tar.gz) = fcd05ac5b4ef0b7b196636907f0ab14860a4b889bd3b3e4f2acc919e2bb05a53 +SIZE (mysql++-2.1.1.tar.gz) = 1855521 diff --git a/databases/mysql++/files/patch-Makefile.in b/databases/mysql++/files/patch-Makefile.in new file mode 100644 index 000000000000..41444d62ef38 --- /dev/null +++ b/databases/mysql++/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Apr 5 07:44:49 2006 ++++ Makefile.in Thu Apr 27 23:34:16 2006 +@@ -20,7 +20,7 @@ + + ### Targets: ### + +-all: lib examples ++all: lib + + install: all + (cd lib && $(MAKE) install) diff --git a/databases/mysql++/files/patch-configure b/databases/mysql++/files/patch-configure deleted file mode 100644 index 9ffa22731a15..000000000000 --- a/databases/mysql++/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu May 5 13:30:26 2005 -+++ configure Mon May 9 21:09:42 2005 -@@ -7793,7 +7793,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) $(top_builddir)/libtool --tag=CXX' - - # Prevent multiple expansion - diff --git a/databases/mysql++/files/patch-examples__Makefile.base b/databases/mysql++/files/patch-examples__Makefile.base deleted file mode 100644 index d89c2b069f7d..000000000000 --- a/databases/mysql++/files/patch-examples__Makefile.base +++ /dev/null @@ -1,92 +0,0 @@ ---- examples/Makefile.base.orig Wed Nov 2 21:03:09 2005 -+++ examples/Makefile.base Sat Dec 10 16:08:30 2005 -@@ -22,15 +22,6 @@ - - # --- No user-serviceable parts below :) - --define mk-objlist -- $(foreach O,$1,\ -- $(if $(findstring $(BIN_DIR)/,$(O)),$(O),$(BIN_DIR)/$(O))) --endef -- --ifndef BIN_DIR -- BIN_DIR=. --endif -- - BINARIES=resetdb$(EXE) simple1$(EXE) simple2$(EXE) simple3$(EXE) \ - usequery$(EXE) fieldinf1$(EXE) dbinfo$(EXE) cgi_image$(EXE) \ - load_file$(EXE) updel$(EXE) multiquery$(EXE) custom1$(EXE) \ -@@ -67,56 +58,55 @@ - - - resetdb$(EXE): $(RESETDB_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(RESETDB_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - simple1$(EXE): $(SIMPLE1_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(SIMPLE1_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - simple2$(EXE): $(SIMPLE2_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(SIMPLE2_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - simple3$(EXE): $(SIMPLE3_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(SIMPLE3_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - usequery$(EXE): $(USEQUERY_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(USEQUERY_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - custom1$(EXE): $(CUSTOM1_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CUSTOM1_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - custom2$(EXE): $(CUSTOM2_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CUSTOM2_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - custom3$(EXE): $(CUSTOM3_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CUSTOM3_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - custom4$(EXE): $(CUSTOM4_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CUSTOM4_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - custom5$(EXE): $(CUSTOM5_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CUSTOM5_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - custom6$(EXE): $(CUSTOM6_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CUSTOM6_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - fieldinf1$(EXE): $(FIELDINF1_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(FIELDINF1_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - dbinfo$(EXE): $(DBINFO_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(DBINFO_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - cgi_image$(EXE): $(CGI_IMAGE_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(CGI_IMAGE_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - load_file$(EXE): $(LOAD_FILE_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(LOAD_FILE_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - updel$(EXE): $(UPDEL_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(UPDEL_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - multiquery$(EXE): $(MULTIQUERY_OBJS) -- $(LD) $(LDFLAGS) $(LDSTARTUP) $(call mk-objlist,$^) $(LDEXEFLAG)$@ $(LIBS) -- -+ $(LD) $(LDFLAGS) $(LDSTARTUP) $(MULTIQUERY_OBJS) $(LDEXEFLAG)$@ $(LIBS) - - resetdb.$(OBJ): resetdb.cpp util.h - simple1.$(OBJ): simple1.cpp util.h diff --git a/databases/mysql++/files/patch-makemake.sh b/databases/mysql++/files/patch-makemake.sh deleted file mode 100644 index acc98d1dd753..000000000000 --- a/databases/mysql++/files/patch-makemake.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- makemake.sh.orig Wed Nov 2 21:03:09 2005 -+++ makemake.sh Sat Dec 10 15:07:58 2005 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - - # Display usage message - function usage() { diff --git a/databases/mysql++/pkg-plist b/databases/mysql++/pkg-plist index c06132cdda95..03c506a7d2ce 100644 --- a/databases/mysql++/pkg-plist +++ b/databases/mysql++/pkg-plist @@ -1,5 +1,4 @@ include/mysql++/coldata.h -include/mysql++/compare.h include/mysql++/connection.h include/mysql++/const_string.h include/mysql++/convert.h @@ -20,372 +19,21 @@ include/mysql++/null.h include/mysql++/platform.h include/mysql++/qparms.h include/mysql++/query.h +include/mysql++/querydef.h include/mysql++/resiter.h include/mysql++/result.h include/mysql++/row.h include/mysql++/sql_string.h +include/mysql++/sql_types.h include/mysql++/stream2string.h include/mysql++/string_util.h include/mysql++/tiny_int.h +include/mysql++/transaction.h include/mysql++/type_info.h include/mysql++/vallist.h -lib/libmysqlpp.a -lib/libmysqlpp.la +@dirrm include/mysql++ lib/libmysqlpp.so -lib/libmysqlpp.so.2 -%%PORTDOCS%%%%DOCSDIR%%/mysqlpp-refman.pdf -%%PORTDOCS%%%%DOCSDIR%%/mysqlpp-userman.pdf -%%PORTDOCS%%%%DOCSDIR%%/refman/html/_header.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadConversion-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadConversion.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadConversion__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadConversion__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadFieldName-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadFieldName.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadFieldName__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadFieldName__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadNullConversion-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadNullConversion.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadNullConversion__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadNullConversion__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadOption-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadOption.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadOption__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadOption__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadParamCount-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadParamCount.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadParamCount__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadParamCount__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadQuery-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadQuery.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadQuery__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BadQuery__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BasicLock-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BasicLock.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BasicLock__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1BasicLock__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ColData__Tmpl-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ColData__Tmpl.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ColData__Tmpl__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Connection-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Connection.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ConnectionFailed-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ConnectionFailed.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ConnectionFailed__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ConnectionFailed__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Connection__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Connection__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1DBSelectionFailed-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1DBSelectionFailed.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1DBSelectionFailed__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1DBSelectionFailed__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResultSets-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResultSets.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResultSets__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResultSets__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResults-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResults.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResults__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1EndOfResults__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Exception-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Exception.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Exception__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Exception__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1FieldNames-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1FieldNames.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1FieldTypes-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1FieldTypes.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Fields-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Fields.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Fields__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Fields__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lock-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lock.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1LockFailed-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1LockFailed.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1LockFailed__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1LockFailed__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lock__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lockable-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lockable.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lockable__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Lockable__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmp-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmp.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmpCStr-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmpCStr.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmpCStr__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmpCStr__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmp__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1MysqlCmp__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1NoExceptions-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1NoExceptions.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1NoExceptions__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Null-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Null.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Null__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ObjectNotInitialized-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ObjectNotInitialized.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ObjectNotInitialized__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ObjectNotInitialized__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1OptionalExceptions-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1OptionalExceptions.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1OptionalExceptions__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Query-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Query.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Query__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Query__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResNSel-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResNSel.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResNSel__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResUse-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResUse.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResUse__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1ResUse__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Result-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Result.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Result__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Result__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Row-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Row.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Row__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Row__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1SQLQueryParms-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1SQLQueryParms.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1SQLQueryParms__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1SQLString-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1SQLString.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Set-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1Set.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1const__string-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1const__string.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1const__subscript__container-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1const__subscript__container.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1const__subscript__container__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1mysql__type__info-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1mysql__type__info.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1null__type.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1scoped__var__set-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1scoped__var__set.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1scoped__var__set__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1subscript__iterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1subscript__iterator.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1subscript__iterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1tiny__int-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/classmysqlpp_1_1tiny__int.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/coldata_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/coldata_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/coldata_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/coldata_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/compare_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/compare_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/compare_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/compare_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/connection_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/connection_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/connection_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/connection_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/const__string_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/const__string_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/const__string_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/const__string_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/convert_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/convert_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/convert_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/convert_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/datetime_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/datetime_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/datetime_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/datetime_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/defs_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/defs_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/defs_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/defs_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/refman/html/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/exceptions_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/exceptions_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/exceptions_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/exceptions_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__names_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__names_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__names_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__names_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__types_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__types_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__types_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/field__types_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/fields_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/fields_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/fields_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/fields_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/files.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/functions.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/globals.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/graph_legend.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/graph_legend.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__0.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__1.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__10.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__11.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__12.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__13.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__14.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__15.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__16.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__17.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__18.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__19.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__2.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__20.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__21.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__22.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__23.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__24.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__25.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__26.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__27.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__28.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__29.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__3.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__30.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__31.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__32.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__33.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__34.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__35.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__36.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__37.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__38.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__4.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__5.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__6.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__7.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__8.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherit__graph__9.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/inherits.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/lockable_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/lockable_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/lockable_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/manip_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/manip_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/manip_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/manip_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/myset_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/myset_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/myset_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/myset_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/mysql++_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/mysql++_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/mysql++_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/namespacemembers.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/namespacemysqlpp.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/noexceptions_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/noexceptions_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/noexceptions_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/null_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/null_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/null_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/null_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/platform_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/platform_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/platform_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/qparms_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/qparms_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/qparms_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/qparms_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/query_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/query_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/query_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/query_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/refman.css -%%PORTDOCS%%%%DOCSDIR%%/refman/html/resiter_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/resiter_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/resiter_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/resiter_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/result_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/result_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/result_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/result_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/row_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/row_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/row_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/row_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/sql__string_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/sql__string_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/sql__string_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/sql__string_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/stream2string_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/stream2string_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/stream2string_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/stream2string_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/string__util_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/string__util_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/string__util_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/string__util_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DTbase-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DTbase.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DTbase__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Date-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Date.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DateTime-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DateTime.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DateTime__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1DateTime__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Date__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Date__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1NullisBlank.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1NullisNull.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1NullisZero.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1SQLParseElement-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1SQLParseElement.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1SQLParseElement__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Time-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Time.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Time__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1Time__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1cstr__equal__to.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1cstr__greater.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1cstr__greater__equal.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1cstr__less.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1cstr__less__equal.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1cstr__not__equal__to.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1equal__list__b-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1equal__list__b.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1equal__list__b__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1equal__list__ba-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1equal__list__ba.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1equal__list__ba__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1value__list__b-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1value__list__b.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1value__list__b__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1value__list__ba-members.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1value__list__ba.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/structmysqlpp_1_1value__list__ba__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/tiny__int_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/tiny__int_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/tiny__int_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/type__info_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/type__info_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/type__info_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/type__info_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/vallist_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/vallist_8h.html -%%PORTDOCS%%%%DOCSDIR%%/refman/html/vallist_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/refman/html/vallist_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/userman/html/breakages.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/licenses.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/overview.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/ssqls.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/tquery.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/unicode.html -%%PORTDOCS%%%%DOCSDIR%%/userman/html/userman.css +lib/libmysqlpp.so.3 %%PORTDOCS%%%%EXAMPLESDIR%%/Makefile %%PORTDOCS%%%%EXAMPLESDIR%%/README %%PORTDOCS%%%%EXAMPLESDIR%%/cgi_image.cpp @@ -403,14 +51,10 @@ lib/libmysqlpp.so.2 %%PORTDOCS%%%%EXAMPLESDIR%%/simple1.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/simple2.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/simple3.cpp +%%PORTDOCS%%%%EXAMPLESDIR%%/stock.h %%PORTDOCS%%%%EXAMPLESDIR%%/updel.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/usequery.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/util.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/util.h -@dirrm include/mysql++ +%%PORTDOCS%%%%EXAMPLESDIR%%/xaction.cpp %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/userman/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/userman -%%PORTDOCS%%@dirrm %%DOCSDIR%%/refman/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/refman -%%PORTDOCS%%@dirrm %%DOCSDIR%% |