Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2000 12:39:00 -0600
From:      Dave Glowacki <dglo@ssec.wisc.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16083: Port for MySQL JDBC (Java) driver
Message-ID:  <200001121839.MAA10866@hyde.ssec.wisc.edu>

next in thread | raw e-mail | index | archive | help

>Number:         16083
>Category:       ports
>Synopsis:       port to install the mm.mysql.jdbc driver
>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:   Wed Jan 12 10:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
None
>Environment:
>Description:

	Port to install the mm.mysql.jdbc driver on FreeBSD
	I wasn't sure where this port should go; I stuck it
	in 'databases' because there were already Perl and
	Python drivers there.

>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:
#
#	mysql-jdbc-mm/Makefile
#	mysql-jdbc-mm/files/md5
#	mysql-jdbc-mm/pkg/COMMENT
#	mysql-jdbc-mm/pkg/DESCR
#	mysql-jdbc-mm/pkg/PLIST
#
echo x - mysql-jdbc-mm/Makefile
sed 's/^X//' >mysql-jdbc-mm/Makefile << 'END-of-mysql-jdbc-mm/Makefile'
X# New ports collection makefile for:    The mm MySql JDBC interface
X# Version required:	1.2b
X# Date created:		2000/01/02
X# Whom:			Dave Glowacki <dglo@ssec.wisc.edu>
X#
X# $FreeBSD$
X
XDISTNAME=	mm.mysql.jdbc-1.2b
XCATEGORIES=	databases
XMASTER_SITES=	http://www.worldserver.com/mm.mysql/dist/
X
XMAINTAINER=	dglo@SSEC.WISC.EDU
X
XRUN_DEPENDS=	${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk
X
XALL_TARGET=	jar
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/share/java/classes
X	@${INSTALL_DATA} ${WRKSRC}/mysql_comp.jar ${LOCALBASE}/share/java/classes
X
X.include <bsd.port.mk>
END-of-mysql-jdbc-mm/Makefile
echo x - mysql-jdbc-mm/files/md5
sed 's/^X//' >mysql-jdbc-mm/files/md5 << 'END-of-mysql-jdbc-mm/files/md5'
XMD5 (mm.mysql.jdbc-1.2b.tar.gz) = 92ff849f54b1e900fe6e84598371f104
END-of-mysql-jdbc-mm/files/md5
echo x - mysql-jdbc-mm/pkg/COMMENT
sed 's/^X//' >mysql-jdbc-mm/pkg/COMMENT << 'END-of-mysql-jdbc-mm/pkg/COMMENT'
XThe mm JDBC interface for MySQL
END-of-mysql-jdbc-mm/pkg/COMMENT
echo x - mysql-jdbc-mm/pkg/DESCR
sed 's/^X//' >mysql-jdbc-mm/pkg/DESCR << 'END-of-mysql-jdbc-mm/pkg/DESCR'
XThis is a port of the mm JDBC driver which is used to access MySQL
Xdatabases using a database-independant API in Java.
X
XWWW: http://www.worldserver.com/mm.mysql/
X
Xdglo@ssec.wisc.edu
END-of-mysql-jdbc-mm/pkg/DESCR
echo x - mysql-jdbc-mm/pkg/PLIST
sed 's/^X//' >mysql-jdbc-mm/pkg/PLIST << 'END-of-mysql-jdbc-mm/pkg/PLIST'
Xshare/java/classes/mysql_comp.jar
END-of-mysql-jdbc-mm/pkg/PLIST
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?200001121839.MAA10866>