Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 1997 10:35:39 +0200 (SAT)
From:      iang@iafrica.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5161: new port: p5-DBD-Mysql
Message-ID:  <199711270835.KAA21475@auth01.iafrica.com>
Resent-Message-ID: <199711270840.AAA09694@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5161
>Category:       ports
>Synopsis:       new port: p5-DBD-Mysql
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 27 00:40:01 PST 1997
>Last-Modified:
>Originator:     Ian Freislich
>Organization:
UUNET Internet Africa
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

ports

>Description:

Please import:

	DBD::mysql is an extension to Perl which allows access to
	MySQL databases. It is built on top of the standard
	DBI extension and is unfortunately alpha grade software.

>How-To-Repeat:

none

>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:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:    p5-DBD-mysql-1.65
X# Version required:			1.62
X# Date created:				November 27th 1997
X# Whom:	      				Ian Freislich <iang@iafrica.com>
X#
X# $Id$
X#
X
XDISTNAME=	DBD-mysql-1.65
XPKGNAME=	p5-DBD-mysql-1.65
XCATEGORIES=	databases perl5
XMASTER_SITES=	http://www.tcx.se/Contrib/
X
XMAINTAINER=	iang@iafrica.com
X
XBUILD_DEPENDS=	${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql/ \
X		${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI/
X
XUSE_PERL5=	YES
X
XMANPREFIX=	${PREFIX}/lib/perl5
XMAN3=		DBD::mysql.3
X
Xdo-configure:
X		@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (DBD-mysql-1.65.tar.gz) = 0bae45309e53076cf0539520986d1dd6
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xlib/perl5/site_perl/i386-freebsd/auto/DBD/mysql/mysql.so
Xlib/perl5/site_perl/i386-freebsd/auto/DBD/mysql/mysql.bs
Xlib/perl5/site_perl/i386-freebsd/auto/DBD/mysql/.packlist
Xlib/perl5/site_perl/DBD/mysql.pm
Xlib/perl5/man/man3/DBD::mysql.3.gz
X@dirrm lib/perl5/site_perl/i386-freebsd/auto/DBD/mysql
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XProvides access to MySQL databases through the DBI
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
X	DBD::mysql is an extension to Perl which allows access to
X	MySQL databases. It is built on top of the standard
X	DBI extension and is unfortunately alpha grade software.
END-of-./pkg/DESCR
exit


>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711270835.KAA21475>