Date: Fri, 24 Mar 2000 15:53:30 -0800 (PST) From: erikhb@bgnett.no To: freebsd-gnats-submit@FreeBSD.org Subject: ports/17586: New port: MyODBC-2.50.28 Message-ID: <200003242353.PAA79832@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 17586 >Category: ports >Synopsis: New port: MyODBC-2.50.28 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 24 16:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Erik H. Bakke >Release: 5.0-CURRENT >Organization: >Environment: >Description: This is a port of MyODBC, an ODBC driver for MySQL. Related ports are forthcoming >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./files # ./files/md5 # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XODBC driver for MySQL END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XMyODBC is an ODBC driver for interfacing to MySQL Xdatabases X X- Erik H. Bakke Xerikhb@bgnett.no END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' X/usr/local/lib/libmyodbc.la X/usr/local/lib/libmyodbc-2.50.28.so X/usr/local/lib/libmyodbc.so END-of-./pkg/PLIST echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (MyODBC-2.50.28.tar.gz) = 62588aeb5c653600a3aa9dac02a0d190 END-of-./files/md5 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: MyODBC X# Version required: 2.50.28 X# Date created: 24 Mar 2000 X# Whom: erikhb@bgnett.no X# X# $FreeBSD$ X# X XDISTNAME= MyODBC-2.50.28 XCATEGORIES= databases XMASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyODBC/ X XMAINTAINER= erikhb@bgnett.no X XLIB_DEPENDS= iodbc.2:${PORTSDIR}/databases/libiodbc \ X mysqlclient.6:${PORTSDIR}/databases/mysql322-client X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XCONFIGURE_ARGS= --with-mysql-libs=${PREFIX}/lib/mysql \ X --with-mysql-includes=${PREFIX}/include/mysql X X.include <bsd.port.mk> END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003242353.PAA79832>