Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
PHP is a programming language designed to be embedded into web pages.
This module provides support for pspell (spell checking).

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:46 asau Exp $
MODNAME= pspell
CATEGORIES+= textproc
COMMENT= PHP extension for pspell support
CONFLICTS= php-pspell-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
.include "../../lang/php/ext.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"