File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $NetBSD: CHANGES-2026,v 1.1114 2026/02/15 16:19:19 wiz Exp $
1+ $NetBSD: CHANGES-2026,v 1.1115 2026/02/15 16:46:07 manu Exp $
22
33Changes to the packages collection and infrastructure in 2026:
44
@@ -1489,3 +1489,4 @@ Changes to the packages collection and infrastructure in 2026:
14891489 Updated devel/py-line_profiler to 5.0.1 [adam 2026-02-15]
14901490 Updated devel/py-trio to 0.33.0 [adam 2026-02-15]
14911491 Added multimedia/uxplay version 1.73.3 [wiz 2026-02-15]
1492+ Added textproc/php-pecl-spell version 1.0.1 [manu 2026-02-15]
Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.1572 2026/02/07 01:01:48 gdt Exp $
1+ # $NetBSD: Makefile,v 1.1573 2026/02/15 16:46:07 manu Exp $
22#
33
44COMMENT = Text processing utilities (does not include desktop publishing)
@@ -1028,6 +1028,7 @@ SUBDIR+= php-enchant
10281028SUBDIR+ = php-intl
10291029SUBDIR+ = php-json
10301030SUBDIR+ = php-mecab
1031+ SUBDIR+ = php-pecl-pspell
10311032SUBDIR+ = php-pspell
10321033SUBDIR+ = php-sphinx
10331034SUBDIR+ = php-wddx
Original file line number Diff line number Diff line change 1+ PHP is a programming language designed to be embedded into web pages.
2+ This module provides support for pspell (spell checking) for PHP >= 8.4.0
3+
Original file line number Diff line number Diff line change 1+ # $NetBSD: Makefile,v 1.1 2026/02/15 16:46:07 manu Exp $
2+
3+ MODNAME = pspell
4+ PECL_VERSION = 1.0.1
5+ CATEGORIES+ = textproc
6+
7+ MAINTAINER = pkgsrc-users@NetBSD.org
8+ COMMENT = PHP extension for pspell support, for PHP >= 8.4
9+ # PKGREVISION= 1
10+ LICENSE = php
11+
12+ PHP_VERSIONS_ACCEPTED = 84
13+
14+ USE_TOOLS+ = pkg-config
15+
16+ CONFIGURE_ARGS+ = --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
17+
18+ .include "../../lang/php/ext.mk"
19+ .include "../../textproc/aspell/buildlink3.mk"
20+ .include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1+ $NetBSD: distinfo,v 1.1 2026/02/15 16:46:07 manu Exp $
2+
3+ BLAKE2s (php-pspell/pspell-1.0.1.tgz) = c36259ba8176ba75ad285534d7ca22529e5c6d494175694e21cc75077c2afc88
4+ SHA512 (php-pspell/pspell-1.0.1.tgz) = b7c464c8c34fb9aa202bb4fa08ba8880b15a912104e491fc5a4702610378bf853730cf275430cefd58cadb0994281d2d277f0ae4833fd23c1cd34d806831e3a5
5+ Size (php-pspell/pspell-1.0.1.tgz) = 10850 bytes
You can’t perform that action at this time.
0 commit comments