Date: Sun, 8 Apr 2007 16:30:19 +0300 (EEST) From: Anton Yudin <contact@toha.org.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/111380: new port DbVisualizer Message-ID: <200704081330.l38DUJYb038953@pandemonium.toha.org.ua> Resent-Message-ID: <200704081450.l38EoD9u065923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111380 >Category: ports >Synopsis: new port DbVisualizer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 08 14:50:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Anton Yudin >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD pandemonium.toha.org.ua 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Tue Apr 3 02:49:26 EEST 2007 root@pandemonium.toha.org.ua:/usr/obj/usr/src/sys/NKERNEL i386 >Description: DbVisualizer - very useful database visualization and manipulation tool. See http://www.dbvis.com/products/dbvis/ "DbVisualizer is a feature rich, intuitive and cross platform database tool for developers and DBA's providing a single powerful interface for a variety of databases. DbVisualizer supports simultaneous database connections, it lets you explore and manage database objects, execute SQL queries, visualize information and a lot more." >How-To-Repeat: >Fix: ports shar: # 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: # # java/dbvis # java/dbvis/Makefile # java/dbvis/distinfo # java/dbvis/pkg-descr # echo c - java/dbvis mkdir -p java/dbvis > /dev/null 2>&1 echo x - java/dbvis/Makefile sed 's/^X//' >java/dbvis/Makefile << 'END-of-java/dbvis/Makefile' X# Ports collection makefile for: DbVisualizer X# Date created: April 08, 2007 X# Whom: Anton Yudin (<contact@toha.org.ua>) X# X# $FreeBSD$ X# X XPORTNAME= dbvis XPORTVERSION= 5.1.1 XCATEGORIES= java devel database XMASTER_SITES= http://www.dbvis.com/product_download/dbvis/media/ XDISTNAME= dbvis_unix_5_1_1 X XMAINTAINER= contact@toha.org.ua XCOMMENT= DbVisualizer database tool X XUSE_JAVA= yes XJAVA_VERSION= 1.4+ XNO_BUILD= yes XRESTRICTED= Redistribution is not permitted X XPLIST_FILES= bin/dbvis XWRKSRC= DbVisualizer-5.1.1 X Xdo-install: X cd ${WRKDIR}/${WRKSRC} \ X && ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \ X && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; \ X && ${LN} -s ${DATADIR}/dbvis ${PREFIX}/bin/dbvis \ X && ${CHMOD} a+x ${DATADIR}/dbvis X Xpost-install: X cd ${WRKDIR}/${WRKSRC} && \ X ${FIND} ${DATADIR} -not -type d \ X | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} X ${FIND} -d ${DATADIR} -type d \ X | ${SED} -ne 's,^${PREFIX},@dirrm ,p' >> ${TMPPLIST} X X.include <bsd.port.mk> END-of-java/dbvis/Makefile echo x - java/dbvis/distinfo sed 's/^X//' >java/dbvis/distinfo << 'END-of-java/dbvis/distinfo' XMD5 (dbvis_unix_5_1_1.tar.gz) = 334650d7d5e7d85127d6f330fee9f516 XSHA256 (dbvis_unix_5_1_1.tar.gz) = 9422a49a1e77babd937934465a9c1adad6d740209d963ab08520e21b0edbd13c XSIZE (dbvis_unix_5_1_1.tar.gz) = 9951514 END-of-java/dbvis/distinfo echo x - java/dbvis/pkg-descr sed 's/^X//' >java/dbvis/pkg-descr << 'END-of-java/dbvis/pkg-descr' XDbVisualizer is a feature rich, intuitive and cross platform database tool Xfor developers and DBA's providing a single powerful interface for a variety Xof databases. DbVisualizer supports simultaneous database connections, it Xlets you explore and manage database objects, execute SQL queries, Xvisualize information and a lot more. X XWWW: http://www.dbvis.com/products/dbvis/ END-of-java/dbvis/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?200704081330.l38DUJYb038953>