From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 22 04:10:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AA9716A418 for ; Sat, 22 Dec 2007 04:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09F4713C46A for ; Sat, 22 Dec 2007 04:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBM4A1H1098100 for ; Sat, 22 Dec 2007 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBM4A1oU098096; Sat, 22 Dec 2007 04:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 22 Dec 2007 04:10:01 GMT Resent-Message-Id: <200712220410.lBM4A1oU098096@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, Ditesh Shashikant Gathani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68FEA16A41A for ; Sat, 22 Dec 2007 04:05:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 478FD13C457 for ; Sat, 22 Dec 2007 04:05:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id lBM45Fsp040863 for ; Sat, 22 Dec 2007 04:05:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id lBM45FNF040862; Sat, 22 Dec 2007 04:05:15 GMT (envelope-from nobody) Message-Id: <200712220405.lBM45FNF040862@www.freebsd.org> Date: Sat, 22 Dec 2007 04:05:15 GMT From: Ditesh Shashikant Gathani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/118943: New port: databases/pecl-mdbtools A PECL extension for the mdbtools library 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: Sat, 22 Dec 2007 04:10:02 -0000 >Number: 118943 >Category: ports >Synopsis: New port: databases/pecl-mdbtools A PECL extension for the mdbtools library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 22 04:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Ditesh Shashikant Gathani >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: A PECL extension to provide read access to MDB data files as used by Microsoft Access and its underlying JetEngine. It is based on libmdb from the mdbtools package. WWW: http://pecl.php.net/package/mdbtools >How-To-Repeat: Not applicable. >Fix: shar file, as attached. Patch attached with submission follows: # 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: # # . # ./pkg-descr # ./distinfo # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XA PECL extension to provide read access to MDB data files as used by Microsoft XAccess and its underlying JetEngine. It is based on libmdb from the mdbtools Xpackage. X XWWW: http://pecl.php.net/package/mdbtools X X- Ditesh Shashikant Gathani Xditesh@gathani.org END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (PECL/mdbtools-1.0.0.tgz) = 758f844257c50dbd07c2b9a67a83954b XSHA256 (PECL/mdbtools-1.0.0.tgz) = 2bfa5a41e5617eb2e0b7ef6554ef9727fe6183c094f8fcc1eb64fb56c00f5a11 XSIZE (PECL/mdbtools-1.0.0.tgz) = 8783 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: pecl-mdbtools X# Date created: 22 December 2007 X# Whom: Ditesh Shashikant Gathani X# X# $FreeBSD$ X# X XPORTNAME= mdbtools XPORTVERSION= 1.0.0 XCATEGORIES= databases pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= ditesh@gathani.org XCOMMENT= A PECL extension for the mdbtools library X XUSE_PHP= yes XUSE_PHPEXT= yes XUSE_PHP_BUILD= yes XBUILD_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools XRUN_DEPENDS= ${BUILD_DEPENDS} X XCONFIGURE_ARGS= --enable-mdbtools X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: