Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 04:45:37 GMT
From:      Mitchell Smith <mjs@bur.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123995: (New Port) databases/frontbase-jdbc
Message-ID:  <200805260445.m4Q4jbnv017925@www.freebsd.org>
Resent-Message-ID: <200805260450.m4Q4o104008488@freefall.freebsd.org>

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

>Number:         123995
>Category:       ports
>Synopsis:       (New Port) databases/frontbase-jdbc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 04:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mitchell Smith
>Release:        7.0
>Organization:
>Environment:
>Description:
The JDBC implementation for the FrontBase relational database is not currently available in the FreeBSD ports tree.

>How-To-Repeat:

>Fix:
The attached shar archive contains the necessary files to install the FrontBase JDBC driver via the FreeBSD ports system.


Patch attached with submission follows:

# 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:
#
#	frontbase-jdbc
#	frontbase-jdbc/files
#	frontbase-jdbc/files/pkg-message.in
#	frontbase-jdbc/distinfo
#	frontbase-jdbc/Makefile
#	frontbase-jdbc/pkg-descr
#
echo c - frontbase-jdbc
mkdir -p frontbase-jdbc > /dev/null 2>&1
echo c - frontbase-jdbc/files
mkdir -p frontbase-jdbc/files > /dev/null 2>&1
echo x - frontbase-jdbc/files/pkg-message.in
sed 's/^X//' >frontbase-jdbc/files/pkg-message.in << 'END-of-frontbase-jdbc/files/pkg-message.in'
X
XFrontBase JDBC support installed!
X
Xfrontbasejdbc.jar resides in
X%%JAVAJARDIR%%/frontbasejdbc.jar
XAdd this to your CLASSPATH!
X
END-of-frontbase-jdbc/files/pkg-message.in
echo x - frontbase-jdbc/distinfo
sed 's/^X//' >frontbase-jdbc/distinfo << 'END-of-frontbase-jdbc/distinfo'
XMD5 (FrontBaseJDBC-2.5.6.tar) = 8e9c798a1029f0bf88f8d4f69ac092c8
XSHA256 (FrontBaseJDBC-2.5.6.tar) = 823cdb6951b70f9d1a8efd05fd281d5f87572f44fbcb844c53dc77c96fe289f3
XSIZE (FrontBaseJDBC-2.5.6.tar) = 542720
END-of-frontbase-jdbc/distinfo
echo x - frontbase-jdbc/Makefile
sed 's/^X//' >frontbase-jdbc/Makefile << 'END-of-frontbase-jdbc/Makefile'
X# New ports collection makefile for:    frontbase-jdbc
X# Date created:                         Mon Apr 16 07:07:22 EST 2007
X# Whom:                                 Quinton Dolan <q@onthenet.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	frontbase
XPORTVERSION=	2.5.6
XCATEGORIES=	databases java
XMASTER_SITES+=	http://www.frontbase.com/download/JDBC/
XPKGNAMESUFFIX=	-jdbc
XDISTNAME=	FrontBaseJDBC-${PORTVERSION}
XEXTRACT_SUFX=	.tar
X
XMAINTAINER?=	mjs@bur.st
XCOMMENT=	The Java JDBC implementation for FrontBase
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.4+
X
XNO_BUILD=	yes
XJARFILE=	frontbasejdbc.jar
XPLIST_FILES=	%%JAVAJARDIR%%/${JARFILE}
X
XSUB_FILES+=	pkg-message
XPKGMESSAGE=	${WRKDIR}/pkg-message
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/${JARFILE}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-frontbase-jdbc/Makefile
echo x - frontbase-jdbc/pkg-descr
sed 's/^X//' >frontbase-jdbc/pkg-descr << 'END-of-frontbase-jdbc/pkg-descr'
XThis is the official implementation of JDBC, the Java Database
XConnectivity API, for accessing FrontBase databases from Java.
X
XWWW: http://www.frontbase.com/
END-of-frontbase-jdbc/pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805260445.m4Q4jbnv017925>