From vitale@popcs.cs.tin.it  Mon Apr  7 04:42:26 2003
Return-Path: <vitale@popcs.cs.tin.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F8D037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Apr 2003 04:42:26 -0700 (PDT)
Received: from popcs.cs.tin.it (popcs.cs.tin.it [194.243.155.125])
	by mx1.FreeBSD.org (Postfix) with SMTP id 3938543F75
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Apr 2003 04:42:23 -0700 (PDT)
	(envelope-from vitale@popcs.cs.tin.it)
Received: (qmail 4544 invoked from network); 7 Apr 2003 11:42:21 -0000
Received: from fusion.cs.tin.it (HELO popcs.cs.tin.it) (212.216.178.101)
  by popcs.cs.tin.it with SMTP; 7 Apr 2003 11:42:21 -0000
Received: (from vitale@localhost)
	by popcs.cs.tin.it (8.12.9/8.12.9/Submit) id h37BgE3e050427;
	Mon, 7 Apr 2003 13:42:14 +0200 (CEST)
	(envelope-from vitale)
Message-Id: <200304071142.h37BgE3e050427@popcs.cs.tin.it>
Date: Mon, 7 Apr 2003 13:42:14 +0200 (CEST)
From: Ferruccio Vitale <vitale@cs.tin.it>
Reply-To: Ferruccio Vitale <vitale@cs.tin.it>
To: FreeBSD-gnats-submit@freebsd.org
Cc: foxfair@drago.fomokka.net
Subject: New port submission
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50672
>Category:       ports
>Synopsis:       New port: databases/mysqlcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 07 04:50:18 PDT 2003
>Closed-Date:    Sat Sep 06 17:57:14 PDT 2003
>Last-Modified:  Sat Sep 06 17:57:14 PDT 2003
>Originator:     Ferruccio Vitale
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
IT Telecom
>Environment:
System: FreeBSD fusion.cs.tin.it 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 4 23:38:15 CEST 2003 root@fusion.cs.tin.it:/usr/src/sys/compile/FUSION i386


>Description:
	New port submission: MySQL Control Center
>How-To-Repeat:
>Fix:

	

--- mysqlcc.port begins here ---
# 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:
#
#	mysqlcc
#	mysqlcc/Makefile
#	mysqlcc/distinfo
#	mysqlcc/pkg-descr
#	mysqlcc/files
#	mysqlcc/files/patch-configure
#	mysqlcc/pkg-plist
#
echo c - mysqlcc
mkdir -p mysqlcc > /dev/null 2>&1
echo x - mysqlcc/Makefile
sed 's/^X//' >mysqlcc/Makefile << 'END-of-mysqlcc/Makefile'
X# New ports collection makefile for:	mysqlcc
X# Date created:	03 April 2002
X# Whom:	vitale
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mysqlcc
XPORTVERSION=	0.9.1
XCATEGORIES=	databases
XMASTER_SITES=	http://www.teta.it/mysql/Downloads/MySQLCC/
XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=	ferruccio.vitale@tin.it
XCOMMENT=	A platform-independent GUI administration client for the MySQL server
X
XBUILD_DEPENDS+=	qmake:${PORTSDIR}/x11-toolkits/qt31
XBUILD_DEPENDS+=	mysql:${PORTSDIR}/databases/mysql40-client
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-qt=${X11BASE}
X
XSHARE_DATA=	error.wav warning.wav syntax.txt
X
Xdo-install:
X		${INSTALL_PROGRAM} ${WRKSRC}/mysqlcc ${PREFIX}/bin
X		${MKDIR} ${DATADIR}
X.for f in ${SHARE_DATA}
X		${CP} -R ${WRKSRC}/${f} ${DATADIR}
X.endfor
X
X.include <bsd.port.mk>
END-of-mysqlcc/Makefile
echo x - mysqlcc/distinfo
sed 's/^X//' >mysqlcc/distinfo << 'END-of-mysqlcc/distinfo'
XMD5 (mysqlcc-0.9.1-src.tar.gz) = e585fdec296f21910400f309882bf267
END-of-mysqlcc/distinfo
echo x - mysqlcc/pkg-descr
sed 's/^X//' >mysqlcc/pkg-descr << 'END-of-mysqlcc/pkg-descr'
XMySQL Control Center (also known as MySQLCC) is a 
Xplatform-independent GUI administration client for 
Xthe MySQL database server.
END-of-mysqlcc/pkg-descr
echo c - mysqlcc/files
mkdir -p mysqlcc/files > /dev/null 2>&1
echo x - mysqlcc/files/patch-configure
sed 's/^X//' >mysqlcc/files/patch-configure << 'END-of-mysqlcc/files/patch-configure'
X--- configure.orig	Fri Mar 28 23:06:00 2003
X+++ configure	Fri Apr  4 11:15:30 2003
X@@ -4065,7 +4065,7 @@
X   $ac_cs_success || { (exit 1); exit 1; }
X fi
X 
X-QMAKESPEC=$QTDIR/mkspecs/$host_os
X+QMAKESPEC=$QTDIR/share/qt/mkspecs/default
X echo "Creating Makefile with qmake"
X QMAKESPEC=$QMAKESPEC QTDIR=$QTDIR $QTDIR/bin/qmake mysqlcc.pro
X if test ! $? = 0 ; then
END-of-mysqlcc/files/patch-configure
echo x - mysqlcc/pkg-plist
sed 's/^X//' >mysqlcc/pkg-plist << 'END-of-mysqlcc/pkg-plist'
Xbin/mysqlcc
X%%DATADIR%%/error.wav
X%%DATADIR%%/warning.wav
X%%DATADIR%%/syntax.txt
X@dirrm %%DATADIR%%
END-of-mysqlcc/pkg-plist
exit
--- mysqlcc.port ends here ---


