Skip to content

Commit 337e9e1

Browse files
author
manu
committed
Added textproc/php-pecl-spell version 1.0.1
PHP is a programming language designed to be embedded into web pages. This module provides support for pspell (spell checking) for PHP >= 8.4.0 For earlier PHP versions, use textproc/php-pspell
1 parent 3fec93a commit 337e9e1

5 files changed

Lines changed: 32 additions & 2 deletions

File tree

doc/CHANGES-2026

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
Changes 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]

textproc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -1028,6 +1028,7 @@ SUBDIR+= php-enchant
10281028
SUBDIR+= php-intl
10291029
SUBDIR+= php-json
10301030
SUBDIR+= php-mecab
1031+
SUBDIR+= php-pecl-pspell
10311032
SUBDIR+= php-pspell
10321033
SUBDIR+= php-sphinx
10331034
SUBDIR+= php-wddx

textproc/php-pecl-pspell/DESCR

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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+

textproc/php-pecl-pspell/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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"

textproc/php-pecl-pspell/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)