pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/php-pspell Initial import of php-pspell exten...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a859bd1578c
branches:  trunk
changeset: 499795:5a859bd1578c
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Sep 27 12:01:59 2005 +0000

description:
Initial import of php-pspell extension.

PHP is a programming language designed to be embedded into web pages.
This module provides support for pspell (spell checking).

Requested by Mark Thomas <thomas.s.mar at gmail dot com> on netbsd-help@.

diffstat:

 textproc/php-pspell/DESCR    |   2 ++
 textproc/php-pspell/Makefile |  13 +++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 854db5c75830 -r 5a859bd1578c textproc/php-pspell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-pspell/DESCR Tue Sep 27 12:01:59 2005 +0000
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides support for pspell (spell checking).
diff -r 854db5c75830 -r 5a859bd1578c textproc/php-pspell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-pspell/Makefile      Tue Sep 27 12:01:59 2005 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/27 12:01:59 salo Exp $
+
+MODNAME=               pspell
+CATEGORIES+=           textproc
+PKGREVISION=           # empty
+COMMENT=               PHP extension for pspell support
+
+
+CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
+
+.include "../../lang/php/ext.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index