Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2002 22:43:26 +0200 (CEST)
From:      Stefan Schmidt <stefan.schmidt@twest.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37904: New Port: database/isql-viewer (a JDBC 2.x compliant database front end)
Message-ID:  <200205092043.g49KhQTu001913@twest.de>

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

>Number:         37904
>Category:       ports
>Synopsis:       New Port: database/isql-viewer (a JDBC 2.x compliant database front end)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 09 13:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Schmidt
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD stsacer 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 9 17:44:18 CEST 2002 root@stsacer:/usr/obj/usr/src/sys/STSACER i386

>Description:
SQL-Viewer is an open-source JDBC 2.x compliant database front end written
in the Java programming language. It is designed to exploit the features of
the JDBC API across the multiple platforms that adhere to it. It does it all
through a single interface.

iSQL-Viewer works with some of the most popular database platforms available
including PostgreSQL, MySQL, Oracle, and Informix.

iSQL-Viewer also provides a variety of tools to carry out a variety of
common database tasks. It includes a friendly SQL console for executing SQL
statements, batch processing, table creation, database introspection, and
finally, import and export to popular file formats such as Microsoft Excel,
XML, HTML,and ASCII delimited.

This program is designed to meet the needs of JDBC Driver developers as well
as database developers who work in single or multi-platform environments.

WWW: http://isql.sourceforge.net/
>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:
#
#	isql-viewer
#	isql-viewer/pkg-plist
#	isql-viewer/pkg-descr
#	isql-viewer/pkg-comment
#	isql-viewer/Makefile
#	isql-viewer/distinfo
#	isql-viewer/files
#	isql-viewer/files/iSQL-Viewer.sh
#
echo c - isql-viewer
mkdir -p isql-viewer > /dev/null 2>&1
echo x - isql-viewer/pkg-plist
sed 's/^X//' >isql-viewer/pkg-plist << 'END-of-isql-viewer/pkg-plist'
Xbin/iSQL-Viewer
Xshare/java/classes/iSQL-Viewer-2.1.0.jar
X@unexec rmdir %D/share/java/classes 2>/dev/null || true
X@unexec rmdir %D/share/java 2>/dev/null || true
END-of-isql-viewer/pkg-plist
echo x - isql-viewer/pkg-descr
sed 's/^X//' >isql-viewer/pkg-descr << 'END-of-isql-viewer/pkg-descr'
XiSQL-Viewer is an open-source JDBC 2.x compliant database front end written
Xin the Java programming language. It is designed to exploit the features of
Xthe JDBC API across the multiple platforms that adhere to it. It does it all
Xthrough a single interface.
X
XiSQL-Viewer works with some of the most popular database platforms available
Xincluding PostgreSQL, MySQL, Oracle, and Informix.
X
XiSQL-Viewer also provides a variety of tools to carry out a variety of
Xcommon database tasks. It includes a friendly SQL console for executing SQL
Xstatements, batch processing, table creation, database introspection, and
Xfinally, import and export to popular file formats such as Microsoft Excel,
XXML, HTML,and ASCII delimited.
X
XThis program is designed to meet the needs of JDBC Driver developers as well
Xas database developers who work in single or multi-platform environments. 
X
XWWW: http://isql.sourceforge.net/
END-of-isql-viewer/pkg-descr
echo x - isql-viewer/pkg-comment
sed 's/^X//' >isql-viewer/pkg-comment << 'END-of-isql-viewer/pkg-comment'
XJDBC 2.x compliant database front end
END-of-isql-viewer/pkg-comment
echo x - isql-viewer/Makefile
sed 's/^X//' >isql-viewer/Makefile << 'END-of-isql-viewer/Makefile'
X# New ports collection makefile for:	iSQL-Viewer
X# Date created:		May 9, 2002
X# Whom:			Stefan Schmidt <stefan.schmidt@twest.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	isql-viewer
XPORTVERSION=	2.1.0
XCATEGORIES=	databases java
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XDISTNAME=	isql/iSQL-Viewer-${PORTVERSION}
XEXTRACT_SUFX=	.jar
XEXTRACT_ONLY=	# none
X
XMAINTAINER=	stefan.schmidt@twest.de
X
XUSE_JAVA=	1.2+
X
XNO_BUILD=	yes
X
Xdo-configure:
X	${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
X	       -e 's|%%PORTVERSION%%|${PORTVERSION}|g' \
X	       ${FILESDIR}/iSQL-Viewer.sh > ${WRKDIR}/iSQL-Viewer
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/share/java/classes
X	@${INSTALL_DATA} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
X		${LOCALBASE}/share/java/classes
X	@${INSTALL_SCRIPT} ${WRKDIR}/iSQL-Viewer \
X		${PREFIX}/bin/.
X
X.include <bsd.port.mk>
END-of-isql-viewer/Makefile
echo x - isql-viewer/distinfo
sed 's/^X//' >isql-viewer/distinfo << 'END-of-isql-viewer/distinfo'
XMD5 (isql/iSQL-Viewer-2.1.0.jar) = 1c3e5f2057f2a15c1f25b6389bbe1468
END-of-isql-viewer/distinfo
echo c - isql-viewer/files
mkdir -p isql-viewer/files > /dev/null 2>&1
echo x - isql-viewer/files/iSQL-Viewer.sh
sed 's/^X//' >isql-viewer/files/iSQL-Viewer.sh << 'END-of-isql-viewer/files/iSQL-Viewer.sh'
X#!/bin/sh
X
XCLASSDIR=%%PREFIX%%/share/java/classes
Xexec javavm \
X    -jar ${CLASSDIR}/iSQL-Viewer-%%PORTVERSION%%.jar
END-of-isql-viewer/files/iSQL-Viewer.sh
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?200205092043.g49KhQTu001913>