From 33a19859f1c1f9f59e0625e33e6a1b61da9032d5 Mon Sep 17 00:00:00 2001 From: will Date: Wed, 3 Jan 2001 23:47:08 +0000 Subject: Add p5-WWW-Babelfish 0.09, perl interface to obtain translations from the babelfish server. --- www/Makefile | 1 + www/p5-WWW-Babelfish/Makefile | 27 +++++++++++++++++++++++++++ www/p5-WWW-Babelfish/distinfo | 1 + www/p5-WWW-Babelfish/pkg-comment | 1 + www/p5-WWW-Babelfish/pkg-descr | 6 ++++++ www/p5-WWW-Babelfish/pkg-plist | 5 +++++ 6 files changed, 41 insertions(+) create mode 100644 www/p5-WWW-Babelfish/Makefile create mode 100644 www/p5-WWW-Babelfish/distinfo create mode 100644 www/p5-WWW-Babelfish/pkg-comment create mode 100644 www/p5-WWW-Babelfish/pkg-descr create mode 100644 www/p5-WWW-Babelfish/pkg-plist diff --git a/www/Makefile b/www/Makefile index 8e893b9..1042d86 100644 --- a/www/Makefile +++ b/www/Makefile @@ -168,6 +168,7 @@ SUBDIR += p5-HTML-Tree SUBDIR += p5-HTTPD-Tools SUBDIR += p5-ParallelUA + SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Search SUBDIR += p5-libapreq SUBDIR += p5-libwww diff --git a/www/p5-WWW-Babelfish/Makefile b/www/p5-WWW-Babelfish/Makefile new file mode 100644 index 0000000..688d0bb --- /dev/null +++ b/www/p5-WWW-Babelfish/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: WWW-Babelfish +# Date created: Wed Jan 3 08:00:30 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= WWW-Babelfish +PORTVERSION= 0.09 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww perl5 +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= WWW::Babelfish.3 + +.include diff --git a/www/p5-WWW-Babelfish/distinfo b/www/p5-WWW-Babelfish/distinfo new file mode 100644 index 0000000..e0c511a --- /dev/null +++ b/www/p5-WWW-Babelfish/distinfo @@ -0,0 +1 @@ +MD5 (WWW-Babelfish-0.09.tar.gz) = 163a11fef1bda8f54b5f3048590830d0 diff --git a/www/p5-WWW-Babelfish/pkg-comment b/www/p5-WWW-Babelfish/pkg-comment new file mode 100644 index 0000000..d834243 --- /dev/null +++ b/www/p5-WWW-Babelfish/pkg-comment @@ -0,0 +1 @@ +Perl interface to obtain translations from the babelfish server diff --git a/www/p5-WWW-Babelfish/pkg-descr b/www/p5-WWW-Babelfish/pkg-descr new file mode 100644 index 0000000..c00b3bd --- /dev/null +++ b/www/p5-WWW-Babelfish/pkg-descr @@ -0,0 +1,6 @@ +WWW::Babelfish is a perl interface to obtain translations of text from +babelfish.altavista.digital.com. + +Author: Daniel J. Urist + +--will diff --git a/www/p5-WWW-Babelfish/pkg-plist b/www/p5-WWW-Babelfish/pkg-plist new file mode 100644 index 0000000..6d804ae --- /dev/null +++ b/www/p5-WWW-Babelfish/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/WWW/Babelfish.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/WWW/Babelfish/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Babelfish/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Babelfish +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/WWW/Babelfish -- cgit v1.1