From toha@pandemonium.toha.org.ua  Sun Apr  8 14:48:20 2007
Return-Path: <toha@pandemonium.toha.org.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id ED34D16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Apr 2007 14:48:20 +0000 (UTC)
	(envelope-from toha@pandemonium.toha.org.ua)
Received: from pandemonium.toha.org.ua (215-215-124-91.pool.ukrtel.net [91.124.215.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 8EE7113C484
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Apr 2007 14:48:13 +0000 (UTC)
	(envelope-from toha@pandemonium.toha.org.ua)
Received: from pandemonium.toha.org.ua (localhost [127.0.0.1])
	by pandemonium.toha.org.ua (8.13.8/8.13.8) with ESMTP id l38DUJT0038954
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Apr 2007 16:30:19 +0300 (EEST)
	(envelope-from toha@pandemonium.toha.org.ua)
Received: (from toha@localhost)
	by pandemonium.toha.org.ua (8.13.8/8.13.8/Submit) id l38DUJYb038953;
	Sun, 8 Apr 2007 16:30:19 +0300 (EEST)
	(envelope-from toha)
Message-Id: <200704081330.l38DUJYb038953@pandemonium.toha.org.ua>
Date: Sun, 8 Apr 2007 16:30:19 +0300 (EEST)
From: Anton Yudin <contact@toha.org.ua>
Reply-To: Anton Yudin <contact@toha.org.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port DbVisualizer
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111380
>Category:       ports
>Synopsis:       new port DbVisualizer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 14:50:11 GMT 2007
>Closed-Date:    Fri Apr 13 15:53:17 GMT 2007
>Last-Modified:  Fri Apr 13 16:00:11 GMT 2007
>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:
Class-Changed-From-To: update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Apr 8 14:50:20 UTC 2007 
Class-Changed-Why:  
Fix category (new ports should be change-requests) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111380 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Apr 8 15:08:49 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111380 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Apr 13 15:53:16 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111380 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111380: commit references a PR
Date: Fri, 13 Apr 2007 15:51:51 +0000 (UTC)

 miwi        2007-04-13 15:51:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java                 Makefile 
   Added files:
     java/dbvis           Makefile distinfo pkg-descr 
   Log:
   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.
   
   WWW: http://www.dbvis.com/products/dbvis/
   
   PR:             ports/111380
   Submitted by:   Anton Yudin (<contact at toha.org.ua>)
   
   Revision  Changes    Path
   1.183     +1 -0      ports/java/Makefile
   1.1       +39 -0     ports/java/dbvis/Makefile (new)
   1.1       +3 -0      ports/java/dbvis/distinfo (new)
   1.1       +7 -0      ports/java/dbvis/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
