From owner-freebsd-ports Tue Nov 20 4: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A78BD37B418 for ; Tue, 20 Nov 2001 04:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAKC06q50387; Tue, 20 Nov 2001 04:00:06 -0800 (PST) (envelope-from gnats) Received: from 3wgraphics.com (ppp025.comintern.ru [213.148.2.25]) by hub.freebsd.org (Postfix) with ESMTP id AEFF637B405 for ; Tue, 20 Nov 2001 03:55:28 -0800 (PST) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 1669Sf-000FDk-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 20 Nov 2001 14:53:09 +0300 Message-Id: Date: Tue, 20 Nov 2001 14:53:09 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32130: New port: p5-DBD-mysql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32130 >Category: ports >Synopsis: New port: p5-DBD-mysql >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 20 04:00:05 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: New port: p5-DBD-mysql this port obsoletes p5-Mysql. >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: # # p5-DBD-mysql # p5-DBD-mysql/Makefile # p5-DBD-mysql/distinfo # p5-DBD-mysql/pkg-comment # p5-DBD-mysql/pkg-descr # p5-DBD-mysql/pkg-plist # echo c - p5-DBD-mysql mkdir -p p5-DBD-mysql > /dev/null 2>&1 echo x - p5-DBD-mysql/Makefile sed 's/^X//' >p5-DBD-mysql/Makefile << 'END-of-p5-DBD-mysql/Makefile' X# New ports collection makefile for: DBD::mysql X# Date created: 20 Nov 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= DBD-mysql XPORTVERSION= 2.1004 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI XLIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 \ X Mysql.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-DBD-mysql/Makefile echo x - p5-DBD-mysql/distinfo sed 's/^X//' >p5-DBD-mysql/distinfo << 'END-of-p5-DBD-mysql/distinfo' XMD5 (DBD-mysql-2.1004.tar.gz) = c15dc25536260fab78b86890d1508e8f END-of-p5-DBD-mysql/distinfo echo x - p5-DBD-mysql/pkg-comment sed 's/^X//' >p5-DBD-mysql/pkg-comment << 'END-of-p5-DBD-mysql/pkg-comment' XMySQL driver for the Perl5 Database Interface (DBI) END-of-p5-DBD-mysql/pkg-comment echo x - p5-DBD-mysql/pkg-descr sed 's/^X//' >p5-DBD-mysql/pkg-descr << 'END-of-p5-DBD-mysql/pkg-descr' XDBD::mysql is the Perl5 Database Interface driver for the XMySQL database. In other words: DBD::mysql is an interface Xbetween the Perl programming language and the MySQL Xprogramming API that comes with the MySQL relational Xdatabase management system. Most functions provided by Xthis programming API are supported. Some rarely used Xfunctions are missing, mainly because noone ever requested Xthem. X XWWW: http://search.cpan.org/search?dist=DBD-mysql END-of-p5-DBD-mysql/pkg-descr echo x - p5-DBD-mysql/pkg-plist sed 's/^X//' >p5-DBD-mysql/pkg-plist << 'END-of-p5-DBD-mysql/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/mysql.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql/INSTALL.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true END-of-p5-DBD-mysql/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message