./converters/php-iconv, PHP extension for character set conversion

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.4.26, Package name: php74-iconv-7.4.26, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.
This module provides character set conversion facility, using iconv()
programming interface.


Required to run:
[lang/php56]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 10176.012 KB

Version history: (Expand)


CVS history: (Expand)


   2021-03-07 09:06:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
converters/php-iconv: fix dependency

Do not hardcord php-iconv's version in buildlink3.mk.
   2021-01-03 07:45:45 by Takahiro Kambe | Files touched by this commit (1)
Log message:
converters/php-iconv: add buildlink3.mk

Add buildlink3.mk file for newer www/php-http3 package.
   2018-01-05 04:14:52 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: reset PKGREVISION

Reset PKGREVISION with updating of all lang/php* packages.
   2017-12-09 03:23:07 by Takahiro Kambe | Files touched by this commit (2)
Log message:
converters/php-iconv: Install header file <ext/iconv/php_iconv.h>

Install header file ext/iconv/php_iconv.h to fix build problem of
www/php-http and www/php-http3.

Bump PKGREVISION.
   2012-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2006-06-04 18:26:56 by Joerg Sonnenberger | Files touched by this commit (73)
Log message:
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
   2006-06-02 20:28:01 by Joerg Sonnenberger | Files touched by this commit (136)
Log message:
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.