From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 28 14:51:05 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4837D16A412 for ; Thu, 28 Sep 2006 14:51:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBEE43D64 for ; Thu, 28 Sep 2006 14:50:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8SEoRsI048966 for ; Thu, 28 Sep 2006 14:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8SEoRKP048965; Thu, 28 Sep 2006 14:50:27 GMT (envelope-from gnats) Resent-Date: Thu, 28 Sep 2006 14:50:27 GMT Resent-Message-Id: <200609281450.k8SEoRKP048965@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A06616A4DA for ; Thu, 28 Sep 2006 14:50:05 +0000 (UTC) (envelope-from rebum@mail.vx.sk) Received: from mail.vx.sk (neo.vx.sk [88.198.35.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC3243D6A for ; Thu, 28 Sep 2006 14:49:59 +0000 (GMT) (envelope-from rebum@mail.vx.sk) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 1D0BB3F9AA for ; Thu, 28 Sep 2006 16:50:47 +0200 (CEST) Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OvrAGZXnoPWd for ; Thu, 28 Sep 2006 16:50:44 +0200 (CEST) Received: by mail.vx.sk (Postfix, from userid 1001) id 6E1923F9AB; Thu, 28 Sep 2006 16:50:44 +0200 (CEST) Message-Id: <20060928145044.6E1923F9AB@mail.vx.sk> Date: Thu, 28 Sep 2006 16:50:44 +0200 (CEST) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103763: [PATCH] databases/mysqltcl to 3.02, rewrite and update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 14:51:05 -0000 >Number: 103763 >Category: ports >Synopsis: [PATCH] databases/mysqltcl to 3.02, rewrite and update >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: Thu Sep 28 14:50:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p5 i386/amd64 >Description: This is a rewrite of the databases/mysqltcl port to use GNU configure No patches, clean, easy and NOT BROKEN As program authors say, does NOT support MySQL below 4.1 I am asking hereby to take over maintainership of this port >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: # # databases/mysqltcl # databases/mysqltcl/Makefile # databases/mysqltcl/distinfo # databases/mysqltcl/pkg-descr # databases/mysqltcl/pkg-plist # echo c - databases/mysqltcl mkdir -p databases/mysqltcl > /dev/null 2>&1 echo x - databases/mysqltcl/Makefile sed 's/^X//' >databases/mysqltcl/Makefile << 'END-of-databases/mysqltcl/Makefile' X# New ports collection makefile for: mysqltcl X# Date created: Thu Sep 28 16:07:00 CET 2006 X# Whom: Martin Matuska X# X# $FreeBSD$ X# X XPORTNAME= mysqltcl XPORTVERSION= 3.02 XCATEGORIES= databases tcl83 tcl84 XMASTER_SITES= http://www.xdobry.de/mysqltcl/ X XMAINTAINER= martin@matuska.org XCOMMENT= TCL module for accessing MySQL databases based on msqltcl X XUSE_LDCONFIG= yes XUSE_MYSQL= yes XIGNORE_WITH_MYSQL= 323 40 XUSE_TCL= yes XUSE_TCL_BUILD= yes X XMANN= mysqltcl.n X XGNU_CONFIGURE= yes X X.include X XCONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ X --with-mysql-include=${LOCALBASE}/include/mysql \ X --with-mysql-lib=${LOCALBASE}/lib/mysql X XPLIST_SUB+= LIB_DIR=${PORTNAME}-${PORTVERSION} \ X LIB_NAME=libmysqltcl${PORTVERSION}.so X Xpost-install: X @${TEST} ! -f ${PKGMESSAGE} || ${CAT} ${PKGMESSAGE} X X.include END-of-databases/mysqltcl/Makefile echo x - databases/mysqltcl/distinfo sed 's/^X//' >databases/mysqltcl/distinfo << 'END-of-databases/mysqltcl/distinfo' XMD5 (mysqltcl-3.02.tar.gz) = bf408a7d1f10aec28102fd27cba1f6eb XSHA256 (mysqltcl-3.02.tar.gz) = b07d19a41da0b55912cc05150cde04340ecc673354f4a00edcede832e095c206 XSIZE (mysqltcl-3.02.tar.gz) = 193912 END-of-databases/mysqltcl/distinfo echo x - databases/mysqltcl/pkg-descr sed 's/^X//' >databases/mysqltcl/pkg-descr << 'END-of-databases/mysqltcl/pkg-descr' XFrom the package man-page: X X MySQLTcl is a collection of Tcl commands and a Tcl global array that X provide access to MySQL database servers. X X MySQLTcl is nothing more than a patched version of a patched version of X Hakan Soderstrom's patch of Tom Poindexter's Sybtcl. X X Mysqltcl is binary Tcl library (extension) written in C language that X use direkt official MySQL C-API. Almost all Tcl commands correspond to X MySQL C-API functions. For detail documentation see official MySQL C- X API manual. X XWWW: http://www.xdobry.de/mysqltcl/ END-of-databases/mysqltcl/pkg-descr echo x - databases/mysqltcl/pkg-plist sed 's/^X//' >databases/mysqltcl/pkg-plist << 'END-of-databases/mysqltcl/pkg-plist' Xlib/%%LIB_DIR%%/%%LIB_NAME%% Xlib/%%LIB_DIR%%/pkgIndex.tcl X@dirrm lib/%%LIB_DIR%% END-of-databases/mysqltcl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: