mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Web Mirroring Program
This commit is contained in:
parent
9cabac368f
commit
684ca7c6a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3764
24
www/webcopy/Makefile
Normal file
24
www/webcopy/Makefile
Normal file
@ -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>
|
1
www/webcopy/distinfo
Normal file
1
www/webcopy/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (webcopy.tgz) = 94bbf478c23382474951c09c8687d686
|
54
www/webcopy/files/patch-aa
Normal file
54
www/webcopy/files/patch-aa
Normal file
@ -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:
|
||||
|
23
www/webcopy/files/patch-ab
Normal file
23
www/webcopy/files/patch-ab
Normal file
@ -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) ||
|
1
www/webcopy/pkg-comment
Normal file
1
www/webcopy/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
WebCopy - A Web Mirroring Program
|
6
www/webcopy/pkg-descr
Normal file
6
www/webcopy/pkg-descr
Normal file
@ -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.
|
1
www/webcopy/pkg-plist
Normal file
1
www/webcopy/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/webcopy
|
Loading…
Reference in New Issue
Block a user