From owner-freebsd-ports Sun Jan 31 14:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29764 for freebsd-ports-outgoing; Sun, 31 Jan 1999 14:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29740 for ; Sun, 31 Jan 1999 14:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA73791; Sun, 31 Jan 1999 14:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29659 for ; Sun, 31 Jan 1999 14:09:51 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id BAA00891; Mon, 1 Feb 1999 01:09:49 +0300 (MSK) Message-Id: <199901312209.BAA00891@netserv1.chg.ru> Date: Mon, 1 Feb 1999 01:09:49 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9847: New port - urlget Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9847 >Category: ports >Synopsis: New port - urlget >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 14:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: urlget - program to retreive files from web. Allows to use proxy. >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 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./pkg/MESSAGE # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: urlget X# Version required: 3.12 X# Date created: 31 January 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= urlget-3.12 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/www/mirroring X XMAINTAINER= dima@chg.ru X XALL_TARGET= X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/urlget ${PREFIX}/bin/ X @ ${MKDIR} ${PREFIX}/share/urlget X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/urlget/ X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- config.h.orig Mon Feb 1 00:36:10 1999 X+++ config.h Mon Feb 1 00:36:27 1999 X@@ -82,7 +82,7 @@ X #ifdef HAVE_STRCASECMP X /* this is for "-ansi -Wall -pedantic" to stop complaining! */ X extern int strcasecmp(const char *s1, const char *s2); X-int fileno( FILE *stream); X+/* int fileno( FILE *stream); */ X #endif X X #endif END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xurlget - get a file from a FTP, HTTP or GOPHER server END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XUrlget is a client to get documents/files from servers, using any of the Xsupported protocols. The program is designed to work without user Xinteraction. Urlget may use web cache when fetching the data. X Xhttp://www.inf.ufrgs.br/~sagula/urlget.html X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/urlget Xshare/urlget/README X@dirrm share/urlget END-of-./pkg/PLIST echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XThis program has no manual pages. Please refer to the share/urlget/README file Xfor the usage information. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (urlget-3.12.tar.gz) = e706e4c2597c88d78c165e485df7f33a END-of-./files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message