openbsd-ports/www/w3mir/Makefile
avsm d4a69af308 Import of w3mir-1.0.9
From Jeff Bachtel <jeff@cepheid.org>, reviewed by naddy@

--
w3mir is a all purpose HTTP copying and mirroring tool. The main
focus of w3mir is to create and maintain a browseable copy of one,
or several, remote WWW site(s). Used to the max w3mir can retrieve
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.

w3mir's goal is to be able to make useful mirrors of any reasonable
WWW site. It specifically preserves link integrity within the
mirrored documents as well as the integrety of links outside the
mirror, following redirects as needed. If you want it to. w3mir has
a powerful ``multi-scope'' mechanism enabling the user to make
mirrors of several related sites and have links between them refer
to the mirrored documents rather than the original site. w3mir has
several features directed at getting mirrors for CDROM burning and
handling of some not too often seen problems when mirroring.

w3mir supports HTML4, and has partial support for CSS, Java and
ActiveX.
2000-11-30 15:44:32 +00:00

27 lines
670 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/11/30 15:44:32 avsm Exp $
DISTNAME= w3mir-1.0.9
CATEGORIES= www
NEED_VERSION= 1.340
HOMEPAGE= http://langfeldt.net/w3mir/
MAINTAINER= Jeff Bachtel <jeff@cepheid.org>
# Artistic license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ${PERL_MODULES}/URI.pm::www/p5-URI \
${PERL_MODULES}/LWP.pm::www/p5-libwww \
${PERL_MODULES}/${ARCH}-openbsd/MIME/Base64.pm::converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>