ports/124059: www/serf new port

Craig Rodrigues rodrigc at FreeBSD.org
Wed May 28 07:50:01 UTC 2008


>Number:         124059
>Category:       ports
>Synopsis:       www/serf new port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 07:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Craig Rodrigues
>Release:        
>Organization:
>Environment:
>Description:
The serf library is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation.

http://serf.googlecode.com

This library is used by subversion 1.5.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	serf
#	serf/Makefile
#	serf/pkg-plist
#	serf/pkg-descr
#	serf/distinfo
#
echo c - serf
mkdir -p serf > /dev/null 2>&1
echo x - serf/Makefile
sed 's/^X//' >serf/Makefile << 'END-of-serf/Makefile'
X# New ports collection makefile for: apr
X# Date created:		28 May 2008
X# Whom:			Craig Rodrigues <rodrigc at FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	serf
XPORTVERSION=	0.1.2
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	rodrigc at FreeBSD.org
XCOMMENT=	Serf HTTP client library
X
XLIB_DEPENDS+=	apr:${PORTSDIR}/devel/apr
X
XPROJECTHOST=	serf
XPORTDOCS=	design-guide.txt
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+= --with-apr=${PREFIX}/bin/apr-1-config --with-apr-util=${PREFIX}/bin/apu-1-config
X
Xpost-install:
X	${MKDIR} ${DOCSDIR}
X.if !defined(NOPORTDOCS)
X	${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-serf/Makefile
echo x - serf/pkg-plist
sed 's/^X//' >serf/pkg-plist << 'END-of-serf/pkg-plist'
Xinclude/serf-0/serf.h
Xinclude/serf-0/serf_bucket_types.h
Xinclude/serf-0/serf_bucket_util.h
Xinclude/serf-0/serf_declare.h
X at dirrm include/serf-0
Xlib/libserf-0.so.0
Xlib/libserf-0.so
Xlib/libserf-0.la
Xlib/libserf-0.a
END-of-serf/pkg-plist
echo x - serf/pkg-descr
sed 's/^X//' >serf/pkg-descr << 'END-of-serf/pkg-descr'
XThe serf library is a C-based HTTP client library built upon the
XApache Portable Runtime (APR) library. It multiplexes connections,
Xrunning the read/write communication asynchronously. Memory copies
Xand transformations are kept to a minimum to provide high
Xperformance operation.
X
XWWW: http://serf.googlecode.com
END-of-serf/pkg-descr
echo x - serf/distinfo
sed 's/^X//' >serf/distinfo << 'END-of-serf/distinfo'
XMD5 (serf-0.1.2.tar.bz2) = 9578f4b40d4ae7ea799bb0067d6b1c7c
XSHA256 (serf-0.1.2.tar.bz2) = 44c852c9135914b85c7a1f36ef41f88c63de52faab98493a6e59008b7060f89c
XSIZE (serf-0.1.2.tar.bz2) = 117871
END-of-serf/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list