From c573ec0c186cb75065144f1c4cb9fd7c7fabbf99 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 9 May 1998 10:20:40 +0000 Subject: HTTP mirroring tool --- www/w3mir/Makefile | 25 +++++++++++++++++++++++++ www/w3mir/distinfo | 1 + www/w3mir/pkg-comment | 1 + www/w3mir/pkg-descr | 8 ++++++++ www/w3mir/pkg-plist | 7 +++++++ 5 files changed, 42 insertions(+) create mode 100644 www/w3mir/Makefile create mode 100644 www/w3mir/distinfo create mode 100644 www/w3mir/pkg-comment create mode 100644 www/w3mir/pkg-descr create mode 100644 www/w3mir/pkg-plist (limited to 'www/w3mir') diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile new file mode 100644 index 000000000000..a416c11ad560 --- /dev/null +++ b/www/w3mir/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: w3mir +# http://www.sn.no/libwww-perl/ +# Version required: 1.0.2 +# Date created: 9 May 1998 +# Whom: ache +# +# $Id: Makefile,v 1.17 1998/04/28 14:45:37 vanilla Exp $ +# + +DISTNAME= w3mir-1.0.2 +CATEGORIES= www perl5 +MASTER_SITES= http://www.math.uio.no/~janl/w3mir/ + +MAINTAINER= ache@freebsd.org + +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= YES + +MAN1= w3mir.1 w3mfix.1 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include diff --git a/www/w3mir/distinfo b/www/w3mir/distinfo new file mode 100644 index 000000000000..68a9cdad9998 --- /dev/null +++ b/www/w3mir/distinfo @@ -0,0 +1 @@ +MD5 (w3mir-1.0.2.tar.gz) = ead5c5b76282df55dc193740051c0fa5 diff --git a/www/w3mir/pkg-comment b/www/w3mir/pkg-comment new file mode 100644 index 000000000000..49a8400f53ad --- /dev/null +++ b/www/w3mir/pkg-comment @@ -0,0 +1 @@ +all purpose HTTP copying and mirroring tool. diff --git a/www/w3mir/pkg-descr b/www/w3mir/pkg-descr new file mode 100644 index 000000000000..80235849a5b9 --- /dev/null +++ b/www/w3mir/pkg-descr @@ -0,0 +1,8 @@ + w3mir is a all purpose HTTP copying and mirroring tool. + The main focus of w3mir is to create and maintain a + browsable copy of one, or several, remote WWW site(s). + + Used to the max w3mir can retrive the contents of several + related sites and leave the mirror browseable via a local + web server, or from a filesystem, such as directly from a + CDROM. diff --git a/www/w3mir/pkg-plist b/www/w3mir/pkg-plist new file mode 100644 index 000000000000..5d97f60590d1 --- /dev/null +++ b/www/w3mir/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/w3http.pm +lib/perl5/site_perl/w3pdfuri.pm +lib/perl5/site_perl/htmlop.pm +man/man1/w3mir.1.gz +man/man1/w3mfix.1.gz +bin/w3mir +bin/w3mfix -- cgit v1.2.3