Date: 31 Jan 1999 13:28:10 -0000 From: kkenn@rebel.net.au To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9839: New port - www/snarf Message-ID: <19990131132810.45763.qmail@morden.rebel.net.au>
next in thread | raw e-mail | index | archive | help
>Number: 9839 >Category: ports >Synopsis: New port - www/snarf >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 05:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-4.0 >Organization: FreeBSD >Environment: >Description: This is a port of snarf, yet another small utility for fetching data via http/ftp/gopher/finger. >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: # # snarf/ # snarf/pkg # snarf/pkg/PLIST # snarf/pkg/COMMENT # snarf/pkg/DESCR # snarf/files # snarf/files/md5 # snarf/Makefile # echo c - snarf/ mkdir -p snarf/ > /dev/null 2>&1 echo c - snarf/pkg mkdir -p snarf/pkg > /dev/null 2>&1 echo x - snarf/pkg/PLIST sed 's/^X//' >snarf/pkg/PLIST << 'END-of-snarf/pkg/PLIST' Xbin/snarf END-of-snarf/pkg/PLIST echo x - snarf/pkg/COMMENT sed 's/^X//' >snarf/pkg/COMMENT << 'END-of-snarf/pkg/COMMENT' XAnother small command-line URL (http/ftp/gopher/finger) fetcher. END-of-snarf/pkg/COMMENT echo x - snarf/pkg/DESCR sed 's/^X//' >snarf/pkg/DESCR << 'END-of-snarf/pkg/DESCR' XSnarf is another small command-line URL fetcher. It supports proxying, Xhttp redirect, http and ftp resume, http and ftp authentication, as well Xas retrieving data via gopher and finger protocols. X Xhttp://www.xach.com/snarf/ END-of-snarf/pkg/DESCR echo c - snarf/files mkdir -p snarf/files > /dev/null 2>&1 echo x - snarf/files/md5 sed 's/^X//' >snarf/files/md5 << 'END-of-snarf/files/md5' XMD5 (snarf-latest.tar.gz) = 90502b4519bc150ccc330cf50f549db3 END-of-snarf/files/md5 echo x - snarf/Makefile sed 's/^X//' >snarf/Makefile << 'END-of-snarf/Makefile' X# New ports collection makefile for: snarf X# Version required: 2.0.5 X# Date created: 2 January 1999 X# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> X# X# $Id$ X# X XDISTNAME= snarf-latest XPKGNAME= snarf-2.0.5 XCATEGORIES= www XMASTER_SITES= http://www.xach.com/snarf/ X XMAINTAINER= kkennawa@physics.adelaide.edu.au X XWRKSRC= ${WRKDIR}/snarf-2.0.5/ X XGNU_CONFIGURE= yes X XMAN1= snarf.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${PREFIX}/man/man1/ X X.include <bsd.port.mk> END-of-snarf/Makefile 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?19990131132810.45763.qmail>