diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:47:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:47:08 +0000 |
commit | 8c3cb8aa8ae5c9085fa3bc8d97ca6fc64789d0e3 (patch) | |
tree | 8f525bf409309ab75a98be37afde165147b348b5 | |
parent | bc47b1f8b989547b5b05875a6622bf1de9b37b96 (diff) |
Notes
-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 8e893b9ad97c..1042d861282e 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 000000000000..688d0bb646e5 --- /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 000000000000..e0c511a50a21 --- /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 000000000000..d8342434e07f --- /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 000000000000..c00b3bdf798d --- /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 000000000000..6d804ae6e293 --- /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 |