diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:47:08 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:47:08 +0000 |
commit | 33a19859f1c1f9f59e0625e33e6a1b61da9032d5 (patch) | |
tree | 1a116fdac20606a030321e8ce93685d41ebd1fc9 /www | |
parent | 4b376bf533f80958d664d04c1cfcd716909d5fd0 (diff) | |
download | FreeBSD-ports-33a19859f1c1f9f59e0625e33e6a1b61da9032d5.zip FreeBSD-ports-33a19859f1c1f9f59e0625e33e6a1b61da9032d5.tar.gz |
Add p5-WWW-Babelfish 0.09, perl interface to obtain translations from the
babelfish server.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Babelfish/Makefile | 27 | ||||
-rw-r--r-- | www/p5-WWW-Babelfish/distinfo | 1 | ||||
-rw-r--r-- | www/p5-WWW-Babelfish/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-WWW-Babelfish/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-WWW-Babelfish/pkg-plist | 5 |
6 files changed, 41 insertions, 0 deletions
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 <bsd.port.mk> 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 <durist@world.std.com> + +--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 |