diff options
Diffstat (limited to 'databases/mysql++1')
| -rw-r--r-- | databases/mysql++1/Makefile | 43 | ||||
| -rw-r--r-- | databases/mysql++1/distinfo | 1 | ||||
| -rw-r--r-- | databases/mysql++1/files/README | 26 | ||||
| -rw-r--r-- | databases/mysql++1/pkg-comment | 1 | ||||
| -rw-r--r-- | databases/mysql++1/pkg-descr | 5 | ||||
| -rw-r--r-- | databases/mysql++1/pkg-plist | 117 |
6 files changed, 0 insertions, 193 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile deleted file mode 100644 index e3d11111e600..000000000000 --- a/databases/mysql++1/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# ports collection makefile for: MySQL++ -# Date created: 20th July 2000 -# Whom: Miklos Niedermayer <mico@bsd.hu> -# -# $FreeBSD$ -# - -PORTNAME= mysql++ -PORTVERSION= 1.7.9 -CATEGORIES= databases devel -MASTER_SITES= ftp://ftp.free.fr/pub/MySQL/Downloads/mysql++/ \ - ftp://gd.tuwien.ac.at/db/mysql/Downloads/mysql++/ \ - ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/mysql++/ - -MAINTAINER= mico@bsd.hu - -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client - -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -D_FIX_FOR_BSD_ " -INSTALLS_SHLIB= yes - -pre-configure: - ${RM} ${WRKSRC}/examples/Makefile.in - ${ECHO} "all:" >${WRKSRC}/examples/Makefile.in - ${ECHO} "install:" >>${WRKSRC}/examples/Makefile.in - -do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/sqlplusint/.libs/libsqlplus.so.1 ${PREFIX}/lib - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sqlplusint/.libs/libsqlplus.a ${PREFIX}/lib - @(cd ${PREFIX}/lib && ${RM} -f libsqlplus.so && ${LN} -s libsqlplus.so.1 libsqlplus.so) - @ranlib ${PREFIX}/lib/libsqlplus.a - @mkdir -p ${PREFIX}/share/examples/mysql++ - @mkdir -p ${PREFIX}/share/doc/mysql++ - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/*.cc ${PREFIX}/share/examples/mysql++ - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/man-text/* ${PREFIX}/share/doc/mysql++ - @mkdir -p ${PREFIX}/include/mysql - @(cd ${WRKDIR}/${DISTNAME}/sqlplusint/; \ - ${INSTALL_DATA} mysql++ defs undef_short define_short *.hh ${PREFIX}/include/mysql) - @${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/mysql++ - -.include <bsd.port.mk> diff --git a/databases/mysql++1/distinfo b/databases/mysql++1/distinfo deleted file mode 100644 index f07fe4cff1c7..000000000000 --- a/databases/mysql++1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql++-1.7.9.tar.gz) = 1312fb4e33dcce07fac5fa9c2ac801f7 diff --git a/databases/mysql++1/files/README b/databases/mysql++1/files/README deleted file mode 100644 index 531f16962bc8..000000000000 --- a/databases/mysql++1/files/README +++ /dev/null @@ -1,26 +0,0 @@ - - -If you haven't met mysql++ before, please take a look at the documentation -in ../../doc/mysql++ before trying to play with these examples. Thank you. - -To compile a mysql++ program, - - o you have to have libmysqlclient installed on your system. It's - provided by the mysql-client port/package. MySQL++ now needs - MySQL 3.23 client libraries to run, so if you have old 3.22 - libraries, please upgrade them. - - o you have to link your programs with the sqlplus library - - o you have to add "-D_FIX_FOR_BSD_" to your CXXFLAGS environment - - -For example, you can try to compile simple1.cc with something like this - -c++ -D_FIX_FOR_BSD_ -I/usr/local/include/mysql -L/usr/local/lib -lsqlplus simple1.cc -o simple1 - - -Happy mysql++'ing. - - -Miklos Niedermayer (mico@bsd.hu) - diff --git a/databases/mysql++1/pkg-comment b/databases/mysql++1/pkg-comment deleted file mode 100644 index d7202308aeb9..000000000000 --- a/databases/mysql++1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Complex C++ API for MySQL diff --git a/databases/mysql++1/pkg-descr b/databases/mysql++1/pkg-descr deleted file mode 100644 index 31e6d161eea8..000000000000 --- a/databases/mysql++1/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ - Mysql++ is a complex C++ API for Mysql (And other SQL Databases Soon). - The goal of this API is too make working with Queries as easy as - working with other STL Containers. - - WWW: http://www.mysql.com/download_mysql++.html diff --git a/databases/mysql++1/pkg-plist b/databases/mysql++1/pkg-plist deleted file mode 100644 index f4cf401b8025..000000000000 --- a/databases/mysql++1/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -include/mysql/mysql++ -include/mysql/defs -include/mysql/define_short -include/mysql/undef_short -include/mysql/bad_query.hh -include/mysql/coldata1.hh -include/mysql/coldata2.hh -include/mysql/coldata3.hh -include/mysql/coldata4.hh -include/mysql/compare1.hh -include/mysql/compare2.hh -include/mysql/compare3.hh -include/mysql/connection0.hh -include/mysql/connection1.hh -include/mysql/connection2.hh -include/mysql/connection3.hh -include/mysql/const_string1.hh -include/mysql/const_string2.hh -include/mysql/const_string3.hh -include/mysql/convert1.hh -include/mysql/convert2.hh -include/mysql/convert3.hh -include/mysql/custom-macros.hh -include/mysql/custom.hh -include/mysql/fields1.hh -include/mysql/datetime1.hh -include/mysql/datetime2.hh -include/mysql/datetime3.hh -include/mysql/exceptions.hh -include/mysql/field_names1.hh -include/mysql/field_names2.hh -include/mysql/field_names3.hh -include/mysql/field_types1.hh -include/mysql/field_types2.hh -include/mysql/field_types3.hh -include/mysql/fields2.hh -include/mysql/manip1.hh -include/mysql/manip2.hh -include/mysql/manip3.hh -include/mysql/null1.hh -include/mysql/null2.hh -include/mysql/null3.hh -include/mysql/query1.hh -include/mysql/query2.hh -include/mysql/query3.hh -include/mysql/resiter1.hh -include/mysql/result1.hh -include/mysql/result2.hh -include/mysql/result3.hh -include/mysql/row1.hh -include/mysql/row2.hh -include/mysql/row3.hh -include/mysql/set1.hh -include/mysql/set2.hh -include/mysql/set3.hh -include/mysql/sql_query0.hh -include/mysql/sql_query1.hh -include/mysql/sql_query2.hh -include/mysql/sql_query3.hh -include/mysql/sql_string1.hh -include/mysql/sql_string2.hh -include/mysql/sql_string3.hh -include/mysql/sqlplus.hh -include/mysql/stream2string1.hh -include/mysql/stream2string2.hh -include/mysql/stream2string3.hh -include/mysql/string_util.hh -include/mysql/tiny_int1.hh -include/mysql/tiny_int2.hh -include/mysql/tiny_int3.hh -include/mysql/type_info1.hh -include/mysql/type_info2.hh -include/mysql/type_info3.hh -include/mysql/vallist1.hh -include/mysql/vallist2.hh -include/mysql/vallist3.hh -lib/libsqlplus.so.1 -lib/libsqlplus.a -lib/libsqlplus.so -share/doc/mysql++/1_Introduction.txt -share/doc/mysql++/2_Overview.txt -share/doc/mysql++/3_Important.txt -share/doc/mysql++/4_Tutorial.txt -share/doc/mysql++/5_Class.txt -share/doc/mysql++/6_Template.txt -share/doc/mysql++/7_Specialized.txt -share/doc/mysql++/8_Long.txt -share/doc/mysql++/A_Changelog.txt -share/doc/mysql++/About_this.txt -share/doc/mysql++/Appendices.txt -share/doc/mysql++/B_Do.txt -share/doc/mysql++/C_Credits.txt -share/doc/mysql++/Contents.txt -share/doc/mysql++/D_Copyright.txt -share/doc/mysql++/E_Feedback.txt -share/doc/mysql++/Introductory_Material.txt -share/doc/mysql++/Usage.txt -share/doc/mysql++/index.txt -share/doc/mysql++/manual.txt -share/examples/mysql++/cgi_image.cc -share/examples/mysql++/complic1.cc -share/examples/mysql++/custom1.cc -share/examples/mysql++/custom2.cc -share/examples/mysql++/custom3.cc -share/examples/mysql++/custom4.cc -share/examples/mysql++/fieldinf1.cc -share/examples/mysql++/load_file.cc -share/examples/mysql++/populate.cc -share/examples/mysql++/resetdb.cc -share/examples/mysql++/simple1.cc -share/examples/mysql++/sinisa_ex.cc -share/examples/mysql++/updel_x_.cc -share/examples/mysql++/util.cc -share/examples/mysql++/README -@unexec rmdir include/mysql 2>/dev/null || true -@dirrm share/doc/mysql++ -@dirrm share/examples/mysql++ |
