aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-07-28 11:37:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-07-28 13:15:17 +0000
commit5f5ed587c5dc14429a1ddae9d31a0252e9864d57 (patch)
tree96b428bca59b7408262804fae5027672a99d738d /textproc
parent42db2c39e566955903a9176e0a4c4c7589d5aaca (diff)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/pecl-pspell/Makefile19
-rw-r--r--textproc/pecl-pspell/distinfo3
-rw-r--r--textproc/pecl-pspell/pkg-descr2
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 61eab8f480ee..7cfb3d8dc297 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1250,6 +1250,7 @@
SUBDIR += pear-XML_HTMLSax
SUBDIR += pear-XML_Wddx
SUBDIR += pear-YAML
+ SUBDIR += pecl-pspell
SUBDIR += pecl-xdiff2
SUBDIR += pecl-yaml
SUBDIR += pecl-zephir_parser
diff --git a/textproc/pecl-pspell/Makefile b/textproc/pecl-pspell/Makefile
new file mode 100644
index 000000000000..9e6dd5ff9197
--- /dev/null
+++ b/textproc/pecl-pspell/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= pspell
+DISTVERSION= 1.0.1
+CATEGORIES= textproc
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= Shared community extension for pspell
+WWW= https://github.com/php/pecl-text-pspell
+
+LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libaspell.so:textproc/aspell
+
+USES= php:pecl
+IGNORE_WITH_PHP= 81 82 83
+
+TEST_TARGET= test
+
+.include <bsd.port.mk>
diff --git a/textproc/pecl-pspell/distinfo b/textproc/pecl-pspell/distinfo
new file mode 100644
index 000000000000..dad94f326696
--- /dev/null
+++ b/textproc/pecl-pspell/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1722163315
+SHA256 (PECL/pspell-1.0.1.tgz) = 585441202e3a53e7b5190b38c2f8438d37b53845448d28af5f904cf65c56c02f
+SIZE (PECL/pspell-1.0.1.tgz) = 10850
diff --git a/textproc/pecl-pspell/pkg-descr b/textproc/pecl-pspell/pkg-descr
new file mode 100644
index 000000000000..af1f0d62210c
--- /dev/null
+++ b/textproc/pecl-pspell/pkg-descr
@@ -0,0 +1,2 @@
+This extension allows you to check the spelling of a word and offer
+suggestions using aspell.