Date: Mon, 7 Apr 2003 13:42:14 +0200 (CEST) From: Ferruccio Vitale <vitale@cs.tin.it> To: FreeBSD-gnats-submit@FreeBSD.org Cc: foxfair@drago.fomokka.net Subject: ports/50672: New port submission Message-ID: <200304071142.h37BgE3e050427@popcs.cs.tin.it> Resent-Message-ID: <200304071150.h37BoIIa051836@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50672 >Category: ports >Synopsis: New port submission >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: Mon Apr 07 04:50:18 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304071142.h37BgE3e050427>