Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 00:21:41 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9846: New port - WebCrawl
Message-ID:  <199901312121.AAA00348@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         9846
>Category:       ports
>Synopsis:       New port - WebCrawl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 31 13:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:


New port of webcrawl program - web site downloader

>How-To-Repeat:

	

>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/COMMENT
#	./pkg/DESCR
#	./pkg/PLIST
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	webcrawl
X# Version required:	1.00
X# Date created:		31 January 1999
X# Whom:			Dima Sivachenko
X#
X# $Id:$
X#
X
XDISTNAME=	webcrawl-1.00
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	apps/www/mirroring
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	dima@chg.ru
X
XALL_TARGET=
X
XMAN1=		webcrawl.1
X
Xdo-install:
X		@ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${PREFIX}/bin/
X		@ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${MAN1PREFIX}/man/man1/
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (webcrawl-1.00.tgz) = 3523479a747c2f22e24eb1f78fe517d5
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XWebCrawl - download web sites, following links
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XWebCrawl is a program designed to download an entire web-site without
Xuser interaction (although an interactive mode is available). It works simply
Xby starting with a single web page, and following all links from that page
Xto attempt to recreate the directory structure on the remote server.
X
X--Dima
Xdima@chg.ru
END-of-./pkg/DESCR
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/webcrawl
END-of-./pkg/PLIST
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901312121.AAA00348>