>Release-Note:
>Audit-Trail:

From: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
To: Ferruccio Vitale <vitale@cs.tin.it>
Cc: FreeBSD-gnats-submit@FreeBSD.org, foxfair@drago.fomokka.net
Subject: Re: ports/50672: New port submission
Date: Mon, 7 Apr 2003 20:21:59 +0200

 Lately Ferruccio Vitale told:
 
 > sed 's/^X//' >mysqlcc/Makefile << 'END-of-mysqlcc/Makefile'
 > X# New ports collection makefile for:	mysqlcc
 > X# Date created:	03 April 2002
 > X# Whom:	vitale
 > X#
 > X# $FreeBSD$
 > X#
 > X
 > XPORTNAME=	mysqlcc
 > XPORTVERSION=	0.9.1
 > XCATEGORIES=	databases
 > XMASTER_SITES=	http://www.teta.it/mysql/Downloads/MySQLCC/
 > XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
 > X
 > XMAINTAINER=	ferruccio.vitale@tin.it
 > XCOMMENT=	A platform-independent GUI administration client for the MySQL server
 > X
 > XBUILD_DEPENDS+=	qmake:${PORTSDIR}/x11-toolkits/qt31
 > XBUILD_DEPENDS+=	mysql:${PORTSDIR}/databases/mysql40-client
 
 += is bad when the port is sucked in as dependecy. consider using = as
 the first assignment operator
 also, isn't there USE_QT_VER=3 ?
 
 > XGNU_CONFIGURE=	yes
 > XCONFIGURE_ARGS=	--with-qt=${X11BASE}
 > X
 > XSHARE_DATA=	error.wav warning.wav syntax.txt
 > X
 > Xdo-install:
 > X		${INSTALL_PROGRAM} ${WRKSRC}/mysqlcc ${PREFIX}/bin
 > X		${MKDIR} ${DATADIR}
 > X.for f in ${SHARE_DATA}
 > X		${CP} -R ${WRKSRC}/${f} ${DATADIR}
 
 use ${INSTALL_DATA} ?
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
Class-Changed-From-To: update->change-request 
Class-Changed-By: mat 
Class-Changed-When: Wed Sep 3 01:00:17 PDT 2003 
Class-Changed-Why:  
wrong class 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50672 
State-Changed-From-To: open->closed 
State-Changed-By: anders 
State-Changed-When: Sat Sep 6 17:57:00 PDT 2003 
State-Changed-Why:  
Committed (with modifications), thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50672 
>Unformatted:
