pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Aspell Import p5-Text-Aspell version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a57f9bf17433
branches:  trunk
changeset: 550255:a57f9bf17433
user:      he <he%pkgsrc.org@localhost>
date:      Tue Nov 18 05:24:43 2008 +0000

description:
Import p5-Text-Aspell version 0.09.

This module provides a Perl interface to the GNU Aspell library.
This module is to meet the need of looking up many words, one at
a time, in a single session, such as spell-checking a document in
memory.

diffstat:

 textproc/p5-Text-Aspell/DESCR            |   4 ++++
 textproc/p5-Text-Aspell/Makefile         |  22 ++++++++++++++++++++++
 textproc/p5-Text-Aspell/distinfo         |   6 ++++++
 textproc/p5-Text-Aspell/patches/patch-aa |  17 +++++++++++++++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r c1d4d36364a3 -r a57f9bf17433 textproc/p5-Text-Aspell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Aspell/DESCR     Tue Nov 18 05:24:43 2008 +0000
@@ -0,0 +1,4 @@
+This module provides a Perl interface to the GNU Aspell library.
+This module is to meet the need of looking up many words, one at
+a time, in a single session, such as spell-checking a document in
+memory.
diff -r c1d4d36364a3 -r a57f9bf17433 textproc/p5-Text-Aspell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Aspell/Makefile  Tue Nov 18 05:24:43 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 05:24:43 he Exp $
+#
+
+DISTNAME=      Text-Aspell-0.09
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5tas
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Text-Aspell/
+COMMENT=       Perl interface to the GNU Aspell library
+
+BUILD_DEPENDS+=        aspell-english>0:../../textproc/aspell-english
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Text/Aspell/.packlist
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1d4d36364a3 -r a57f9bf17433 textproc/p5-Text-Aspell/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Aspell/distinfo  Tue Nov 18 05:24:43 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/18 05:24:43 he Exp $
+
+SHA1 (Text-Aspell-0.09.tar.gz) = 2065e1b8375e613477ba6148a53424bff1addf24
+RMD160 (Text-Aspell-0.09.tar.gz) = f1860460223590f090c819375631e68beeb99870
+Size (Text-Aspell-0.09.tar.gz) = 13548 bytes
+SHA1 (patch-aa) = bee692ad8f0854e20dcba8f73ddff3682e6b8a6f
diff -r c1d4d36364a3 -r a57f9bf17433 textproc/p5-Text-Aspell/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Aspell/patches/patch-aa  Tue Nov 18 05:24:43 2008 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/11/18 05:24:43 he Exp $
+
+Trick MakeMaker into actually emitting the use of -laspell
+in the Makefile.  It'll use the library set up by buildlink
+when it's actually built.
+
+--- Makefile.PL.orig   2008-11-18 05:20:30.000000000 +0000
++++ Makefile.PL
+@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
+ WriteMakefile(
+     NAME          => 'Text::Aspell',
+     VERSION_FROM  => 'Aspell.pm',
+-    LIBS          => ['-laspell'],
++    LIBS          => ["-L$ENV{PREFIX}/lib -laspell"],
+     XSPROTOARG    => '-noprototypes',
+     PREREQ_PM     => {
+         'Test::More'    => 0,



Home | Main Index | Thread Index | Old Index