Date: Thu, 21 Oct 2010 18:54:56 GMT From: Toomas Aas <toomas@median.ee> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/151633: New port: databases/pecl-dbase Message-ID: <201010211854.o9LIsuws035438@www.freebsd.org> Resent-Message-ID: <201010211900.o9LJ0Gwr097109@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 151633 >Category: ports >Synopsis: New port: databases/pecl-dbase >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: Thu Oct 21 19:00:16 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Toomas Aas >Release: 8.1-RELEASE >Organization: Median SD >Environment: FreeBSD host.domain.tld 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #1: Tue Sep 21 23:49:01 EEST 2010 toomas@host.domain.tld:/usr/obj/usr/src/sys/TVS8 amd64 >Description: According to PHP 5.3 migration guide, the dBase extension has been moved to PECL and is no longer part of the PHP distribution. Accordingly, here is the new port for use with PHP 5.3. >How-To-Repeat: >Fix: 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: # # pecl-dbase # pecl-dbase/Makefile # pecl-dbase/pkg-descr # pecl-dbase/distinfo # echo c - pecl-dbase mkdir -p pecl-dbase > /dev/null 2>&1 echo x - pecl-dbase/Makefile sed 's/^X//' >pecl-dbase/Makefile << 'df30c45b9f444040763bf91a2ea85c2a' X# New ports collection makefile for: pecl-dbase X# Date created: 2010/10/21 X# Whom: toomas <toomas@median.ee> X# X# $FreeBSD$ X# X XPORTNAME= dbase XPORTVERSION= 5.0.1 XCATEGORIES= databases pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= toomas@median.ee XCOMMENT= dBase database file access functions for PHP X XUSE_PHP= yes XUSE_PHPEXT= yes X XIGNORE_WITH_PHP= 4 52 X X.include <bsd.port.mk> df30c45b9f444040763bf91a2ea85c2a echo x - pecl-dbase/pkg-descr sed 's/^X//' >pecl-dbase/pkg-descr << '37108aa7ccbfdb3dbe5737705a71565f' XThese functions allow you to access records stored Xin dBase-format (dbf) databases from within PHP. 37108aa7ccbfdb3dbe5737705a71565f echo x - pecl-dbase/distinfo sed 's/^X//' >pecl-dbase/distinfo << 'fc5c47679837b2bb047cfb569f025461' XMD5 (PECL/dbase-5.0.1.tgz) = 126498ad931b65d94983b6abf64ffe71 XSHA256 (PECL/dbase-5.0.1.tgz) = 04dc4648185395a64b5969f723173fd377c6e2a211b52ba4ad45a442f68400aa XSIZE (PECL/dbase-5.0.1.tgz) = 13929 fc5c47679837b2bb047cfb569f025461 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211854.o9LIsuws035438>