Skip site navigation (1)Skip section navigation (2)
Date:      14 Dec 1998 20:19:40 -0000
From:      nbm@rucus.ru.ac.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9079: new port: www/curl
Message-ID:  <19981214201940.13205.qmail@rucus.ru.ac.za>

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

>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 <nbm@rucus.ru.ac.za>
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 <bsd.port.mk>
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



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