diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
commit | 684ca7c6a1d2803eb986771419a5fb4a01d28758 (patch) | |
tree | 93484a7c920d5313b0b73f1b4c1c9204c9ee273b /www/webcopy | |
parent | 9cabac368fa2e4b4903d9cfd0368a9452ad7cbe2 (diff) | |
download | ports-684ca7c6a1d2803eb986771419a5fb4a01d28758.tar.gz ports-684ca7c6a1d2803eb986771419a5fb4a01d28758.zip |
Notes
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 24 | ||||
-rw-r--r-- | www/webcopy/distinfo | 1 | ||||
-rw-r--r-- | www/webcopy/files/patch-aa | 54 | ||||
-rw-r--r-- | www/webcopy/files/patch-ab | 23 | ||||
-rw-r--r-- | www/webcopy/pkg-comment | 1 | ||||
-rw-r--r-- | www/webcopy/pkg-descr | 6 | ||||
-rw-r--r-- | www/webcopy/pkg-plist | 1 |
7 files changed, 110 insertions, 0 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile new file mode 100644 index 000000000000..4fc346ac5a7b --- /dev/null +++ b/www/webcopy/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: webcopy +# Version required: 0.98b7 +# Date created: 14 Sep 1996 +# Whom: ache +# +# $Id: Makefile,v 1.6 1996/09/11 04:44:19 asami Exp $ +# + +# WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html + +DISTNAME= webcopy-0.98b7 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/ +DISTFILES= webcopy.tgz +ALL_TARGET= + +MAINTAINER= ache@FreeBSD.ORG + +NO_PACKAGE= yes # See License at the start of the script + +do-install: + cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/www/webcopy/distinfo b/www/webcopy/distinfo new file mode 100644 index 000000000000..33e254f3bb71 --- /dev/null +++ b/www/webcopy/distinfo @@ -0,0 +1 @@ +MD5 (webcopy.tgz) = 94bbf478c23382474951c09c8687d686 diff --git a/www/webcopy/files/patch-aa b/www/webcopy/files/patch-aa new file mode 100644 index 000000000000..8feb39c4eda1 --- /dev/null +++ b/www/webcopy/files/patch-aa @@ -0,0 +1,54 @@ +*** Makefile.bak Sat Jun 8 20:42:14 1996 +--- Makefile Sat Sep 14 04:07:01 1996 +*************** +*** 32,40 **** + + # Select or change one of the following perl interpreters: + +! PERL=/usr/local/bin/perl + #PERL=/usr/local/ucb/perl +! #PERL=/usr/bin/perl + #PERL=/usr/ucb/perl + #PERL=/bin/perl + #PERL=$(HOME)/bin/perl +--- 32,40 ---- + + # Select or change one of the following perl interpreters: + +! #PERL=/usr/local/bin/perl + #PERL=/usr/local/ucb/perl +! PERL=/usr/bin/perl + #PERL=/usr/ucb/perl + #PERL=/bin/perl + #PERL=$(HOME)/bin/perl +*************** +*** 43,56 **** + + # Select or change one of the following WebCopy destination: + +! DESTINATION=webcopy.test + #DESTINATION=/usr/local/bin/webcopy + #DESTINATION=/usr/local/ucb/webcopy + #DESTINATION=/usr/bin/webcopy + #DESTINATION=/usr/ucb/webcopy + #DESTINATION=/bin/webcopy + #DESTINATION=$(HOME)/bin/webcopy +! #DESTINATION= + + # Select default perl interpreter version: + +--- 43,56 ---- + + # Select or change one of the following WebCopy destination: + +! #DESTINATION=webcopy.test + #DESTINATION=/usr/local/bin/webcopy + #DESTINATION=/usr/local/ucb/webcopy + #DESTINATION=/usr/bin/webcopy + #DESTINATION=/usr/ucb/webcopy + #DESTINATION=/bin/webcopy + #DESTINATION=$(HOME)/bin/webcopy +! DESTINATION=$(PREFIX)/bin/webcopy + + # Select default perl interpreter version: + diff --git a/www/webcopy/files/patch-ab b/www/webcopy/files/patch-ab new file mode 100644 index 000000000000..02d3a1183185 --- /dev/null +++ b/www/webcopy/files/patch-ab @@ -0,0 +1,23 @@ +*** webcopy.src.orig Sat Jun 8 20:42:14 1996 +--- webcopy.src Sat Sep 14 04:30:41 1996 +*************** +*** 1,4 **** +! #!%PERL% -- # -*- perl -*- + eval 'exec %PERL% -S $0 "$*"' + if undef; + # +--- 1,4 ---- +! #!%PERL% -- + eval 'exec %PERL% -S $0 "$*"' + if undef; + # +*************** +*** 275,280 **** +--- 275,281 ---- + &check_tag("OVERLAY", "SRC", $image) || + &check_tag("BODY", "BACKGROUND", $image) || + &check_tag("TABLE", "BACKGROUND", $image) || ++ &check_tag("EMBED", "SRC", $image) || + &check_tag("BGSOUND", "SRC", $image) || + &check_tag("FRAME", "SRC", $link) || + &check_tag("AREA", "HREF", $link) || diff --git a/www/webcopy/pkg-comment b/www/webcopy/pkg-comment new file mode 100644 index 000000000000..c9e5bf005727 --- /dev/null +++ b/www/webcopy/pkg-comment @@ -0,0 +1 @@ +WebCopy - A Web Mirroring Program diff --git a/www/webcopy/pkg-descr b/www/webcopy/pkg-descr new file mode 100644 index 000000000000..deed046fd3bb --- /dev/null +++ b/www/webcopy/pkg-descr @@ -0,0 +1,6 @@ +WebCopy is a perl program that retrieves the URL specified in a unix-like +command line. It can also retrieve recursively any file that a HTML file +references, i.e. inlined images and/or anchors, if specified with an option. + +It can be used as a "mirror" program to retrieve a tree of documents from a +remote site, and put them on-line immediately through the local server. diff --git a/www/webcopy/pkg-plist b/www/webcopy/pkg-plist new file mode 100644 index 000000000000..f173b4e088df --- /dev/null +++ b/www/webcopy/pkg-plist @@ -0,0 +1 @@ +bin/webcopy |