aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-dbase
Commit message (Collapse)AuthorAgeFilesLines
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-5/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* Mark ports not building with PHP 7.1.Mathieu Arnold2017-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=433543
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-2/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Ignore php70Martin Wilke2016-02-181-0/+1
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* - StageifyMartin Wilke2014-01-231-1/+0
| | | | | | | - Take maintainership of a few ports Notes: svn path=/head/; revision=340835
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove php4 referenceMartin Wilke2013-05-131-2/+0
| | | | Notes: svn path=/head/; revision=318115
* - Update to 5.1.0Jason E. Hale2012-10-302-8/+4
| | | | | | | | | | | | - Trim Makefile header PR: ports/173196 Submitted by: Toomas Aas <toomas@median.ee> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306728
* * Update IGNORE_WITH_PHP to only include 4 as this works with php 5.2.Martin Wilke2010-12-202-2/+3
| | | | | | | | | | | | * Add LICENSE=PHP301 - http://pecl.php.net/package/dbase - depends on ports/152927 * Remove MD5 line from distinfo. PR: 152935 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: maintainer Notes: svn path=/head/; revision=266617
* These functions allow you to access records storedMartin Wilke2010-11-043-0/+29
in dBase-format (dbf) databases from within PHP. WWW: http://pecl.php.net/package/dbase PR: ports/151633 Submitted by: toomas aas <toomas at median.ee> Notes: svn path=/head/; revision=264017