Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 1998 09:44:38 +0200 (SAST)
From:      bradh@iafrica.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9127: New Port: curl
Message-ID:  <199812190744.JAA21486@tip.noc.iafrica.com>

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

>Number:         9127
>Category:       ports
>Synopsis:       New Port: 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:   Fri Dec 18 23:50:00 PST 1998
>Last-Modified:
>Originator:     Brad Hendrickse
>Organization:
UUNET Internet Africa
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD amnesia.rabies.org.za 3.0-CURRENT FreeBSD 3.0-CURRENT #5: Sun Dec  6 19:23:45 SAST 1998     bradh@amnesia.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA  i386

>Description:

Curl a tiny program for getting files from FTP, HTTP and GOPHER servers, with
URL syntax support. Curl also support HTTP posting, FTP uploading, SSL, proxies
and a few other useful tricks. 

>How-To-Repeat:

N/A

>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/files
#	curl/files/md5
#	curl/pkg
#	curl/pkg/PLIST
#	curl/pkg/DESCR
#	curl/pkg/COMMENT
#	curl/Makefile
#	curl/,.
#
echo c - curl/
mkdir -p curl/ > /dev/null 2>&1
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.2.1.tar.gz) = e587bd397960b29e8ed5a191ef6e387b
END-of-curl/files/md5
echo c - curl/pkg
mkdir -p curl/pkg > /dev/null 2>&1
echo x - curl/pkg/PLIST
sed 's/^X//' >curl/pkg/PLIST << 'END-of-curl/pkg/PLIST'
Xbin/curl
Xshare/doc/curl/README
X@dirrm share/doc/curl
END-of-curl/pkg/PLIST
echo x - curl/pkg/DESCR
sed 's/^X//' >curl/pkg/DESCR << 'END-of-curl/pkg/DESCR'
XCurl a tiny program for getting files from FTP, HTTP and GOPHER servers, with
XURL syntax support. Curl also support HTTP posting, FTP uploading, SSL, proxies and a few other useful tricks. 
X
XHomePage: http://www.fts.frontec.se/~dast/curl/
X
X--
Xbrad hendrickse
X(bradh@iafrica.com)
END-of-curl/pkg/DESCR
echo x - curl/pkg/COMMENT
sed 's/^X//' >curl/pkg/COMMENT << 'END-of-curl/pkg/COMMENT'
XcURL - a client that groks URLs
END-of-curl/pkg/COMMENT
echo x - curl/Makefile
sed 's/^X//' >curl/Makefile << 'END-of-curl/Makefile'
X# New ports collection makefile for:   curl
X# Version required:    5.2.1
X# Date created:                19 December 1998
X# Whom:                        Brad Hendrickse <bradh@iafrica.com>
X#
X# $Id$
X#
X
XDISTNAME=	curl-5.2.1
XPKGNAME=	curl
XCATEGORIES=	net
XMASTER_SITES=	http://www.fts.frontec.se/~dast/stuff/
X
XMAINTAINER=	bradh@iafrica.com
X
XGNU_CONFIGURE=	yes
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/curl
X	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/curl
X.endif
X
X.include <bsd.port.mk>
END-of-curl/Makefile
echo x - curl/,.
sed 's/^X//' >curl/,. << 'END-of-curl/,.'
Xbin/gifsicle
Xshare/doc/gifsicle/README
X@dirrm share/doc/gifsicle
END-of-curl/,.
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?199812190744.JAA21486>