aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 12:36:19 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 12:36:19 +0000
commit3dece93ee25ebf53be8b1293a73affc41d500e2c (patch)
tree185ef682734202845bdc727c6423b7fd5bd9f562 /textproc
parentb731ccdbfc5cf2d74ba2737f0e8d2c2b9e53d080 (diff)
downloadports-3dece93ee25ebf53be8b1293a73affc41d500e2c.tar.gz
ports-3dece93ee25ebf53be8b1293a73affc41d500e2c.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-AI-Categorizer/Makefile3
-rw-r--r--textproc/p5-EBook-Tools/Makefile2
-rw-r--r--textproc/p5-Getopt-Lucid/Makefile8
-rw-r--r--textproc/p5-HTML-SBC/Makefile4
-rw-r--r--textproc/p5-Hatena-Keyword/Makefile2
-rw-r--r--textproc/p5-Perl-Critic/Makefile3
-rw-r--r--textproc/p5-Perl-MinimumVersion/Makefile2
-rw-r--r--textproc/p5-Petal/Makefile5
-rw-r--r--textproc/p5-Plucene/Makefile5
-rw-r--r--textproc/p5-Pod-Abstract/Makefile2
-rw-r--r--textproc/p5-Search-Estraier/Makefile4
-rw-r--r--textproc/p5-Text-RecordParser/Makefile3
-rw-r--r--textproc/p5-Text-SpellChecker/Makefile4
-rw-r--r--textproc/p5-Text-WordDiff/Makefile2
14 files changed, 22 insertions, 27 deletions
diff --git a/textproc/p5-AI-Categorizer/Makefile b/textproc/p5-AI-Categorizer/Makefile
index fd6a46e7e7c9..18229a9ba9a2 100644
--- a/textproc/p5-AI-Categorizer/Makefile
+++ b/textproc/p5-AI-Categorizer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= AI-Categorizer
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,11 +16,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Automatic Text Categorization
BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
- ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/Statistics/Contingency.pm:${PORTSDIR}/math/p5-Statistics-Contingency \
${SITE_PERL}/Lingua/Stem.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \
- ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/Time/Progress.pm:${PORTSDIR}/devel/p5-Time-Progress \
${SITE_PERL}/${PERL_ARCH}/Algorithm/SVM.pm:${PORTSDIR}/devel/p5-Algorithm-SVM \
${SITE_PERL}/${PERL_ARCH}/AI/DecisionTree.pm:${PORTSDIR}/math/p5-AI-DecisionTree \
diff --git a/textproc/p5-EBook-Tools/Makefile b/textproc/p5-EBook-Tools/Makefile
index 95ece98bb2db..a4f2ef850f87 100644
--- a/textproc/p5-EBook-Tools/Makefile
+++ b/textproc/p5-EBook-Tools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= EBook-Tools
PORTVERSION= 0.4.6
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,7 +22,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
- ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
${SITE_PERL}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm \
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile
index c89952153e5b..e3b2ea41f885 100644
--- a/textproc/p5-Getopt-Lucid/Makefile
+++ b/textproc/p5-Getopt-Lucid/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Getopt-Lucid
PORTVERSION= 0.18
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,11 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing
-BUILD_DEPENDS+= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
- p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
- p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \
- p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable \
- p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
+ p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch
RUN_DEPENDS+= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.6.0+
diff --git a/textproc/p5-HTML-SBC/Makefile b/textproc/p5-HTML-SBC/Makefile
index b16e03cfcdc9..affcf9a419b4 100644
--- a/textproc/p5-HTML-SBC/Makefile
+++ b/textproc/p5-HTML-SBC/Makefile
@@ -7,6 +7,7 @@
PORTNAME= HTML-SBC
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple blog code to valid XHTML
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
+BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Hatena-Keyword/Makefile b/textproc/p5-Hatena-Keyword/Makefile
index 30b0c11682ea..2e43d75a93f6 100644
--- a/textproc/p5-Hatena-Keyword/Makefile
+++ b/textproc/p5-Hatena-Keyword/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Hatena-Keyword
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/N/NA/NAOYA
@@ -21,7 +22,6 @@ BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \
p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \
- p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile
index 00fa82dfdceb..348328a4c699 100644
--- a/textproc/p5-Perl-Critic/Makefile
+++ b/textproc/p5-Perl-Critic/Makefile
@@ -8,6 +8,7 @@
PORTNAME= Perl-Critic
PORTVERSION= 1.10.5
+PORTREVISION= 1
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,10 +20,8 @@ COMMENT= Critique Perl source for style and standards
RUN_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \
p5-Config-Tiny>=2:${PORTSDIR}/devel/p5-Config-Tiny \
p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
- p5-File-Path>=0:${PORTSDIR}/devel/p5-File-Path \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
p5-List-MoreUtils>=0.19:${PORTSDIR}/lang/p5-List-MoreUtils \
- p5-Module-Pluggable>=3.1:${PORTSDIR}/devel/p5-Module-Pluggable \
p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \
p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile
index d4adf9b66d04..e4f8f137886d 100644
--- a/textproc/p5-Perl-MinimumVersion/Makefile
+++ b/textproc/p5-Perl-MinimumVersion/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Perl-MinimumVersion
PORTVERSION= 1.24
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,7 +20,6 @@ RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \
p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \
p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \
- p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-version>=0.76:${PORTSDIR}/devel/p5-version
BUILD_DEPENDS= ${RUN_DEPENDS}
diff --git a/textproc/p5-Petal/Makefile b/textproc/p5-Petal/Makefile
index 1cad91df3d9e..bb03ca15ad3a 100644
--- a/textproc/p5-Petal/Makefile
+++ b/textproc/p5-Petal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Petal
PORTVERSION= 2.19
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BP/BPOSTLE
@@ -15,9 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl Template Attribute Language - TAL for Perl!
-BUILD_DEPENDS= ${SITE_PERL}/MKDoc/XML.pm:${PORTSDIR}/textproc/p5-MKDoc-XML \
- ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+BUILD_DEPENDS= ${SITE_PERL}/MKDoc/XML.pm:${PORTSDIR}/textproc/p5-MKDoc-XML
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Petal.3 \
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile
index 7624ef052a3b..f9d6b4a92137 100644
--- a/textproc/p5-Plucene/Makefile
+++ b/textproc/p5-Plucene/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Plucene
PORTVERSION= 1.25
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TM/TMTM
@@ -16,8 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl port of the Java Lucene search engine
-BUILD_DEPENDS= ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \
- ${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-Sorted \
+BUILD_DEPENDS= ${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-Sorted \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
${SITE_PERL}/Class/Virtual.pm:${PORTSDIR}/devel/p5-Class-Virtual \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
diff --git a/textproc/p5-Pod-Abstract/Makefile b/textproc/p5-Pod-Abstract/Makefile
index 58965202b038..56a12ba76159 100644
--- a/textproc/p5-Pod-Abstract/Makefile
+++ b/textproc/p5-Pod-Abstract/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Pod-Abstract
PORTVERSION= 0.19
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +16,6 @@ MAINTAINER= cm@therek.net
COMMENT= Abstract document tree for Perl POD documents
BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
- ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/Task/Weaken.pm:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/textproc/p5-Search-Estraier/Makefile b/textproc/p5-Search-Estraier/Makefile
index d95fdc159bf1..ed9f0ebff4ce 100644
--- a/textproc/p5-Search-Estraier/Makefile
+++ b/textproc/p5-Search-Estraier/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Search-Estraier
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Pure perl module to use Hyper Estraier search engine
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
+BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile
index 6c38fe65a075..865bd47e9319 100644
--- a/textproc/p5-Text-RecordParser/Makefile
+++ b/textproc/p5-Text-RecordParser/Makefile
@@ -6,6 +6,7 @@
PORTNAME= Text-RecordParser
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +18,7 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
- p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/textproc/p5-Text-SpellChecker/Makefile b/textproc/p5-Text-SpellChecker/Makefile
index 511817f4c175..21de4f98789b 100644
--- a/textproc/p5-Text-SpellChecker/Makefile
+++ b/textproc/p5-Text-SpellChecker/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Text-SpellChecker
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl5 OO interface for spell-checking a block of text
-RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
- p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell
+RUN_DEPENDS= p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile
index 2c67dfcedddd..b32db1ca8e15 100644
--- a/textproc/p5-Text-WordDiff/Makefile
+++ b/textproc/p5-Text-WordDiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Text-WordDiff
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +16,6 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Track changes between documents
RUN_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
- ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
PERL_MODBUILD= yes