Commit graph

12 commits

Author SHA1 Message Date
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
taca
48459b03c2 Reset PKGREVISION by updating both php53 and php54. 2012-10-19 14:58:31 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
taca
ae28d6f0d6 Remove PHP 5.2.x supporting code. 2012-06-18 15:14:19 +00:00
taca
60cbca5de4 Use bundled version instead of PECL release for PHP 5.2.x. 2012-06-16 03:02:09 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
obache
bdaf2325dc Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default.

It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.

To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
2011-12-17 13:46:27 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
jdolecek
2757aa07a8 switch php-enchant to use PECL module (version 1.1.0), so that it's also usable with PHP 5.2.*
compilation tested with PHP 5.2.13 and 5.3.2 on Mac OS X 10.6.2, NetBSD 5.0.1

slightly adjust COMMENT
2010-03-21 12:42:08 +00:00
taca
ecb2b6d557 Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successor
of php-pspell.


PHP is a programming language designed to be embedded into web pages.
This module provides support for enchant support.

Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:

	- aspell/pspell (intended to replace ispell)
	- hspell (hebrew)
	- ispell
	- myspell/hunspell (OpenOffice project, mozilla)
	- uspell (primarily Yiddish, Hebrew, and Eastern European languages)

A plugin system allows to add custom spell support,
see http://www.abisource.com/enchant/.
2010-03-16 15:42:44 +00:00