From owner-freebsd-ports Mon Dec 14 12:20:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06434 for freebsd-ports-outgoing; Mon, 14 Dec 1998 12:20:06 -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 MAA06394 for ; Mon, 14 Dec 1998 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11361; Mon, 14 Dec 1998 12:20:01 -0800 (PST) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA06345 for ; Mon, 14 Dec 1998 12:19:47 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 13206 invoked by uid 1003); 14 Dec 1998 20:19:40 -0000 Message-Id: <19981214201940.13205.qmail@rucus.ru.ac.za> Date: 14 Dec 1998 20:19:40 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9079: new port: www/curl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9079 >Category: ports >Synopsis: new port: www/curl >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: Mon Dec 14 12:20:00 PST 1998 >Last-Modified: >Originator: Neil Blakey-Milner >Organization: Rhodes University Computer Users' Society >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD rucus.ru.ac.za 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Wed Nov 11 10:47:28 SAT 1998 root@rucus.ru.ac.za:/usr/src/sys/compile/WOOF i386 >Description: curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, file transfer resume and more. >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: # # curl # curl/pkg # curl/pkg/COMMENT # curl/pkg/DESCR # curl/pkg/PLIST # curl/files # curl/files/md5 # curl/Makefile # echo c - curl mkdir -p curl > /dev/null 2>&1 echo c - curl/pkg mkdir -p curl/pkg > /dev/null 2>&1 echo x - curl/pkg/COMMENT sed 's/^X//' >curl/pkg/COMMENT << 'END-of-curl/pkg/COMMENT' XNon-interactive tool to get files from FTP, GOPHER, HTTP(S) servers. END-of-curl/pkg/COMMENT echo x - curl/pkg/DESCR sed 's/^X//' >curl/pkg/DESCR << 'END-of-curl/pkg/DESCR' Xcurl is a client to get documents/files from servers, using any of the Xsupported protocols. The command is designed to work without user Xinteraction or any kind of interactivity. X Xcurl offers a busload of useful tricks like proxy support, user Xauthentication, ftp upload, HTTP post, SSL (https:) connections, file Xtransfer resume and more. END-of-curl/pkg/DESCR echo x - curl/pkg/PLIST sed 's/^X//' >curl/pkg/PLIST << 'END-of-curl/pkg/PLIST' Xbin/curl END-of-curl/pkg/PLIST echo c - curl/files mkdir -p curl/files > /dev/null 2>&1 echo x - curl/files/md5 sed 's/^X//' >curl/files/md5 << 'END-of-curl/files/md5' XMD5 (curl-5.0.tar.gz) = 762bba06c3afffad7659aa3db9f27b4d END-of-curl/files/md5 echo x - curl/Makefile sed 's/^X//' >curl/Makefile << 'END-of-curl/Makefile' X# New ports collection makefile for: curl X# Version required: 5.0 X# Date created: 12 December 1998 X# Whom: Neil Blakey-Milner X# X# $Id$ X XDISTNAME= curl-5.0 XCATEGORIES= www XMASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ X XMAINTAINER= ports@freebsd.org X X.if defined(SSL) XBUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay X.endif X XGNU_CONFIGURE= yes X X.if defined(SSL) XCONFIGURE_ENV= CPPFLAGS='-I${PREFIX}/include' LDFLAGS='-L${PREFIX}/lib' X.endif X X.include END-of-curl/Makefile exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message