Date: Mon, 1 Feb 1999 01:09:49 +0300 (MSK) From: Dima Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9847: New port - urlget Message-ID: <199901312209.BAA00891@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901312209.BAA00891>