2005-07-18 06:47:09 -04:00
|
|
|
# New ports collection makefile for: p5-Text-NSP
|
|
|
|
# Date created: Sep 30 2004
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-NSP
|
2008-04-01 07:18:04 -04:00
|
|
|
PORTVERSION= 1.09
|
2005-07-18 06:47:09 -04:00
|
|
|
CATEGORIES= textproc perl5
|
2008-03-27 21:03:41 -04:00
|
|
|
MASTER_SITES= CPAN
|
2005-07-18 06:47:09 -04:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Perl5 modules for Ngram Statistics Package
|
|
|
|
|
2007-09-07 21:12:10 -04:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2005-07-18 06:47:09 -04:00
|
|
|
|
|
|
|
MAN1= combig.pl.1 count.pl.1 \
|
|
|
|
huge-combine.pl.1 huge-count.pl.1 \
|
|
|
|
kocos.pl.1 rank.pl.1 \
|
|
|
|
sort-bigrams.pl.1 split-data.pl.1 statistic.pl.1
|
2006-06-25 10:43:48 -04:00
|
|
|
MAN3= Text::NSP.3 \
|
|
|
|
Text::NSP::Measures.3 \
|
2006-04-22 22:37:05 -04:00
|
|
|
Text::NSP::Measures::2D.3 \
|
2006-06-25 10:43:48 -04:00
|
|
|
Text::NSP::Measures::2D::CHI.3 \
|
|
|
|
Text::NSP::Measures::2D::CHI::phi.3 \
|
2006-04-22 22:37:05 -04:00
|
|
|
Text::NSP::Measures::2D::CHI::tscore.3 \
|
2006-06-25 10:43:48 -04:00
|
|
|
Text::NSP::Measures::2D::CHI::x2.3 \
|
|
|
|
Text::NSP::Measures::2D::Dice.3 \
|
|
|
|
Text::NSP::Measures::2D::Dice::dice.3 \
|
|
|
|
Text::NSP::Measures::2D::Dice::jaccard.3 \
|
2006-04-22 22:37:05 -04:00
|
|
|
Text::NSP::Measures::2D::Fisher.3 \
|
|
|
|
Text::NSP::Measures::2D::Fisher2.3 \
|
|
|
|
Text::NSP::Measures::2D::Fisher2::left.3 \
|
|
|
|
Text::NSP::Measures::2D::Fisher2::right.3 \
|
|
|
|
Text::NSP::Measures::2D::Fisher2::twotailed.3 \
|
|
|
|
Text::NSP::Measures::2D::Fisher::left.3 \
|
2006-06-25 10:43:48 -04:00
|
|
|
Text::NSP::Measures::2D::Fisher::right.3 \
|
2006-04-22 22:37:05 -04:00
|
|
|
Text::NSP::Measures::2D::Fisher::twotailed.3 \
|
|
|
|
Text::NSP::Measures::2D::MI.3 \
|
2006-06-25 10:43:48 -04:00
|
|
|
Text::NSP::Measures::2D::MI::ll.3 \
|
|
|
|
Text::NSP::Measures::2D::MI::pmi.3 \
|
|
|
|
Text::NSP::Measures::2D::MI::ps.3 \
|
|
|
|
Text::NSP::Measures::2D::MI::tmi.3 \
|
|
|
|
Text::NSP::Measures::2D::odds.3 \
|
2006-04-22 22:37:05 -04:00
|
|
|
Text::NSP::Measures::3D.3 \
|
|
|
|
Text::NSP::Measures::3D::MI.3 \
|
|
|
|
Text::NSP::Measures::3D::MI::ll.3 \
|
2006-06-25 10:43:48 -04:00
|
|
|
Text::NSP::Measures::3D::MI::pmi.3 \
|
|
|
|
Text::NSP::Measures::3D::MI::ps.3 \
|
2006-04-22 22:37:05 -04:00
|
|
|
Text::NSP::Measures::3D::MI::tmi.3
|
2005-07-18 06:47:09 -04:00
|
|
|
|
2008-03-27 21:03:41 -04:00
|
|
|
DOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
|
|
|
|
doc/NSP-Class-diagram.png doc/README.pod doc/TODO.pod \
|
|
|
|
doc/USAGE.pod doc/cicling2003.pdf doc/cicling2003.ps \
|
2005-07-18 06:47:09 -04:00
|
|
|
|
2006-06-26 21:11:36 -04:00
|
|
|
.ifndef (NOPORTDOCS)
|
2005-07-18 06:47:09 -04:00
|
|
|
post-install:
|
2006-06-26 21:11:36 -04:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for FILE in ${DOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
@${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}"
|
2005-07-18 06:47:09 -04:00
|
|
|
.endif
|
2006-06-26 21:11:36 -04:00
|
|
|
|
2007-09-07 21:12:10 -04:00
|
|
|
.include <bsd.port.mk>
|